Posted by Ian Rutgers on 05/30/06 21:41
[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;
}
thank you....made the change ... does that fix the bottom logo issue?
[Back to original message]
|