floatutorial
Everything about float CSS property.
http://css.maxdesign.com.au/floatutorial/tutorial0103.htm
http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/
Jump start CSS
Accurate master style resetting will save you tonns of time. Here is a CSS correctly reset. Courtesy of crucialwebhost.com Read the rest of this entry »
Rounded Corners
Here are a few great concepts of creating boxes with rounded corners with CSS only:
Pure CSS:
- http://www.spiffycorners.com/
- http://www.cssplay.co.uk/boxes/snazzy.html
- http://www.fireandknowledge.org/archives/2004/05/22/
rounded-corners-without-images-part-1/
Other Solutions:
CSS FAQ
Found a great resource that explains CSS in easy to understand way. Explanations of different CSS aspects are short but complete. Good resource for beginners who want to get solid CSS foundation.
http://www.hwg.org/resources/faqs/cssFAQ.html#cascade
Image Flicker Problem
IE has an interesting bug, which causes images to reload from server each time a mouseover event is triggered. There are several clientside ways around this problem they are described here: http://www.fivesevensix.com/studies/ie6flicker/
But the real working solution is to change .htaccess on the webserver. Here is what needs to be done: http://dean.edwards.name/my/flicker.html