Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Horizontal UL list menubar extra space at the left
Old 12-23-2009, 06:36 PM Horizontal UL list menubar extra space at the left
fresh-d's Avatar
Extreme Talker

Posts: 150
Trades: 0
for some reason there's extra space to the left of the menubar

site: http://www.hmgi.info/`/blue

html
Code:
<html>

<head>
    <title>Blue Digital | Simplicity and Usability Web Designing</title>
    <link href="main.css" rel="stylesheet" type="text/css" media="screen" />
    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="ie-only.css" />
    <![endif]-->
</head>

<body>
    <div id="content">
        <div id="header">
            <ul id="navigation">
                <li class="home"><a class="active" href="index.html">Home</a></li>
                <li class="solutions"><a href="solutions.html">solutions</a></li>
                <li class="about"><a href="about.html">about</a></li>
                <li class="portfolio"><a href="portfolio.html">portfolio</a></li>
                <li class="contact"><a href="contact.html">Contact</a></li>
                <li class="logo">Blue Digital</li>
            </ul>
        </div>
css
Code:
/*...Body...*/
body{
    background:ffffff;
    width:790px;
    margin: 0px auto;
}

/*a:active{
    outline: none;*/

a:link {text-decoration: none; color:#000;}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:underline; color:#000;}

/*...Navigation...*/
#navigation{
    margin-top:10px;
    background:url(graphics/bg.png) repeat-x;
    height:51px;
    width:790px;
    position:absolute;
}
#navigation ul{
    height:51px;
}

#navigation li{
    list-style:none;
    display:inline;
    height:51px;
}

#navigation li a{
    float:left;
    display:block;
    height:51px;
    text-indent:-999px;
}

#navigation li.home a {
    background:url(graphics/navigation/home.png);
    width:83px;
}

#navigation li.solutions a {
    background:url(graphics/navigation/solutions.png);
    width:134px;
}

#navigation li.about a {
    background:url(graphics/navigation/about-me.png);
    width:116px;
}

#navigation li.portfolio a {
    background:url(graphics/navigation/portfolio.png);
    width:122px;
}

#navigation li.contact a {
    background:url(graphics/navigation/contact.png);
    width:128px;
}

#navigation li.logo {
    background:url(graphics/navigation/logo.png);
    width:88px;
    float:right;
    height:51px;
    text-indent:-9999px;
}

#navigation li a:hover,
#navigation li:hover a,
#navigation li.hover a {
    background-position:0 -51px;
}

#navigation li.home a.active{
    background:url(graphics/navigation/home.png);
    width:83px;
    background-position:0 -102px;
}

#navigation li.solutions a.active {
    background:url(graphics/navigation/solutions.png);
    width:134px;
    background-position:0 -102px;
}

#navigation li.about a.active {
    background:url(graphics/navigation/about-me.png);
    width:116px;
    background-position:0 -102px;
}

#navigation li.portfolio a.active {
    background:url(graphics/navigation/portfolio.png);
    width:122px;
    background-position:0 -102px;
}

#navigation li.contact a.active {
    background:url(graphics/navigation/contact.png);
    width:128px;
    background-position:0 -102px;
}

Last edited by fresh-d; 12-23-2009 at 06:38 PM..
fresh-d is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-23-2009, 07:26 PM Re: Horizontal UL list menubar extra space at the left
fresh-d's Avatar
Extreme Talker

Posts: 150
Trades: 0
issue is solved, just add margin:0; and padding:0;
fresh-d is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Horizontal UL list menubar extra space at the left
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22242 seconds with 12 queries