css for specific browsers
Posted: 08 December 2009 12:10 AM   [ Ignore ]
Newbie
Rank
Total Posts:  10
Joined  2009-11-22

hi

can anyone provide me with links with information on how to write
css code very specifically for chrome, opera and safari browsers

thanks

Profile
 
 
Posted: 08 December 2009 05:56 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  17
Joined  2009-12-08

All up to date CSS code (CSS 2.1 and 3 for your special commands in mozilla) work perfect in those threee browsers. Only one thing I would like to say is that safari does not handle decimal values well when you are using layout because of its behaviour on floats and margins. Using the !important command is key when fixing things like these.

Profile