Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with drop menus

Status
Not open for further replies.
this worked for me:

var groups=document.isc.example.options.length 150

where the number 150 is the length in pixels. That line is at the start of the script, and at the start of each new box thingy... You may want to check this, as I am not 100% sure with JS...

Goste
----------
The man with the dumb name...
 
Arg!! I dont think that does actually work :/
lemme see... i think it stops the links from working! :(
I think I will stick with basic html for now...

However if you do change the table settings, on the line:

<table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr align=&quot;center&quot;><td rap height=&quot;54&quot; nowrap> 

and change it to:

<table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr align=&quot;center&quot;><td rap height=&quot;54&quot; wrap

That will change the layout so it is two ontop and one underneath, but at least it doesnt messabout with the rest of the content!
Hope that helps!
Goste
----------
The man with the dumb name...
 
Thanks goste is it possible to have them spaced out under each other a little and under each other
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top