Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Simple (?) I.E. and FireFox Problem


chrishajer
Participant

@chrishajer

Always, always always validate first when you’re troubleshooting layout issues:

HTML

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.undercoverlawyer.com%2Fforum%2F

CSS

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.undercoverlawyer.com%2Fforum%2F&profile=css21&usermedium=all&warning=1&lang=en

Fix issues that are described there. Some, like missing alt tags, are not going to have an impact on layout. I have found layout problems are almost always due to a div being closed to early or not at all.

Skip to toolbar