But the page looks perfect in Chrome, Opera and Safari - the rest of the site's pages validate, too.
I imagine there's probably some small fix - I'm just not aware of it. Any advice would be greatly appreciated.
Thank you!
I'm not seeing a problem,
I'm not seeing a problem, what am I missing?
What's the deal with the empty DIVs?
I'm not seeing any problems
I'm not seeing any problems either in FF3.5 on Mac.
I'm not seeing a problem, what am I missing?
What's the deal with the empty DIVs?
Strange way of coding....?
I'm viewing on a Mac on
I'm viewing on a Mac on Firefox 3.6 where I noted the small gaps. I had my friend check on his PC using Firefox and he noted the gaps, too - but if you guys can't see them; that's the best news I've heard all day.
The DIVS aren't actually empty. They contain background images and/or were used at parent containers.
Thanks again for checking my site; I appreciate it.
krose wrote:... The DIVS
... The DIVS aren't actually empty. ...
If you have <div></div> in your markup then it is empty. I've never found a situation when they are necessary. I probably left one or two in over the years. I blame laziness.
...They contain background images and/or were used at parent containers. ...
If it's a parent container then it may or may not make sense, I was speaking of the DIVs with nothing in them.
Examples:
<div id="subheader"></div>
<div id="logotop"></div>
You even named this one as redundant:
<div id="rightmargin"> </div>
thanks for your info...ha ha
thanks for your info...ha ha ..i am learning too.