Posted by BootNic on 05/30/06 03:34
> "Ian Rutgers" <irutgers@otima.ca> wrote:
> news:YtJeg.206725$7a.87285@pd7tw1no....
>
> The http://www.taoofpeace.com/test/index.php home page displays
> correctly on my page regardless if I view it with IE or a Mozilla
> browser on either my laptop or my desktop (1024 x 768). When I
> viewed this same page on my client's LCD monitor the left
> navigation appears on the top of the page until I do a manual
> refresh ... then it goes where it should.
>
> I don't want to do this page with tables (yuk!) but would
> appreciate any suggestions on another way to "Style" this page so
> the navigation appears where it should ... every time.
>
> ....here is the home page code
>
[snip]
I can't reproduce your problem, but if you would like to fix that nasty bottom
scrollbar.
change:
#largeLogo{
position:relative;
top:0px;
left:500px;
z-index:2;
}
to
#largeLogo img{
position:relative;
top:0px;
left:500px;
z-index:2;
}
--
BootNic Monday, May 29, 2006 8:33 PM
Facts do not cease to exist because they are ignored.
*Aldous Huxley*
[Back to original message]
|