Unstoppable Domains โ€” Expired Auctions

CSS help again

SpaceshipSpaceship
Watch

simpson733

Established Member
Impact
1
Lasst time i asked about different browser support but now i am currently having some trouble with the links, seems like they are being padded. If you could help me it would be awesome

website: http://www.3n6.com

another css problem :(
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
margin-top: 7px; I believe that is messing it up.
 
0
•••
Assuming that Mininav is the div we're looking at, this is where I think the code is wrong.
Code:
#mininav
{
width:560px;
margin: 10px 0px 0px 0px;
padding: 0px;
height: 10px;
display:block;
}
html>body #mininav {margin-top:-7px}
#mininav li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#mininav a{
	width: 94px;
	height: 19px;
	padding: 0px;
	margin-right: 2px;
	text-decoration: none;
	display: block;
}
I think it should be
Code:
#mininav
{
width:560px;
margin: 0px 0px 0px 0px;
padding: 0px;
height: 10px;
display:block;
}
html>body #mininav {margin-top:-0px}
#mininav li{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}
#mininav a{
	width: 94px;
	height: 19px;
	padding: 0px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
}

-Steve
 
0
•••
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back