Skip to content
WJunction - Webmaster Forum

Code Help

Status
Not open for further replies.
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:
c46iF.png


ul#tabs li {
display: inline;
margin-right: -5px;
}
 
^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.

About the author

C
Banned · Joined
901
Messages
17
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom