Code Help

Status
Not open for further replies.

Chris2k

Banned
Banned
901
2009
17
0
hi,

can some1 help me, im almost certain its css prob:



The big gap between teh buttons, i cnt get rid, ive tried everything. Here's my css 4 it:

PHP:
/* Tabs */
ul#tabs { 
    list-style-type: none;
    text-align: center;
    margin-bottom: 0px !important;
    height: 25px; !important; }

ul#tabs li {
    padding: -5em !important;
    margin:  0 !important;
    display: inline; }

div.tabContent { }

div.tabContent.hide { display: none; }

div.options-panel { display: none }
/* / Tabs */

any help?
 
11 comments
It would be rally good if you give me the actual URL of the Page.

If you want to keep it secret, then:
try adding a negative margin-right, to the #tabs

EDIT: A title like "Css help" would be much more appropriate.
 
Last edited:
^No.

Code:
ul#tabs { height:25px;list-style-type:none;margin:auto;padding:0;text-align:center;width:200px; }

ul#tabs li { margin:0;padding:0;text-align:0;float:left;width:100px; }
 
Status
Not open for further replies.
Back
Top