Help CSS problems with firefox?

yza

Weaksauce
Joined
Sep 30, 2002
Messages
90
Fixed my problems by building for firefox :p Oh yeah and I changed them over to class's. More I learn about CSS etc the funnier it becomes!
 
without even looking at much else i can tell you right away that you can have ONLY ONE occurence of <div id="news1"> and <div id="album1"> because ID's are supposed to be unique for each page. if you must have multiple occurences, use a Class instead.

a sample page would be ideal, that way it would be easier to see what you are talking about.
 
Back
Top