Paul, thanks for checking. I don’t know what’s going on with the CSS and the server/host.
Ryan, I did try yours. The CSS file on the server of the host this person is using is acting crazy so it’s hard to tell what’s working and what’s not for 2-24 hours. I needed to make the div wider anyway. I’ll try your solution too.
Found it and removed it. It did take care of most of the problems except:
The top left nav – any idea how I can add line-height w/o messing up header and everything underneath?
The line underneath the blockquote – any idea how to make it right-aligned? text-align:right using span not working.
Also, in IE 6, there’s a huge gap between everything on the right side. Between the header and the right side, the nav and the right side, all the way down through the footer.
Woops…I was editing my message above while you were posting. Won’t do that again. The nav “words”/links are images b/c she used a font that isn’t on everyone’s machine. Removing the code actually took care of this.
The ul had top and bottom margin in Firefox but only bottom margin in ie. It had left margin in some browsers and left padding in others by default. You have to set margin and padding to zero and then just set what you need exactly.
The left margin/padding is what the browsers uses for the default bullet space but is not the same cross browser and you end up with a large space in one if you don’t fix it for all.
<blockquote>
<div>“Breah Livolsi Parker is the best!! I can always count on her for fresh, well-thought out creative approaches. Not only are her concepts well executed, she gets the most important part — that creative work of any kind must elicit an emotional response. When you need an art director that thinks, she's the one to pick.” <cite> – Michael Ashmore, owner, Shepherd Design</cite></div>
</blockquote>
The line underneath the blockquote – any idea how to make it right-aligned? text-align:right using span not working.
Also, in IE 6, there’s a huge gap on the right side. Between the header and the right side, the nav and the right side, all the way down through the footer.