CSS Examples

My current work project requires a lot of CSS. So lately I’ve been doing a lot of research into techniques, IE bugs, hacks and etc. I recently came across this site:
http://www.cssplay.co.uk/index.html

The site has demo several examples of CSS menus, CSS layouts, and many of quirks between browsers. This site even has an example of a full CSS drop down menu, both horizontal and vertical that does not use javascript. If you have a CSS problem with a layout or menu I highly recommend check it out.

Another quick note. If you can’t get Firefox and IE to do exactly the same thing try this approach.
#idname.classname { bla; bla; bla;}
#idname>.classname { bla; bla; bla;}

Use the top example for all settings that are correct for IE and both FF. Then use the second for the adjustments that are correct for FF and other browsers. IE can’t read the > so it will ignore this style.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • digg
  • del.icio.us
  • NewsVine
  • YahooMyWeb

About this entry

« Kasey Kahne Wins   ::    Chindia »