Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack Thread Tools
Old April 11th, 2007, 06:11 AM   #1
New Member
 

Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Tomarse is on a distinguished road
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.
Tomarse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 11th, 2007, 08:00 AM   #2
Elite Veteran
 

Join Date: Sep 2006
Location: Pink House
Posts: 3,941
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all
Re: Row layout in Firefox

At the top of your css add this:
Code:
*  {margin:0;
  padding: 0;
  }
Lchad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 11th, 2007, 08:03 AM   #3
New Member
 

Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Tomarse is on a distinguished road
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.
Tomarse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 11th, 2007, 08:25 AM   #4
Elite Veteran
 

Join Date: Sep 2006
Location: Pink House
Posts: 3,941
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all
Re: Row layout in Firefox

You're welcome!
Lchad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 11th, 2007, 09:09 AM   #5
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,607
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
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
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 13th, 2007, 07:55 PM   #6
Elite Veteran
 
Ryan Fait's Avatar
 

Join Date: May 2006
Location: Las Vegas
Posts: 3,784
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough
Re: Row layout in Firefox

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

Code:
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
Ryan Fait is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old April 16th, 2007, 05:20 AM   #7
New Member
 

Join Date: Apr 2007
Location: Bristol
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Tomarse is on a distinguished road
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.
Tomarse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
css , firefox , horizontal , layout


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 HTML, XHTML and CSS 5 February 11th, 2008 06:22 PM
Differences between Firefox and IE layout pesho318i HTML, XHTML and CSS 9 January 31st, 2008 12:43 PM
CSS Layout issue between IE and Firefox macu HTML, XHTML and CSS 2 August 22nd, 2007 09:14 AM
A Small layout problem in IE6 but not in Firefox leroytrolley HTML, XHTML and CSS 1 July 5th, 2007 08:49 AM
IE/Firefox Layout Woes - Please Help Me? leonarmston HTML, XHTML and CSS 7 February 8th, 2006 08:29 AM


Search Engine Optimization by vBSEO 3.2.0 RC8