Closed (fixed)
Project:
Advanced Forum
Version:
6.x-1.0
Component:
Styles
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Apr 2009 at 22:27 UTC
Updated:
14 Oct 2010 at 14:10 UTC
There is a css problem with firefox3. There is a lot of empty space at the top of the text.
There is no problem with internet exprorer. I've attached screen shots of ie6 and firefox3 with the same forum page as an example (http://www.thelug.gr/main/?q=node/413).
I also attached my theme's css file (my theme is "abessive") and my advanced forum style css files (both 2 css files - my style theme is "blue lagoon")
I could not find the problem... so any help is welcome...
| Comment | File | Size | Author |
|---|---|---|---|
| IE6-screenshot.jpg | 89.05 KB | nicholaspapazoglou | |
| Firefox3_screenshot.jpg | 80.46 KB | nicholaspapazoglou | |
| CSS.tar_.gz | 3.31 KB | nicholaspapazoglou |
Comments
Comment #1
nicholaspapazoglou commentedPlease help, because nobody use ie (we are linux fanatics).
Comment #2
michelleHonestly, you'll have a lot better luck asking CSS questions in the forums. While people do occasionally answer things in my queue, it doesn't happen often, and I can't help with CSS weirdness.
Michelle
Comment #3
Stefanos Karagos commentedNikos, I had the same problem and I solved it using the following CSS thing:
Comment #4
TripX commentedHey Stefanos,
I have exact the same problem. There are some space above the posted text.
With Garland f.e. there I have no problem, with "Sky" I got the problem.
In which file did you implement the css lines from above?
Thanks for your answer!
Comment #5
nicholaspapazoglou commentedHi Stefanos! It doesn't work for me.... I tried to check both css and php files but I can't find something wrong...
I'm still trying and any help of anyone is welcome.
Comment #6
TripX commentedI've added it too and it makes no difference.
So - any help is welcome for me too!
Comment #7
Stefanos Karagos commentedNikos, we use different themes but the problem occurs because of the "clear" entry in our CSS....
Well I saw your site and using Firebug I discovered that changing in your style.css [line 84] the clear:both; entry to clear:none; it fixes the prob
Please check it, I think that works
Comment #8
TripX commentedHey Stefanos,
can you also take a look on: http://montafon-news.at/dev/node/19
It would be wonderful if you can help me!
Comment #9
Stefanos Karagos commentedin your style.css [line 1260] change the clear:left; to clear:none;
Checked using Firebug and works!
Comment #10
TripX commentedWonderful. Thank you very much!
Comment #11
nicholaspapazoglou commentedThanks Stefanos. I thing that is a big issue between advanced forum and my current theme. Finally I've changed the forum's layout (for the moment...) and there is no empty space (at least!)...
Comment #12
nicholaspapazoglou commentedComment #13
fairyguide commentedI'm having a similar problem (white space above the post). I've been playing around in Firebug with the CSS, but I'm having no luck. Any help is appreciated!
See: http://fairyguide.com/content/what-do-you-think-upcoming-movie-wings-disney
Comment #14
fairyguide commentedChanged theme; problem gone.
Comment #15
Aurochs commentedI had similar issue with completely modified Simly Modern theme and Advanced Forum Blue Lagoon style. But i had blank space in the bottom below the content. The issue was only in Chrome and Safari, IE and Mozilla were fine. So after couple of hours of thoughts and manupulations, i ustood that this is because of 100% height in the wrapper, so i did foll and this helped me (http://gamepart.ru/forum):
Also have an issue with admin menu in Chrome only - top margin is present even w/o menu available, now going to fix that too.
Its a pity but i have to acknowledge Chrome is buggy yet. Thou i like Chrome...