Alignment problem in Firefox

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



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Nov 9th, 2006, 11:32
New Member
Join Date: Nov 2006
Location: London
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Alignment problem in Firefox

Hi all,

I created an initial design of my website here http://www.viconsulting.co.uk/testing/index.html which looks fine in IE but on you can see an alignment problem with Firefox. I haven't got a clue what the issue is, but it appears to be a common problem between the 2 browsers judging from other online posts.

I would greatly appreciate any help.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 9th, 2006, 14:35
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

To be honest, I think you should start again by getting rid of tables as a layout tool and using properly structured semantic mark-up.

Also, place your css code in a seperate file and <link... it into your pages.

The same goes for JavaScript if and when you have any.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 13th, 2006, 08:36
New Member
Join Date: Nov 2006
Location: London
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

Thanks for your advice. Unfortunately I have developed the website considerably (the link I've given is just to show the alignment problem), hence it would be too much hassle to start again. If anyone knows how to amend this problem it would be greatly appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 13th, 2006, 09:46
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

This layout is only going to cause you grief along the way. You really should do as I suggest.

However, you appear to have two td's on either side of your layout being used as spacers and it is these that are out of alignment.

With what you have at the moment the best thing to do would be to give them id's and use some css to bring them into line.

Having done that, you will probably need to use a conditional comment in IE to add some css that only IE reads to put them where IE wants them.

Like I said, this layout is not the way.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 14th, 2006, 09:02
New Member
Join Date: Nov 2006
Location: London
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

I hardly know anything about css so i didn't understand what you advised me to do. Some people have mentioned having a script that would detect if they're using firefox and then it would adjust the border accordingly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 14th, 2006, 09:04
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

havent got access to firefox so i cannot help you at this time. If you could put screenshots up i could have a go at identifying your problem. Thankies
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 14th, 2006, 09:23
New Member
Join Date: Nov 2006
Location: London
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 14th, 2006, 09:40
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

Quote:
Originally Posted by guvna View Post
I hardly know anything about css so i didn't understand what you advised me to do. Some people have mentioned having a script that would detect if they're using firefox and then it would adjust the border accordingly.
To be honest it sounds like you 'want to run before you can walk'.

You need to work through some tutorials on correct xhtml semantic mark-up, css and layout techniques.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Nov 14th, 2006, 10:02
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

think geoff has said this but do an external css sheet and link it to your page.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Nov 14th, 2006, 11:11
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

Without actually playing with your design, my suggestion would be to double check the dimensions on all your table cells. Make sure they are exactly what the graphics widths should be and that the total of the three cells do not exceed or add up less than the total width of the table cell. Usually when you check the cell widths or play with them a bit, you can correct the alignment.

Hope that helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Nov 14th, 2006, 13:14
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Alignment problem in Firefox

This may sound silly but try resizing your window, I have a feeling that it will line up under certain widths and do that under others. I have seen that happen before. Other than that check your code etc..
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Nov 14th, 2006, 17:40
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Alignment problem in Firefox

The layout a bit smaller. I have to scroll over on my computer.
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

Tags
alignment firefox ie

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
Division alignment problem Craigj1303 Web Page Design 0 Apr 3rd, 2008 14:29
Alignment problem in IE Lchad Web Page Design 16 Feb 10th, 2007 00:30
DIV alignment in Firefox and Netscape johnmr Web Page Design 1 Sep 11th, 2006 17:15
CSS Newbie: Firefox alignment problems SuperGrover1981 Web Page Design 1 Aug 31st, 2006 10:28


All times are GMT. The time now is 08:17.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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