Row layout in Firefox

This is a discussion on "Row layout in Firefox" within the Web Page Design section. This forum, and the thread "Row layout in Firefox are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 11th, 2007, 10:11
New Member
Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Post Row layout in Firefox

Hi folks,

I'm having some issues with layout on a web page I'm creating. It appears to work fine in IE but adds big gaps in FF. I've since found out that I should have designed it for FF first but I didn't, so here I am - scratching my head.

Anyway, here's the link: http://www.churngold.com/development/churngold2.html

I'm sure it'll be something really obvious for you lot but I'm pretty new to this and have no other resources/people to ask. Also, I'm aware that there's a lot of "dirty" scripting in there at the moment but I need to get a working example together before I iron out some of the nasties.

I'd really appreciate any help. Please go easy on me, I know it's a mess.
Reply With Quote

  #2 (permalink)  
Old Apr 11th, 2007, 12:00
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

At the top of your css add this:
Code: Select all
*  {margin:0;
  padding: 0;
  }
Reply With Quote
  #3 (permalink)  
Old Apr 11th, 2007, 12:03
New Member
Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

So simple! Thanks so much!

I was trying all sorts of combinations of scripting all over the place and even a few "CSS hacks" to trick IE.
Reply With Quote
  #4 (permalink)  
Old Apr 11th, 2007, 12:25
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

You're welcome!
Reply With Quote
  #5 (permalink)  
Old Apr 11th, 2007, 13:09
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

Yeah ... there are drawbacks to that tho ... although minor

No margin for error - scroll down 'til you get to Global White Space Reset and keep reading to the end
Reply With Quote
  #6 (permalink)  
Old Apr 13th, 2007, 23:55
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

Yeah, lately I've taken to using this global reset:

Code: Select all
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
Reply With Quote
  #7 (permalink)  
Old Apr 16th, 2007, 09:20
New Member
Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Row layout in Firefox

Thanks for the extra input people. Lchad's suggestion seems to be working with no probs for what I need it for but it's definately worth knowing about it's drawbacks.
Reply With Quote
Reply

Tags
css, firefox, horizontal, layout

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Layout Issues (IE vs Firefox) Keith Web Page Design 5 Feb 11th, 2008 22:22
Differences between Firefox and IE layout pesho318i Web Page Design 9 Jan 31st, 2008 16:43
CSS Layout issue between IE and Firefox macu Web Page Design 2 Aug 22nd, 2007 13:14
A Small layout problem in IE6 but not in Firefox leroytrolley Web Page Design 1 Jul 5th, 2007 12:49
IE/Firefox Layout Woes - Please Help Me? leonarmston Web Page Design 7 Feb 8th, 2006 12:29


All times are GMT. The time now is 16:06.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43