website display issues with Firefox - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: General (/forumdisplay.php?fid=11) +---- Forum: Forum & Website (/forumdisplay.php?fid=13) +----- Thread: website display issues with Firefox (/showthread.php?tid=31696) website display issues with Firefox by lopardo on 09-19-2004 at 12:44 AM
I went to www.msgplus.net to check the latest news and noticed that is says Flash player is not installed. I'm using Mozilla Firefox and Flash works fine in other websites (it worked fine before... ). RE: website display issues with Firefox by CookieRevised on 09-19-2004 at 02:36 AM
quote:It detects if you have version 7 or higher. So maybe you don't have version 7 but version 6 or something... quote:Maybe because the css code: code:is not a valid code, thus ignored by Mozilla based browsers, thus the background previously stated in: code:is used the code should be: code: RE: website display issues with Firefox by Patchou on 09-21-2004 at 06:21 PM Exceptionally, I changed it this time. However, I couldn't change allthe "repeat-x" and "repeat-y" to "repeat" as some pictures must not be repeated on the x or y axis. If you have a "mozilla" way to do it, just let me know . RE: website display issues with Firefox by Jeronimo on 09-21-2004 at 06:28 PM
Repeat-x and repeat-y are perfectly valid in Mozilla as long as they are used separately. If you want something to repeat in both directions, just use repeat as you have done. RE: website display issues with Firefox by lopardo on 09-21-2004 at 08:46 PM
Similar problem here: http://www.msgplus.net/global.php?setuppage=y&up=y&lang=es RE: website display issues with Firefox by CookieRevised on 09-22-2004 at 02:11 PM
yeah... it's an "oopsy" quote:should be "sidebar" quote:oh... nah... you don't have to change all the repeat-x and y's. They are perfectly valid It is just that using them both together ("repeat-x repeat-y") isn't valid css, in that case it should be just "repeat". EDIT: oops, Jeronimo said the same already.. RE: website display issues with Firefox by Patchou on 09-22-2004 at 07:47 PM pfff... and then you wonder why Microsoft supports additions to the standards RE: website display issues with Firefox by CookieRevised on 09-23-2004 at 03:06 PM this isn't what I call an addition though.... I call it "let's reconize the invalid css and don't tell the user about the mistake he made so he thinks it is a-ok and blames it on mozilla if it doesn't work there"-addition hehe RE: website display issues with Firefox by KeyStorm on 09-23-2004 at 03:13 PM
quote: @ the quote. A W3C standard code should be shown by all browsers equally, which it doesn't, then you can blame ones or others But I wonder why are Microsoft so permissive in CSS and aren't in JS in which they yell you on every minor issue. |