Topic: CSS bug on forum index
The vertical borders do not extend if there is too much text on forum description. See image below.
tnx
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 troubleshooting → CSS bug on forum index
The vertical borders do not extend if there is too much text on forum description. See image below.
tnx
What browser? OS? Link to forum?
browser: firefox 3 and ie7
os: windows xp
link to forum http://www.maat-center.com/forum
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.
hmm..I'm on 1024*768...still, this might be considered a bug, right?
Well... your resolution is squishing that long forum description. Try shortening it?
Will try to fix css instead..if i get lucky I'll let you know.
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...
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?
It's not the bold test. Try setting a higher resolution, then slowly shrink the browser window. You'll see what I mean.
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;
}
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?
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
This only happens on this 267 page. Any idea why this would happen
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
PunBB Forums → PunBB 1.3 troubleshooting → CSS bug on forum index
Powered by PunBB, supported by Informer Technologies, Inc.