View Single Post
  #2  
Old 05-20-2011, 04:51 PM
rickasawr's Avatar
rickasawr rickasawr is offline
Member
 
Join Date: Apr 2011
Location: United States
Posts: 51
Gender: Male
Credits: 10,279
rickasawr is on a distinguished road
Default

1. Well you could set the margin to zero for the li
Code:
#ul#navi-menu li a.home, #ul#navi-menu li a.adopt, #ul#navi-menu li a.mypets, #ul#navi-menu li a.mail, #ul#navi-menu li a.blank, #ul#navi-menu li a.settings{
 margin-left: 0px;
 margin-right: 0px;
}
2. On my browser [ im using chrome ] it is already centered. maybe you can use a negitive margin for the top of the id main

Code:
#main{
 margin-top: -10px;
}
3. I would suggest you remove the blue borders. they dont fit in well with the layout.
Reply With Quote