corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » webmaster help CSS/Java


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author webmaster help CSS/Java
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
11th Jul 07 at 13:09   View User's Profile U2U Member Reply With Quote

Ive got a 3 box chained menu, i.e select an item from box one it gives a list of items in box 2, and select another item from box 1 and it gives a different list in box 2 etc etc.
All this info is held in a config.js which ive got working fine.
Except the actual boxes wont show any data whilst its between my <div id=content> tags.
As soon as i remove it from the content and add it to another section it loads the lists fine, otherwise they’re simply blank.

The boxes code is:

quote:

<form name="listmenu0">
<table align="center"><tr>
<td><select name="firstlevel" style="width:150px;"></select></td>
<td><select name="secondlevel" style="width:150px;"></select></td>
<td><select name="thirdlevel" style="width:150px;"></select></td>
<td><input type="button" value="Go" onClick="goListGroup(document.listmenu0.firstlevel, document.listmenu0.secondlevel, document.listmenu0.thirdlevel)">
<input type="button" value="Reset" onClick="resetListGroup('chainedmenu')">
</tr></table>

</form>



And my content code is

quote:

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}



Does anyone have any idea why it might not load?
drax
Member

Registered: 5th Feb 05
Location: Sittingbourne, Kent
User status: Offline
11th Jul 07 at 17:52   View User's Profile U2U Member Reply With Quote

<select name="" id="">
<option value="value">Option Name</option>
<option value="value">Option Name</option>
</select


Is how u make a dropdown list.


Im not really sure what you are trying to do there?

[Edited on 11-07-2007 by drax]
Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
11th Jul 07 at 18:28   View User's Profile U2U Member Reply With Quote

This is what i have.

Bart
Member

Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
17th Jul 07 at 15:46   View User's Profile U2U Member Reply With Quote

Anyone have any ideas?

The page in question is:
http://www.emeraldsystemsltd.co.uk/instrumentation.html

As before it works well, but wont load/show data when in a content div?

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
What Java Compiler Is Standard? Mikorsa16v Geek Day 2 1274
13th Mar 03 at 16:02
by Mikorsa16v
 
CSS webdesign help Houckham Geek Day 3 895
20th Apr 06 at 11:01
by Houckham
 
any web designers here??? KITcorsa Geek Day 7 1602
12th Jul 06 at 19:16
by Dom
 
FAO: Webmasters: CSS Bart Geek Day 14 1125
24th Oct 06 at 14:57
by Ian
 
Input on a website please, web designers especially :D drunkenfool Geek Day 56 3017
25th Nov 06 at 19:08
by aPk
 

Corsa Sport » Message Board » Off Day » Geek Day » webmaster help CSS/Java 29 database queries in 0.0098281 seconds