Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 08-06-2008, 10:01 AM
M4nimal M4nimal is offline
New Comer (less than 5 posts)
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default DD Tab Menu - vertical??

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
Reply With Quote
  #2  
Old 08-06-2008, 02:31 PM
Nile's Avatar
Nile Nile is offline
Elite Coders
 
Join Date: Jan 2008
Posts: 3,007
Thanks: 10
Thanked 442 Times in 438 Posts
Blog Entries: 5
Default

The following is assuming your using the basic tab one.
Find
.basictab li
and change inside the curly brackets('{','}').
Code:
display: block;
margin: 11px;
__________________
Coding is just another puzzle. And it's okay to have help putting together some peices.
Please don't be afraid to ask.
I try to highlight my code with correct syntax highlighting. Unless the its too long. Or I'm to busy.
Reply With Quote
  #3  
Old 08-06-2008, 06:23 PM
M4nimal M4nimal is offline
New Comer (less than 5 posts)
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks Nile!

Can the same be done to this script?

http://www.dynamicdrive.com/dynamici...tabcontent.htm
Reply With Quote
  #4  
Old 08-06-2008, 11:52 PM
Nile's Avatar
Nile Nile is offline
Elite Coders
 
Join Date: Jan 2008
Posts: 3,007
Thanks: 10
Thanked 442 Times in 438 Posts
Blog Entries: 5
Default

You'd have to play around with it. But try changing:
Code:
.shadetabs li{
display: inline;
margin: 0;
}
In the css to this:
Code:
.shadetabs li{
display: block;
margin: 11px;
}
__________________
Coding is just another puzzle. And it's okay to have help putting together some peices.
Please don't be afraid to ask.
I try to highlight my code with correct syntax highlighting. Unless the its too long. Or I'm to busy.
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:57 PM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.