Re: [css-d] fixed div in IE6

2007-09-27 Thread Julia Perez
body { behavior: url(csshover.htc); } El problema esta en que no se ve el desplegable del boton Servicios en IE6 y si en los demas. Ya tenia puesto el csshover.htc El mismo ejemplo lo use en otro archivo y funcionaba (en IE6, 7 , Firefox) pero al hacerlo en este sitio no funciona en Explorer

Re: [css-d] fixed div in IE6

2007-09-27 Thread David Laakso
Julia Perez wrote: > > The problem I think is: > > body { > behavior: url(csshover.htc); > } > > I can see the dropdown menu in IE7 and Firefox Mozilla but not in IE6. > I´ve already put: > csshover.htc > > The same example worked in another site and now I use it here and it > doesn´t work. Whay

Re: [css-d] fixed div in IE6

2007-09-27 Thread Gunlaug Sørtun
David Laakso wrote: > Bob Rosenberg wrote: >> http://users.rcn.com/rtberg/Adam/animag1.htm >> I have a left-column menu () that stays nicely fixed >> in FF or IE7 (for example), but which will not behave in IE6. > Simulating position fixed in IE6 ain't anything but trivial. Right. The problem w

Re: [css-d] fixed div in IE6

2007-09-27 Thread David Laakso
Bob Rosenberg wrote: > Greetings: > > I hope this is not too trivial for comment, but searching for it in the > archive has proved fruitless--it's just too hard to narrow down the search. > > On a page like > > http://users.rcn.com/rtberg/Adam/animag1.htm > > I have a left-column menu () that stay