Archive for the ‘Css’ Category
-
Text Rotation with CSS
Today I thought I would share the secret of Text Rotation with CSS, and yes it works with IE too..!
more »
-
Center you site, both horizontally & vertically using Css
Now gone are the days when we only have tables to make our websites and something I miss from those days is the ability to center align a website both horizontally & vertically. Now I’ve seen methods that use java and alike but all I really wanted was a simple Css option and I’m glad to say I’ve found one..!
more »
-
Got a URL thats too long?
Ok so ive had this problem a few times now, where ive had to include a url of a site but its too long to fit in the area it sits in and the only way ive been able to make it fit is by adding a
<br />to the url.
more »
-
Making a CSS Button
So you want to make a nice looking button that doesnt mean you have to make loads of different images and as i always seem to find you will always get somebody ask that a buttons text is changed to something longer or shorter than you have made your button.
more »
-
Make your Ampersand stand out
Here is a quick tip on how to make you normal and boring Ampersand stand out in the crowd that is normal text. All you need to do is apply this simple bit of CSS to your style sheet and wola you now have a cool looking Ampersand like the one below..!
more »
-
Any font you want..!
Yes that’s right you can now have any font you want on your website by using this new shiny bit of css code in your website..!
more »
-
Remove the dotted border from links in Firefox..?
Don’t know about any of you out there, but i hate these stupid “dotted borders” that appears when you click a link in firefox. And i hope if like me you wouls love to ba able to remove the border then i have a solution for you!
more »
-
Improve Typography In Your Web Designs
Below are two quick and easy things that I hope will help improve your Typography when coming to design your next website.
more »
-
Want to set a minimum height to your div?
If your wanting to set the minimum height to one of your div’s i.e. make it 400px in height all you have to do is add this CSS code into you div..!
more »
-
Always show vertical scrollbars in Firefox
To always show the vertical scrollbar, regardless of whether there is content to scroll (just like Internet Explorer), add this code:
more »
