>
>
> I have a list I want to use as a horizontal menu,
> since the text is in hebrew, when I try to create spaces between the 
> list items,
> the padding seems to sum up and push the whole list instead of just the 
> list items.
>
>
> http://www.core-il.net/tapuz/Tapuz.jpg
>
>
> http://www.core-il.net/tapuz/StoreTemplate.html
>
>
>
> Shlomi.
>
>
>   


Shlomi,

No guarantee. Done "live" in Firefox "Web Developer Toolbar" thing.  And 
not checked. Backup your CSS file, and try these rulesets with the below 
selectors:
#navlinks {
            float:left; width:100%;
            background: #187ba5; color: #e9e9e9;

        }
   
        #navlinks li {float:left;padding: 0.5em 3em;
            display: inline;
            border-left: 1px solid #e9e9e9;
            font-weight: bold;
            margin:0;

        }
       
        #navlinks li a{
            color:#e9e9e9;
            text-decoration:none;
        }
       
        #navlinks li.last{
            border:0;
        }
       
        #header {  min-height: 3.5em;
            background: #d98c23;
            direction:rtl;
        }
* html #header {height:3.5em;} /*for ie/6*/
               
        #header p {     margin: 0;
                color:#e9e9e9;
                font-style: italic;
                font-weight: bold;
                padding: 1em 1em 0 0;
        }

        #movie {clear:both; display:block;
            background-color:#ccc;
            width:320px;
        }

Others on the list may provide a better tested and working version, as 
well as links/resources to CSS positioning resources. Incidentally, the 
list wiki is a good reference for most any problem (see link below).





-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to