Does anyone know the fix for this…the logo on top left of this page juts to the right in IE 5 and 6. Needs to stay on top left.
Anything else you see that could be better, please feel free to mention.
Thanks so much!
Does anyone know the fix for this…the logo on top left of this page juts to the right in IE 5 and 6. Needs to stay on top left.
Anything else you see that could be better, please feel free to mention.
Thanks so much!
In your stylesheet you have a declaration body {text-align:center;}. Probably to get your site centered in IE5/6. But that also means you have to put in #container {text-align-left;} to get everything to line up correct inside that container.
That way you can also remove the text-align declarations from div.content1 and div.content2
That did it. Thank you!!!
I know this might be a silly question…but is there a way to make the bottom red text on the wood less bold w/o changing the size?
Text being bold changes the size. So if youi make it less bold then the size will get smaller :).
Sorry…maybe I didn’t explain…the text isn’t bold. That’s the problem. I like the size but I want it to look skinnier. It looks bold even though it’s not.
You are using the text in a <h2> tag. Did you try:
#footer h2 {
font-weight: normal;
}
Yes…thank you!!!
Ah, ok sorry about that, reading back your post makes sense. I tend to only be able to look at things one way (for the most part) :).
I hope this is the last question…see the very slight overlap to the left of the logo? It juts out into the red bg just a bit. I can’t figure out how to get rid of that w/o the blue h1 text underneath showing. I can’t seem to figure out how to move the text to the right when I move the logo image. How do I fix it so the image and text move slightly to right?
Thanks!