Yay! That appears to work. Just adding the background image. Even when I used a URL to something that doesn't exist. lol
/Fredrik On 19 July 2010 10:15, Matthias Kappenberg <[email protected]> wrote: > Ok, an example (not with sprite....) > The problem is that IE is not rendering something, > so nothing to hover.... > > (transparent.gif should be in the same folder as the style.css) > =================================== > a.hidden > { > position: absolute; > z-index:50; > display:block; > /*give the ie something to render*/ > background-image: url(transparent.gif); > /* uncomment next line if you like to see the links*/ > /* > background-color: #f00; > */ > } > a.hidden img > { > border: 0px solid black; > visibility: hidden; > > } > a.hidden:hover img > { > visibility: visible; > /* maybe give it a try without z-index, too*/ > z-index:50; > } > =================================== > > ----- Original Message ----- > From: <[email protected]> > To: <[email protected]> > Sent: Monday, July 19, 2010 9:48 AM > Subject: Re: cellar update > > >> It is as if MSIE won't send the event to the renderer when the >> visibility is hidden - like it should with "display: none". >> >> On 19 July 2010 09:47, [email protected] <[email protected]> wrote: >>> Hmm... Don't detect any difference. Does that mean I did it wrong? >>> >>> >>> On 19 July 2010 09:39, Matthias Kappenberg <[email protected]> wrote: >>>> ============================= >>>> a.hidden >>>> { >>>> position: absolute; >>>> } >>>> a.hidden img >>>> { >>>> border: 0px solid black; >>>> visibility: hidden; >>>> } >>>> a.hidden:hover img >>>> { >>>> visibility: visible; >>>> z-index:50; /* layer the image hover above*/ >>>> } >>>> ============================= >>>> >>>> Matthias >>>> >>>> ----- Original Message ----- >>>> From: <[email protected]> >>>> To: <[email protected]> >>>> Sent: Monday, July 19, 2010 2:33 AM >>>> Subject: Re: cellar update >>>> >>>> >>>>> Really? That wasn't intentional. :-) Maybe my good connection. It is >>>>> still the same amount of data being loaded, minus some jpeg headers. >>>>> The main thing is that the big image doesn't have to be cut up to fit >>>>> in the table cells if this could be made to work in MSIE. So, mainly >>>>> reducing the work at construction time and not at "run-time". :-) >>>>> >>>>> /Fredrik >>>>> >>>>> On 19 July 2010 02:13, Neil Cooke <[email protected]> wrote: >>>>>> Loads heaps faster!! >>>>>> Thanks Fredrik >>>>>> ________________________________ >>>>>> From: "[email protected]" <[email protected]> >>>>>> To: [email protected] >>>>>> Sent: Mon, 19 July, 2010 11:50:58 AM >>>>>> Subject: Re: cellar update >>>>>> >>>>>> Ok, I made a new version of some of the pages to illustrate what I >>>>>> meant by using CSS instead of tables and Javascript. Unfortunately I >>>>>> still can't make it work in MSIE. I would appreciate it if someone >>>>>> with more skills than me could take a look. The CSS and HTML is very >>>>>> simple and light-weight as that was the entire reason for the >>>>>> modification. Would be nice if this worked in MSIE as well as Firefox >>>>>> and Chrome. (I assume that it works in other browsers as well, but >>>>>> those are the ones I tested) >>>>>> >>>>>> http://files.apan.is-a-geek.com/RS3DIC/Athanor/wwwroot/ >>>>>> >>>>>> The problem seems to be related to the combination of hidden and >>>>>> absolute positioning. If I remove the "position: absolute" the >>>>>> ":hover" works as expected but the links and icons are, of course, >>>>>> under the big picture and not where they should be. >>>>>> >>>>>> Best regards, >>>>>> Fredrik. >>>>>> >>>>>> On 7 July 2010 20:59, [email protected] <[email protected]> wrote: >>>>>>> Oh, I do not think I could do much in terms of providing content, just >>>>>>> simplifying the HTML of the web pages. lol >>>>>>> >>>>>>> / Fredrik >>>>>>> >>>>>>> >>>>>>> On 7 July 2010 20:02, Mark Heuymans <[email protected]> wrote: >>>>>>>> Thanks for the offer Fredrik! I can't ask you to do the whole site but >>>>>>>> we >>>>>>>> can try this out for the Realsoft-specific room (second one at the >>>>>>>> right >>>>>>>> in >>>>>>>> the hall)! >>>>>>>> Why not make this a kind of collaborative thing among RS users, we can >>>>>>>> put >>>>>>>> all kinds of public projects in there. Materials, models, tuts... maybe >>>>>>>> the >>>>>>>> full 3d approach is too much work for this though. >>>>>>>> >>>>>>>> cheers, >>>>>>>> Mark >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> If you send me the uncut images, I could have a go at simplifying the >>>>>>>>> HTML. I might even make an effort to get the hidden buttons I made >>>>>>>>> work in MSIE. ;-) >>>>>>>>> >>>>>>>>> / Fredrik >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>>> >>> >> >>
