firefox + css
firefox + css
Out of context: Reply #11
- Started
- Last post
- 20 Responses
- monNom0
I don't see a single background-image declaration in your css. maybe you changed it since posting?
I don't think FF likes empty tags.
try adding an NBSP inside "banner".Scarabin:
Span displays in-line. you can have it within a passage of text and it will not affect the text flow. (eg. 'a href')
Div displays block like a paragraph or table. A block that follows a block in the code will wrap to the next line unless a width and float are set.
Divs are for high-level structure. Spans are for in-text
styling.