1 (edited by teva 2008-11-26 09:19)

Topic: CSS bug on forum index

The vertical borders do not extend if there is too much text on forum description. See image below.

http://shrani.si/f/2I/BH/2DxpXZeq/cssbug.gif

tnx

Re: CSS bug on forum index

What browser? OS? Link to forum?

3

Re: CSS bug on forum index

browser: firefox 3 and ie7
os: windows xp
link to forum http://www.maat-center.com/forum

4 (edited by User33 2008-11-26 14:56)

Re: CSS bug on forum index

It looks fine to me on both Firefox 3.0.4 and IE 7.0.5730. (Windows XP Pro SP3)

Edit: I think it's because of your resolution. I'm on 1280*1024.

5

Re: CSS bug on forum index

hmm..I'm on 1024*768...still, this might be considered a bug, right?

Re: CSS bug on forum index

Well... your resolution is squishing that long forum description. Try shortening it?

7

Re: CSS bug on forum index

Will try to fix css instead..if i get lucky I'll let you know.

Re: CSS bug on forum index

It doesn't work for me either. I have 1024x768, too. I don't see how, but maybe it has to do something with the bold text...

FluxBB - v1.4.8

9

Re: CSS bug on forum index

Any idea how to change size of column with post and topic numbers? I think if i can decrease them i would get more space for the forum description and that might fix this problem. Although, i have no idea why this would happen.

Has some one else tried very long forum description?

10

Re: CSS bug on forum index

It's not the bold test. Try setting a higher resolution, then slowly shrink the browser window. You'll see what I mean.

11

Re: CSS bug on forum index

Found the solution: replace Lines 868-877 on 'matt.css' with:

.brd .main-content .main-item .item-subject,
.brd .main-content .main-item li {
     float: left;
     border-left-style: solid;
     border-left-width: 1px;
     margin: 0 -2px -21.7em 0;
     position: relative;
     padding-top: 0.6em;
     padding-bottom: 22.4em;
     }

12

Re: CSS bug on forum index

Yeah..great. Tnx Garciat. I was struggling with margin and didn't check padding-bottom

so, is this bug or did i mess something up? smile

13

Re: CSS bug on forum index

Since i have started css problems topic, i found another strange thing. Please check this and scroll to the bottom. In IE7 and FF3 when logged with admin i see this
http://shrani.si/f/1Q/UN/160D9gGh/untitled-2.gif

This only happens on this 267 page. Any idea why this would happen

14 (edited by teva 2008-11-27 08:06)

Re: CSS bug on forum index

ok, never mind..there's was quote problem in one of the posts which made some nasty things. Quick quote option quoted wrong user, but right text and stuff like that.

the quote was used like this
(quote=user
some text(quote)
some other tekst(/quote)

after fixing it, all works fine...even layout is fixed.

I think there should be some warning about using bbcode wrong, since it can damage the forum.

tnx