![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm wondering if CSS support in IE is such that one could make an expandable collapsible vertical menu - such as in a TOC - without using Javascript that will work in at least IE 6. IE 5 would also be cool. This does not need to be cross-browser as I am thinking basically about replacing/hacking some built in displays of Explorer by using its html display capabilities. Using Javascript to do it will raise security errors, but css will be fine. |
#3
| |||
| |||
|
|
pantagruel wrote: Hi, I'm wondering if CSS support in IE is such that one could make an expandable collapsible vertical menu - such as in a TOC - without using Javascript that will work in at least IE 6. IE 5 would also be cool. This does not need to be cross-browser as I am thinking basically about replacing/hacking some built in displays of Explorer by using its html display capabilities. Using Javascript to do it will raise security errors, but css will be fine. Well, you'd have to use the :hover attribute, which IE only supports for a>, and if you only have it for the <a>, you need an adjacency (+) selector (because you offcourse cannot nest <a>'s), which it doesn't support. |
![]() |
| Thread Tools | |
| Display Modes | |
| |