View Full Version : Default (Dark Blue) Layout
Default (Dark Blue) Layout is broken in Mozilla..
Xenon
03-22-2003, 12:00 PM
yeah, i've heard mozilla has problems with tables as most browsers except IE have.
hmm, i'm not good in html special browser codings, i'll let it up to erwin :)
Xanthine
03-23-2003, 12:33 AM
Half the top menu doesn't work in Opera 7.0 but im too lazy to get a screen.
Erwin
03-23-2003, 04:07 AM
This is a confirmed bug with an easy fix... Wait for it...
Boofo
03-23-2003, 04:32 AM
When you fix it can you tell us what you did so we can check for this type of stuff on our forums? ;)
Erwin
03-23-2003, 04:33 AM
The fix is this (from vB.com):
In functions.php, replace the whole textarea function with this:
// ###################### Start gettextareawidth #######################
function gettextareawidth() {
// attempts to fix idiotic Nutscrape textarea width problems
global $HTTP_USER_AGENT;
if (eregi("MSIE",$HTTP_USER_AGENT) || (eregi("Mozilla/5",$HTTP_USER_AGENT) && !eregi("Netscape6/",$HTTP_USER_AGENT))) { // browser is IE
return "70";
} elseif (eregi("Netscape6/",$HTTP_USER_AGENT)) { // browser is NS 6
return "40";
} elseif (eregi("Mozilla/4.",$HTTP_USER_AGENT)) { // browser is NS4
return "50";
} else { // unknown browser - stick in a sensible value
return 60;
}
}
Dean C
03-23-2003, 08:19 AM
Hmmm i don't think that that's the fix as it effects textarea widths - we have none on the main forums index...
/me waits for confirmation
- miSt
Erwin
03-23-2003, 08:41 PM
Wasn't he referring to the textarea in his gif? Or the border? I just noticed the border... I assumed he was talking about the textarea because the textarea Mozilla bug is a well-known vB one.
I was talking about the border :) the textarea is bleh but the border is just oogly
Erwin
03-24-2003, 12:47 AM
Ahhh... I'll look into it when I have time... I don't use Mozilla you see...
Smoothie
03-24-2003, 01:10 AM
Yesterday at 08:44 AM Bane said this in Post #1 (https://vborg.vbsupport.ru/showthread.php?postid=371280#post371280)
Default (Dark Blue) Layout is broken in Mozilla.. Thats why I use purple style. Blue looks crappy in Mozilla.
Yesterday at 08:47 PM Erwin said this in Post #10 (https://vborg.vbsupport.ru/showthread.php?postid=372345#post372345)
Ahhh... I'll look into it when I have time... I don't use Mozilla you see...
Shame on you.
Tony G
03-24-2003, 10:17 AM
Thats why I don't use Mozilla, not enough compatiability. :-/
Today at 06:17 AM Lord Dexter said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=372443#post372443)
Thats why I don't use Mozilla, not enough compatiability. :-/
Actually I believe you will find it is very compatible, it just doesnt fix garbage. *shrug*
Erwin
03-24-2003, 10:18 PM
Yeah, that's true. :) IE will show up anything, the worse HTML code you can throw at it.
Tony G
03-25-2003, 10:09 AM
Today at 02:12 AM Bane said this in Post #14 (https://vborg.vbsupport.ru/showthread.php?postid=372485#post372485)
Actually I believe you will find it is very compatible, it just doesnt fix garbage. *shrug*
When I did use it, it was bad. But I've heard it's gotten better. ;)
Xelation
04-20-2003, 02:11 AM
I hate netscape and mozilla they both suck..
Dean C
04-20-2003, 10:40 AM
Hehe bumpage matt ;)
They certainly do suck IMO ;) but many people use them so its sensible if we fit our designs to them by using solely CSS or XHTML ;)
- miSt
Kars10
04-20-2003, 12:23 PM
@ Xelation, me too! :p
Xenon
04-20-2003, 07:46 PM
i totally agree with you Xelation and Karsten :)
Dean C
04-20-2003, 07:56 PM
Stefan - have you ever tried mozilla? ;)
- miSt
Xenon
04-20-2003, 07:59 PM
yes, once, as i also tried opera and ns, but i really was cured fast from that kind of illness :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.