Re: [css-d] absolute positioning on top of an iframe

2009-04-30 Thread Wishengrad, Ruth
] absolute positioning on top of an iframe Could you give us an example? I'm guessing something like: div id=wrapper div id=prne a href=#prevPrevious/a a href=#nextNext/a /div div id=ifra iframe src=photo.html/iframe /div /div Would be something I'd do... maybe! Ta, ~Mx

[css-d] absolute positioning on top of an iframe

2009-04-29 Thread Wishengrad, Ruth
Hi All, I am trying to find out if I can place javascript buttons on top of an iframe. The iframe contains photos and text and the buttons are for previous/next. I've noticed so far that the absolute positioning is very different in all browsers (I started in FF3, but it's way off in IE and

Re: [css-d] absolute positioning on top of an iframe

2009-04-29 Thread mx . cssdee
Could you give us an example? I'm guessing something like: div id=wrapper div id=prne a href=#prevPrevious/a a href=#nextNext/a /div div id=ifra iframe src=photo.html/iframe /div /div Would be something I'd do... maybe! Ta, ~Mx