Shoutbox

Mybb bug - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Mybb bug (/showthread.php?tid=46467)

Mybb bug by .blade// on 06-17-2005 at 06:42 PM

Firstly - don't tell me to go to the Mybb forums, I went there and my thread never was replied to.



Now - here's the bug.

On the main page the site logo lines up, but on several other pages (downloads, who's online, etc) it's a bit off. Normally this wouldn't bug me, but my theme relies on absolute position. This started when I added the random logo:

[Image: attachment.php?pid=481867]

Site: http://www.ps3lounge.net/


RE: Mybb bug by Eljay on 06-17-2005 at 06:51 PM

no problem here :S


RE: Mybb bug by Jhrono on 06-17-2005 at 06:56 PM

Me See no bug on ps3lounge.net, crazy your pc must be ...


RE: Mybb bug by .blade// on 06-17-2005 at 06:58 PM

I just re-checked it in Internet Explorer. It seems to be a Firefox bug >_>


RE: Mybb bug by WDZ on 06-17-2005 at 06:58 PM

I don't see any difference between pages, but I do see a difference between FireFox and Opera. It's fine in Opera, messed up in FireFox. :p

[Image: attachment.php?pid=481872]


RE: Mybb bug by M73A on 06-17-2005 at 07:07 PM

quote:
Originally posted by WDZ
I don't see any difference between pages, but I do see a difference between FireFox and Opera. It's fine in Opera, messed up in FireFox. :p

http://shoutbox.menthix.net/attachment.php?pid=481872

whats the difference there:S i can't spot it:S

ta
RE: RE: Mybb bug by Plik on 06-17-2005 at 07:12 PM

quote:
Originally posted by may73alliance
quote:
Originally posted by WDZ
I don't see any difference between pages, but I do see a difference between FireFox and Opera. It's fine in Opera, messed up in FireFox. :p

http://shoutbox.menthix.net/attachment.php?pid=481872

whats the difference there:S i can't spot it:S

ta


[Image: attachment.php?pid=481876]
RE: Mybb bug by M73A on 06-17-2005 at 07:15 PM

ohh right... didn't notice itthat much.. :$


RE: Mybb bug by user13774 on 06-17-2005 at 07:26 PM

I also see the bug in IE....

[Image: attachment.php?pid=481884]


RE: Mybb bug by Eljay on 06-17-2005 at 07:28 PM

hmm well im not using firefox branch build, im using good old trunk build (deer park is its slightly weird codename :P) so maybe its been fixed


RE: Mybb bug by TheGeek on 06-17-2005 at 08:09 PM

No problems here, Im using firefox 1.0.4.


RE: Mybb bug by Jhrono on 06-17-2005 at 08:21 PM

quote:
Originally posted by .blade//


I just re-checked it in Internet Explorer. It seems to be a Firefox bug >_>
Yeah, i use opera :P, so i didnt see it..

RE: Mybb bug by -dt- on 06-18-2005 at 06:29 AM

nope i cant see it im using the latest nightly trunk build of firefox though , just wait for firefox 1.1 it will be fixed there or download a trunk nightly


RE: Mybb bug by surfichris on 06-18-2005 at 08:41 AM

quote:
Originally posted by .blade//
Mybb bug
This is nothing that MyBB has done - its got to do with your CSS.
quote:
Originally posted by .blade//

Firstly - don't tell me to go to the Mybb forums, I went there and my thread never was replied to.
Maybe you could bump it then so we could see it?

Its because of how you've got it set out and set up.

For example, open it in Firefox and then resize the window inwards slowly - you'll see the logo and such move their position. You will also see if you resize it to a certain size, that it is fixed.

Basically the reason behind it is:

#container {
    width: 96%;
    margin: auto auto;
}

You're using percentage widths which will be different for everyone on every resolution and when a window is resized they're resized too.

You need to move the logo html outside of the container div.

Case closed. Not a firefox bug either.
RE: Mybb bug by saralk on 06-18-2005 at 09:22 AM

yeah, its a .blade// bug.

Damn that buggy coder.


RE: Mybb bug by .blade// on 06-18-2005 at 03:32 PM

quote:
Originally posted by Chris Boulton
quote:
Originally posted by .blade//
Mybb bug
This is nothing that MyBB has done - its got to do with your CSS.
quote:
Originally posted by .blade//

Firstly - don't tell me to go to the Mybb forums, I went there and my thread never was replied to.
Maybe you could bump it then so we could see it?

Its because of how you've got it set out and set up.

For example, open it in Firefox and then resize the window inwards slowly - you'll see the logo and such move their position. You will also see if you resize it to a certain size, that it is fixed.

Basically the reason behind it is:

#container {
    width: 96%;
    margin: auto auto;
}

You're using percentage widths which will be different for everyone on every resolution and when a window is resized they're resized too.

You need to move the logo html outside of the container div.

Case closed. Not a firefox bug either.





1) I meant a bug WITH myBB, not a bug IN myBB
2) I did bump my thread and still got no replies so w/e.
RE: Mybb bug by KeyStorm on 06-18-2005 at 03:59 PM

quote:
Originally posted by .blade// as thread title
Mybb bug

= bug in MyBB :gfdrin:

quote:
Originally posted by .blade//
2) I did bump my thread and still got no replies so w/e.

Where? I can't seem to find your post in mybb. :-/

However, as Surfi said, all those html glitches on custom templates are mostly due to irregular CSS+HTML formats. Maybe you can find out a better way to construct the header using nested div's and fixed background-positions, while keeping some flexibility. ;)