Hi All!
New here, seeking some advice regarding getting a navbar left-aligned in AOL 9.1's built-in browser which is likely <IE7. Tried installing IE 5.5 on a Mac for testing purposes but it crashes when I visit the site in question, and the individual who notified me of the browser issue isn't available during my web-work hours for a test'n'refresh session.
There are several design anomalies that occur in AOL 9.1's browser, but the only one I seek to fix is the centered navbar which should be left-aligned. This can be seen here:
http://www.bellevue-tirol.at/new_site/busted.JPG
The URL is http://www.bellevue-tirol.at/new_site/
and the stylesheet is http://www.bellevue-tirol.at/new_site/style.css
After reading about inner div's inheriting containing div's text-align:center property in old IE (unless being assigned a different text-align position), I considered setting the #navigation background-position to left but haven't been able to test, plus it doesn't look so great:
#navigation {
background-image: url(images/ribbon.png);
height: 750px;
width: 193px;
position: absolute;
top: 0px;
text-align: left;
background-repeat: no-repeat;
# padding-right: 3px;
# margin-right: 3px;
background-position: center;
}
Your advice is greatly appreciated!
Thank you,
DT
|