Web Design Forum: SWF displaying differently in Firefox - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

SWF displaying differently in Firefox Rate Topic: -----

#1 User is offline   ppdesign 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 18-April 11
  • Reputation: 0

Posted 03 May 2011 - 07:33 AM

So the page in question is this:

http://pixelproofdes...k/emp/index.php

On Safari it displays perfectly, but Firefox seems to cut it in half....any ideas? All the other flash galleries on the site display fine, it's just the home page one :angry3:
0

#2 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 03 May 2011 - 08:27 AM

try changing your #FlabellComponent padding-left to margin-left
0

#3 User is offline   ppdesign 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 70
  • Joined: 18-April 11
  • Reputation: 0

Posted 04 May 2011 - 10:42 AM

View Postzed, on 03 May 2011 - 08:27 AM, said:

try changing your #FlabellComponent padding-left to margin-left


Thanks - how do I put that in my CSS? I've got this for the FlabellComponent at the moment:

#FlabellComponent{
	padding: 0px 45px 0px 170px;
}

0

#4 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 04 May 2011 - 10:45 AM

try then

#FlabellComponent{ 
        padding: 0px 45px 0px 0px; 
        margin-left: 170px;
}

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users