I currently have the form in a table, One row has the select list containing the choices, onchage calls a JS function triggering the visibility of some DIV's in another row below this one.
the current style attributes im using for the DIVs are.. <div id="7700" style="visibility:hidden; float:left; z-index:1;"> <b>Phaser 7700</b><br clear="all"> <select name="P7700List" size="4" multiple> <option value="0" selected>Choose 2 of the following</option> <option value="Yellow">Yellow Toner - Standard</option> <option value="Magenta">Magenta Toner - Standard</option> <option value="Cyan">Cyan Toner - Standard</option> </select> </div> there are 4 divs with similar attributes, ideally i want each div to be aligned top and left in the <TD> tag that its located in.. currently they get placed beside and/or under the preceding div... Cheers Jason "Steve Onnis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Are you able to show some example code witht he way your doing it now? > > Shouldnt be to hard to do > > Steve > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Bayly > Sent: Friday, August 22, 2003 12:22 PM > To: CFAussie Mailing List > Subject: [cfaussie] OT: CSS positioning conundrum > > > Hi peoples > > Got a weird issue i need to solve... I have a form that has a select list in > it, when the user makes a selection it displays another select list below > it. The problem im having is that the 4 hidden select lists retain there > position on screen and appear in the order they are placed on the page. > Ideally id like them all appearing at the same position on the page. So the > first select list is positioned fined when its visible, the second one > appears under this one but a heap of white spaces appears above it... So > when the 4th one is visible the whitespace above it is major. Is this making > sense ?? > > Previously ive used absolute positioning but am looking for a simpler and > more cross browser friendly solution. I've been experimenting with > display:block etc in the div's containing the selects.. > > Anyone got any pointers ?? > > TIA > Jason > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
