Forum Moderators: not2easy

Message Too Old, No Replies

Dropdown issue only in IE can anyone help

         

j2theoey

3:51 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



Ok I am using a modified version of the suckerfish dropdown menu.... but what i am trying to do is make the dropdown menu basicly scalable to columns... if that makes any since.

Basicly the dropdown can have 4 rows... but if the list has more then 4 it will create another column next to it. I thought I had it working.... im on a mac though and it tests fine in safari, also tests fine in firefox on a pc .... so im trying to figure out what kind of hack i need to do to make this work in IE.

Page : [design.usipp.net ]
css : [design.usipp.net ]

any input would be appreciated

coopersita

4:20 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



I can't think of an automatic way of doing it, but you can always to a percentage for the width, and then when you add a new column, you change the percentage.

For example, if you have 3, you set the width to 33%. When you add a new column, you change the width to 25%.

j2theoey

4:33 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



no that doesnt work.... i have it working how i want it to and doing what it should... just not in IE... So i just need a fix for ie

doodlebee

5:32 pm on Feb 28, 2006 (gmt 0)

10+ Year Member



Have you tried using a conditional comment to fix IE? You can mess with the widths and such for IE only, and not mess with anyother browser (also removes the need for hacks)