div#pageslogo {
height: 90px;
width: 310px;
float: left;
margin: 0px auto 0px;
}
div#pagesright {
height: 90px;
width: 400px;
float: right;
margin: 0px auto 0px;
}
I already have that.
um.. this might just be me, but I don’t see a need for “div” in there (in the css… i don’t ever use that when styling divs)
try removing the “div” and have it start just with “#” – as long as you’re calling it up properly in the header (<div id="pagesright">) then it should work.
Didn’t help. I removed div from css, and the same. 🙁
hmmm…
well i did find these:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.christiandads.com%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1
73 errors. sometimes when you get in and start fixing those (which you should do no matter what) other things begin to fall back into their proper places…
maybe try starting with that?
also – where is your styling for that menu? is that all you have (what you show already) or do you have stuff for the ul/li part of the style?
i’m confused because when viewing your source, it’s showing me that menu backwards from the way it’s displaying. and i don’t see anything in the CSS snippet you gave to actually list it out horizontally like that…
NOTE: I just refreshed the site in IE – it’s now working for you the way you wanted I see!
That’s because I put it back to the way I had it before, b/c I was getting frustrated I couldn’t get it to work. Note that the logo doesn’t link.
awhhh I’m sorry – I didn’t check that. 🙁