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
firefox 3 css display problem
Old 06-23-2008, 04:53 PM firefox 3 css display problem
Extreme Talker

Posts: 189
Trades: 0
my site views perfectly in firefox 2 and ie6 but if i view it in firefox 3 it doesnt display correctly.

here is the link to my site http://zachsim.jolyza.com/
simster is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-23-2008, 05:58 PM Re: firefox 3 css display problem
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
In style.css, within the block starting on line 5, remove the line:
Code:
display: inline-block;
P.S. Firefox 3 has better CSS support than Firefox 2. It passes the acid test 2
__________________
Join me on
Please login or register to view this content. Registration is FREE

Last edited by wayfarer07; 06-23-2008 at 06:02 PM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 06-23-2008, 06:00 PM Re: firefox 3 css display problem
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
1 - you need a "wrapper" div to hold everything else
2 - text-align: center is NOT the way to achieve a centered layout in anything but legacy IE versions. Use CSS, apply a width on that wrapper, and use margin: 0 auto; to center it.
3 - When you float an element, you MUST give it a defined width - which you have not done.
__________________
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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-24-2008, 01:27 AM Re: firefox 3 css display problem
Extreme Talker

Posts: 189
Trades: 0
text-align: center was to center text/images in header and footer
simster is offline
Reply With Quote
View Public Profile
 
Old 06-24-2008, 04:41 PM Re: firefox 3 css display problem
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Ok, then you don't have anything defined in the code I saw that would properly center a div.
__________________
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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 06-24-2008, 05:05 PM Re: firefox 3 css display problem
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Although the quick fix I gave above will work, Lady is right. You should take a more structured approach with your code. You need some basic structure so that it will be easy to add lots content, or make changes, in the future when and if you need to do so.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to firefox 3 css display problem
 

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 2.78686 seconds with 12 queries