Forum Moderators: not2easy

Message Too Old, No Replies

Block nav elements collapse when they are clicked

Any idea what might cause this?

         

skibum

3:58 am on Jun 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's a mix of tables and CSS. The text menu utilizes block elements and looks fine when it first displays. When the text menu links are clicked they all run together as they are clicked.

We go from this (lines (______¦) represent the edge of the table cell) below when none of the links have been clicked

Red Widgets_________¦
Blue Widgets_________¦
Orange Widgets______¦
Purple Widgets_______¦

to

Red Widgets Blue_____¦
Widgets Orange______¦
Widgets Purple_______¦
Widgets_____________¦

whenever the links are clicked. Never seen this before, any idea what might cause it to happen?

Viewing in IE 6.0

Rambo Tribble

4:18 am on Jun 8, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It certainly sounds like the block display is being negated by a value in the :visited style. That, or possibly the application of absolute positioning, but more reasonably the former. Are any of the link states using any form of display other than block?