You are viewing a post by shakiro214. View all 63 posts in I knew I forgot something :wasted: I think I realeased this too early. It's still buggy in IE ;) [b]update: Make it Float![/b] * see add-on near the bottom pf this post :cool: :thumbsup: [b]Scree.
dat's strange. Try some different CSS:
[quote].dock {
position: [b]relative[/b];
height: 50px;
text-align: center;
z-index:250002;
}[/quote]
try changing the position to [b]absolute[/b] or [b]fixed[/b] then add a [b]top[/b] and/or [b]padding top[/b]
[quote].dock {
position: [b]absolute;[/b]
[b] top: 0[/b]; // distance of border from the top
[b] padding-top: 35px[/b]; // distance from border to content
height: 50px;
text-align: center;
z-index:250002;
}[/quote]
Last edited by shakiro214 (2008-03-07 04:55:14)