Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Flash - Different width in mozzila

Flash - Different width in mozzila

Locked

Views: 585

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Nov 2010, 11:39 AM
#1
lightup avatar

lightup

New Zenner

Join Date:
Sep 2010
Posts:
59
Plugin Contributions:
0

Flash - Different width in mozzila

Hi,

I have embedded a flash file at the top of my site Light Up Uk. In internet explorer and chrome the flash box is the correct width and height but in firefox it appears to be rendering it about 7px to short and not connecting with shipping banner below.

Does anyone know what maybe causing this?

Kind regards,

28 Nov 2010, 11:49 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Flash - Different width in mozzila

One should design in the most standard compliant browser and at this time it is FireFox and then if browser specific css is necessary create a sheet with only those items that need to be adjusted for xx browser

Try this for firefox and see what happens in the others

#newbox{text-align:left;margin-top:-18px;margin-left:5px;margin-bottom:0px;float:left;width:610px;padding:0px
0px 0px 0px}
28 Nov 2010, 12:44 PM
#3
lightup avatar

lightup

New Zenner

Join Date:
Sep 2010
Posts:
59
Plugin Contributions:
0

Re: Flash - Different width in mozzila

kobra:

One should design in the most standard compliant browser and at this time it is FireFox and then if browser specific css is necessary create a sheet with only those items that need to be adjusted for xx browser

Try this for firefox and see what happens in the others

#newbox{text-align:left;margin-top:-18px;margin-left:5px;margin-bottom:0px;float:left;width:610px;padding:0px
0px 0px 0px}


Hi,

thanks for the suggestion, I tried this but it merely moved the centre column up 18px in all browsers and had no affect with width and spacing issues. I have previously played around with some different css styles to try and rectify the issue with no luck. This is what made me believe that it possibly is not a css issue?

Kind regards,