Thread: ofset bug
View Single Post
  #1  
Old 22nd May 2009, 11:28
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default ofset bug
found a bug
it is like this
when i set navbar
PHP Code:
#navlist { 
position:absolute;
top 0px;
width :1200px;
left :0px;
right 30px;
padding 16px 0;
margin-right0px;
font bold 13px sans-serifsans-serif;

like this it is in its place for forum but not for main page
when i set it like this
PHP Code:
#navlist { 
position:absolute;
top : -25px;
width :1200px;
left :0px;
right 30px;
padding 16px 0;
margin-right0px;
font bold 13px sans-serifsans-serif;

it's in same place where it was for forum (that is place where it shoud be)
so hove can i set navbar in same place for both of them if there is 25px diference ??
Reply With Quote