"snowshoe (AT) suddenlink (DOT) net" <snowshoe (AT) suddenlink (DOT) net> wrote in
news:gqh69h$ifc$1 (AT) forums (DOT) macromedia.com:
Quote:
I apparently have inadvertently changed the CSS for my website
www.truckeerotary.com. In IE7 pages are centered and when too
long the page scrolls down. In Firefox and Safari the page is
pushed to the far left and locked in place. There are two style
sheets used. rotary.css and style.css
I have checked the code but I am missing something. New to
Dreamweaver and
still working thru correct syntax for CSS |
For starters, you're specifying a non-existant style sheet before
your embedded styles.
From the HTML page Remove:
<link rel="stylesheet" type="text/css" href="rotary.css" />
Secondly, in CSS/Rotary.css, remove "position: fixed" from your
body rule and see if that fixes the problem in FF for you. It did
for me.
Third, Why are you using x-small and xx-small for your font-size?
Are you *trying* to make the site difficult to read? Maybe it's
just a style point, but I'd *NEVER* use extra small fonts for my
main content. Consider removing ALL changes to font sizes in your
CSS; let the user decide how large the text should be.
~~BB
--
************************************************** **********
* Can't see the Forest | Bryan B. *
* Through the Spam? | Reply if you want. E-mail *
* Take it out! | address changes frequently *
* (Damn Viruses!) | to foil spambots. *
************************************************** **********