|
#1
|
|||
|
|||
|
1) Script Title: DD Tab Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm 3) Describe problem: no problem Would like to congratulate the author on an awesome script and would also like to request an upgrade to this script..?? Would it be possible to have a tab script where the tabs run down the side (left side or right side) as apposed to it residing along the top or bottom? I'm using the horizontal script ALOT on my website.. but sometimes get into a scenario where there simply isnt enough space on the horizontal for the amount of tabs I want.. a vertical tab solution would work best here. Please advise if something like this already exists? Or if its possible to release a version like this? Many thanks |
|
#2
|
||||
|
||||
|
The following is assuming your using the basic tab one.
Find and change inside the curly brackets('{','}').Code:
display: block; margin: 11px;
__________________
|
|
#3
|
|||
|
|||
|
Thanks Nile!
Can the same be done to this script? http://www.dynamicdrive.com/dynamici...tabcontent.htm |
|
#4
|
||||
|
||||
|
You'd have to play around with it. But try changing:
Code:
.shadetabs li{
display: inline;
margin: 0;
}
Code:
.shadetabs li{
display: block;
margin: 11px;
}
__________________
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|