![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I already posted this in the javascript group, but seemed to be the wrong place to ask. The code I will post here works in IE, but not in ff. Its basically a group of li that contain divs. Clicking on one of the nested divs, should hide/show other nested divs. In ff, the li (whose div should hide) moves a line up, messing up things totally. You floated everything in sight. It was really quite unnecessary. I |
#2
| |||
| |||
|
#3
| |||
| |||
|
Oh great, it works ![]() Thanks |
#4
| |||
| |||
|
|
Once upon a time *ruby_bestcoder (AT) hotmail (DOT) com* wrote: Oh great, it works ![]() Thanks What works? Thanks to who? How to quote: http://www.netmeister.org/news/learn2quote.html#toc2 From Google: http://www.safalra.com/special/googlegroupsreply/ |
#5
| |||
| |||
|
|
You floated everything in sight. It was really quite unnecessary. I removed all instances of float:left and changed the rest as shown below. Try this: ul class="sortablelist" id="secondlist" style="height: 150px; width: 200px;" li class="orange" div style="float: right" img src="t_files/min.gif" style="cursor: pointer;" alt="" onclick="minimizeThis('underMusic', 'musicMin')" height="18" width="20" img src="t_files/max.gif" alt="" height="18" width="20" /div div class="handle" style="background-color: rgb(153, 153, 153); font-family: Verdana; font-weight: bold;" Music /div div id="underMusic" style="padding: 5px; height: 100px;" text /div /li ... /ul |

![]() |
| Thread Tools | |
| Display Modes | |
| |