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

2009-04-30 Thread Wishengrad, Ruth
We decided to go the easier route and not worry about the absolute positioning 
- thanks for your comment.

Thanks.
Ruth

From: mx.css...@googlemail.com [mailto:mx.css...@googlemail.com]
Sent: Wednesday, April 29, 2009 5:55 PM
To: Wishengrad, Ruth; css-d@lists.css-discuss.org
Subject: Re: [css-d] 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-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[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 Safari) - so that made me worry 
whether it was possible and whether the functionality would work as well. Any 
thoughts, suggestions?

Thanks.
Ruth

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/