| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jun 2004
Posts: 500
![]() ![]() ![]() | CSS help again 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
__________________ My Personal Blog and Portfolio. Click to check it out. |
| |
| | #3 (permalink) |
| A Wealth of Knowledge Join Date: Aug 2004
Posts: 3,803
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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;
} ????: NamePros.com http://www.namepros.com/programming/168748-css-help-again.html 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;
} |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS help "pain or saint"? | Maylin | Website Development | 5 | 01-05-2006 02:42 PM |
| PHP, Mysql, CSS Coder Needed | weebguy | Web Development Wanted | 1 | 12-27-2005 07:44 AM |
| Various CSS problems | Daniel Exe | Programming | 1 | 11-22-2005 10:46 AM |
| CSS: what's the use of it? | lucesei | Programming | 13 | 04-12-2004 07:21 AM |