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 css/bug/problem - Left column content pushed sometimes to the bottom.
Old 05-27-2009, 12:19 PM Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
Junior Talker

Posts: 4
Trades: 0
Hello everyone.
I'm new at this forum and i could use some help.


My site has some css bugs/problems that i haven't yet identified .


In Firefox:
in a specific page (the /calendario.php) :
The content of the left column (the left groups standings ) sometimes is pushed to the bottom of the column when using firefox in longer pages .
Seems that the middle column content pushes the left column content to the bottom.
Pressing CONTROL+F5 fixes it but every once in a while it happens again.

in IE it hasnt happen.



Another css/bug with my site is that:
in IE6 my top background image repeat -x is displayed twice ( one time at the top of the page and another one right below it a second time)


And another one in IE
in some IE, not all it shows a horizontal line at the middle of the page.


My site is for a local soccer tournament at http://torneiodavila.netii.net/


Any help would be apreciated.



Thanks in advance.

Last edited by jubilix; 05-27-2009 at 01:41 PM..
jubilix is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2009, 03:26 PM Re: Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Firefox has virtually no bugs, and those that it does have are fairly obscure, and I almost never run into them. If you think IE is showing you something 'right', then IT is the one that is WRONG 99% of the time.

You might want to visit www.positioniseverything.net to learn of IE's many, many bugs.

Quote:
The content of the left column (the left groups standings ) sometimes is pushed to the bottom of the column when using firefox in longer pages .
I did not see this behavior at all. If a refresh fixes it, then it's more than likely that your CSS file wasn't completely loaded or your page not completely rendered the first time.

Quote:
in IE6 my top background image repeat -x is displayed twice ( one time at the top of the page and another one right below it a second time)
You're getting margin-collapse, which is not a bug. The fix is to add padding-top: 1px to #header.

Quote:
And another one in IE
in some IE, not all it shows a horizontal line at the middle of the page.
I'm not seeing that on any page in IE6. What version are you seeing it in ?
__________________
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 05-27-2009, 03:45 PM Re: Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
Junior Talker

Posts: 4
Trades: 0
thank you for your reply LadynRed.

i've fixed the problem with the content of the left column being pushed down.

the middle content of the site is composed of a 3 columns / 1 row table.

after testing several things in the css, i noticed that i had a
Code:
style=float:left
in the middle <td> of the table
once i removed it never happened again.
strange that all pages had that float left for the middle <td> and only that particular page behaved that way in firefox and not always.


about the middle horizontal line, i must of done something that i don't know what that seems to have resolved it. haven't seen it in a while now.


i'm going to test the
Code:
padding-top         : 1px ;  /* IE6 fix  */
and report back as soon as i fix it.



Thank you again for your reply LadynRed.
jubilix is offline
Reply With Quote
View Public Profile
 
Old 05-27-2009, 03:51 PM Re: Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
Junior Talker

Posts: 4
Trades: 0
correction to my last post.

the middle horizontal line appears when i test with the IE8 in compatibility mode.


should i be worried about this?

jubilix is offline
Reply With Quote
View Public Profile
 
Old 05-27-2009, 04:10 PM Re: Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Why are you running it in compatibility mode ?
The problem is, anyone also using it in that mode will see the same line. I do not have access to IE8 in any form right now, but my guess would be that the line appears as it would in IE7.
__________________
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 05-27-2009, 10:36 PM Re: Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
Junior Talker

Posts: 4
Trades: 0
i've solved the problem.

it wasn't the
Code:
padding-top         : 1px ;  /* IE6 fix  */
it was the
Code:
.header {
    margin-bottom        : -8px;
after commenting that line it solved both problems :
- the top background image repeat -x displaying twice ( one time at the top of the page and another one right below it a second time)
- and the middle horizontal line with the IE8 in compatibility mode.


with a minor change to the height value
Code:
.header {
    /*margin-bottom        : -8px;*/
    height                : 93px;
its 100% ok with all browsers except a minor flaw in IE6.



Thank you.

Last edited by jubilix; 05-27-2009 at 10:37 PM..
jubilix is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Firefox css/bug/problem - Left column content pushed sometimes to the bottom.
 

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