Hi!
http://www.dynamicdrive.com/style/cs...css-tabs-menu/ :
I found this useful explanation for a navigation on my website, is there anyone who can help me to align the tabs, for my website I would have tabs without spaces.
best regardsayo
Hi!
http://www.dynamicdrive.com/style/cs...css-tabs-menu/ :
I found this useful explanation for a navigation on my website, is there anyone who can help me to align the tabs, for my website I would have tabs without spaces.
best regardsayo
I'm not sure I understand what you want to do, could you please elaborate?
Last edited by Snookerman; 12-29-2008 at 06:10 PM. Reason: I stand corrected
Snookerman: That will not work.
Next time you need help with a script on DD, please post it in the "Dynamic Drive scripts help"
To remove the space find:
And remove the highlighted.Code:#maintab li a{ text-decoration: none; padding: 3px 7px;margin-right: 3px;border: 1px solid #778; color: black; background: white; }
Jeremy | jfein.net
Hi!
First thank you for your reply, I´m always wondered how fast the internet works. Second my Question was, how can I reduce the space between the tabs without loose the look of the tabs. third I want you to take a look to understand my problem : the source here is the original from the css box
best regardsayo
Last edited by ayo; 12-29-2008 at 07:12 PM.
Try this:
Code:#maintab li a{ text-decoration: none; padding: 3px 7px; margin-right:1px; border: 1px solid #778; color: black; background: white; }
Hi!
It would not work, what I want is eleminate the spacer completly with the border to move the tabs to each other.
best regardsayo
Why not just use:
http://www.dynamicdrive.com/style/cs...tt_black_tabs/
Or are you using the second level?
Jeremy | jfein.net
Bookmarks