Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Problem Displaying In Firefox
Old 10-10-2009, 09:51 AM Problem Displaying In Firefox
Novice Talker

Posts: 11
Trades: 0
My site is pushed over to the right only in Firefox, I've had this problem for a while, I was hoping somebody might have some suggestions on how to fix it.

www.cobtree.com

Thank you.
__________________

Please login or register to view this content. Registration is FREE
Leaf is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-10-2009, 01:13 PM Re: Problem Displaying In Firefox
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
The first thing you need to do is understand that Firefox is showing you the correct rendering of you code whereas IE 99.9% of the time is doing it WRONG. Use Firefox as your base, then fix for IE where necessary.

The first thing I'm going to tell you is to dump the tables for layout. Learn to use CSS and divs and you'll be much better off in the end.

Second, your first td is holding a background image but you have no width set for that td. The TD where the bulk of your site is sitting is set to a width of only 10%, so as a matter of math, the first TD is going to take up the remaining 90%! The 10% td is going to get pushed over AFTER the 90%

Give the 1st TD a smaller set width, remove or modify the width on the second.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 10-10-2009 at 01:14 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-11-2009, 11:03 PM Re: Problem Displaying In Firefox
vivekar's Avatar
Webmaster Talker

Posts: 612
Trades: 0
+1 for using Firefox as base browser.
You can check with Opera too.

If you are using Firefox, use "Web Developer" add on. It has all the features to debug your design.

At top table you have set the width as 700 and in the bottom table you have set the width as 703.

If you cleanup the HTML, the design will be right.
__________________

Please login or register to view this content. Registration is FREE
(Active since 2003) |
Please login or register to view this content. Registration is FREE
vivekar is offline
Reply With Quote
View Public Profile Visit vivekar's homepage!
 
Old 10-12-2009, 06:26 AM Re: Problem Displaying In Firefox
Banned

Posts: 86
Name: David Lin
Trades: 0
Right, I think you have mix up table and div layouting. You have one 700px width table at the top and use a 700px width div to holding a 703px width table and the table do have a cellpadding of 5px.
I think you should setup the width of second table to 700px and its cellpadding to 0px as the top one. Just delete the div would be OK.
airforce1 is offline
Reply With Quote
View Public Profile Visit airforce1's homepage!
 
Reply     « Reply to Problem Displaying In Firefox
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13407 seconds with 12 queries