|
| |
|
|
rashidi
Posts: 2 Joined: 12/28/2008 Status: offline
|
Flash on both sides of the page - 12/28/2008 22:13:45
First of all merry Christmas everybody and a happy new year. i am working on a website with 3 coloms
#contleft {position:relative;float:left;width:150px;height:960px;}
#container {position:relative;float:left;width:700px;height:960px;}
#contright {position:relative;float:left;width:150px;height:960px;}
<div id="contleft"></div>
<div id="container"></div>
<div id="contright"></div> what i want is to have 2 flash elements 1 on the left side and 1 on the right side of the page. The above code works fine in FF3 but in IE7 the right flash element appears aligned under the left flash element but when i change #contright in {position:absolute;float:left;width:150px;height:960px;} it works perfect in IE7 but in FF3 the right element disappears. this link show its good in FF3 Good in FF3 and this link shows that its good in IE7 Good in IE7 its XHTML Valid so the problem is not there. Thanx for your help, Rashidi Landbrug
|
|
|
|
Giomanach
Posts: 6187 Joined: 11/19/2003 From: England Status: offline
|
RE: Flash on both sides of the page - 12/28/2008 23:12:04
Transfer it to a Stylesheet, and have the folllowing somewhere between the head tags: <link rel="stylesheet" type="text/css" href="ff.css" media="screen" /> <!--> <link rel="stylesheet" type="text/css" href="ie.css" media="screen" /> <!--> Firefox will only see one, IE will see both and take the settings from the changed id/classes from the second one Enjoy :)
_____________________________
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|