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. RE: Mybb bug by Eljay on 06-17-2005 at 06:51 PM no problem here 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. RE: Mybb bug by M73A on 06-17-2005 at 07:07 PM
quote: whats the difference there i can't spot it ta RE: RE: Mybb bug by Plik on 06-17-2005 at 07:12 PM
quote: 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.... 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 ) 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:Yeah, i use opera , 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:This is nothing that MyBB has done - its got to do with your CSS. quote: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. RE: Mybb bug by .blade// on 06-18-2005 at 03:32 PM
quote: 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: = bug in MyBB quote: 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. |