OutFront Forums
     Home    Register     Search      Help      Login    

Sponsors
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

 

Flash on both sides of the page

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> Flash on both sides of the page
Page: [1]
 
 
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: 6191
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 :)

_____________________________




(in reply to rashidi)
rashidi

 

Posts: 2
Joined: 12/28/2008
Status: offline

 
RE: Flash on both sides of the page - 12/28/2008 23:21:05   
haha amazing thank you very much:):)

if you have some time would you like to visit my other website

www.simsongym.com

and give your opinion about it

again thank you very much

(in reply to Giomanach)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets and Accessibility >> Flash on both sides of the page
Page: [1]
Jump to: 1





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