|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 2
|
|
| Author |
|
|
Stranger Joined: May 29, 2008 Post Count: 1 Status: Offline |
I have created a Transparent DIV and on DIV to shoe some content instead of pop-up... That upper DIV should move up and down with page scroll. The also have a Iframe and i am calculating Iframe content height and then placing that DIV first and then setting its placement throught this Expression in CSS. Its working fine in IE, not not moving with page scroll in Firefox: top: expression( (110+( ignoreMe = body.document.documentElement.scrollTop ? body.document.documentElement.scrollTop : body.document.body.scrollTop ) ) + 'px' ); This style is for that upper DIV that contain some text and need to move with scroll. Can anybody help me with this..... Please..... |
||
|
|
Advanced Member USA Joined: Aug 14, 2007 Post Count: 1129 Status: Offline |
As far as I know, CSS Expressions are IE only, so they won't work in other browsers. You would probably be best using regular javascript to do this. ---------------------------------------- Benjamin Falk | student : designer : developer Twitter: falkencreative |
||
|
|
|
|
|
Current timezone is GMT May 19, 2013 5:36:52 PM |