Search Result

Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
ul
  •  

  • Divs centreing in Firefox/Chrome but not IE

    Good Evening

    I am building a website using DIVs and CSS.

    I have everything in a container DIV, which I want to centre on the page. The CSS is below:

    Code:
    #container{ 
    	width: 100%;
    	max-width: 1000px;
    	width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
    	float: center;
    	color: #fff;	
        margin-left: auto;
    	margin-right:
    ...
    See more | Go to post

  • Peter
    Guest started a topic <ul> Horizzontal

    <ul> Horizzontal

    Hi at all
    To make a list using <UL><IL> showed horizontally AND with ITEMS SPACED
    30pixels. waht CSS command have I to use please?
    Thank in advance
    Peter...
    See more | Go to post
Working...