White space on Open Questions

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
DonMoneta
Posts: 4
Joined: Sun Aug 12, 2007 8:38 pm

White space on Open Questions

Post by DonMoneta »

Hi,

I will try to explain as clearly as possible, when trying to watch the open questions i get a huge white space between the first 2 sentences of normal standard text and the questions asked from users. You can see it here:

http://support.msi-computer.nl/faq/inde ... ction=open

I had a look at style.css and messed about with margins but did not get anywhere. I then placed the style.css file back from the CVS which i downloaded today (had the issue earlier i think) but same thing happens..

any idea which direction i need to look ?

Edit: Might be useful to add, When watching the same page in Firefox, everything is ok..

Edit2: Fixed.. I did the following:

I changed the following in style.css
.main-content table.openquestions {
width: 100%;
}

to

.main-content table.openquestions {
width: 99%;
}

and now it works fine.. w00t, thanks anyway.
Last edited by DonMoneta on Sat Aug 18, 2007 6:28 pm, edited 1 time in total.
Thorsten
Posts: 15729
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I tried IE7, FF2 and Opera9 and all looked good. Which browser did you used?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
DonMoneta
Posts: 4
Joined: Sun Aug 12, 2007 8:38 pm

Post by DonMoneta »

Hi Thorsten,

I think i already fixed it when you tried.. I was using IE6 on my laptop and pc. All good now!

Thanks

bye
Moneta
Post Reply