website display issues with Firefox |
Author: |
Message: |
lopardo
Veteran Member
Posts: 1395 Reputation: 33
38 / /
Joined: Nov 2002
Status: Away
|
O.P. website display issues with Firefox
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... ).
Also, in news, the background doesn't show correctly:
Attachment: Image4.PNG (34.72 KB)
This file has been downloaded 291 time(s).
|
|
09-19-2004 12:44 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: website display issues with Firefox
quote: Originally posted by lopardo
"Flash player is not installed". I'm using Mozilla Firefox and Flash works fine in other websites (it worked fine before... ).
It detects if you have version 7 or higher. So maybe you don't have version 7 but version 6 or something... quote: Originally posted by lopardo
Also, in news, the background doesn't show correctly:
Maybe because the css code:
code: .secbox4{
background: #CEEBF7 url('images/download_bg4.jpg') repeat-x repeat-y top left;
}
is not a valid code, thus ignored by Mozilla based browsers, thus the background previously stated in: code: .secbox,.secbox2,.secbox3,.secbox4,.secboxM,.secboxL{
border:1px solid black;
border-left-width:5px;
background: #9ae5f8 url('images/download_bg.jpg') no-repeat top left;
padding:5px;
}
is used
the code should be:
code: .secbox4{
background: #CEEBF7 url('images/download_bg4.jpg') repeat top left;
}
This post was edited on 09-19-2004 at 02:44 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-19-2004 02:36 AM |
|
|
Patchou
Messenger Plus! Creator
Posts: 8607 Reputation: 201
43 / /
Joined: Apr 2002
|
RE: website display issues with Firefox
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 .
|
|
09-21-2004 06:21 PM |
|
|
Jeronimo
Senior Member
Which one is the monkey?
Posts: 679 Reputation: 16
43 / – / –
Joined: Jan 2003
|
RE: website display issues with Firefox
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.
So you should be fine now
|
|
09-21-2004 06:28 PM |
|
|
lopardo
Veteran Member
Posts: 1395 Reputation: 33
38 / /
Joined: Nov 2002
Status: Away
|
O.P. RE: website display issues with Firefox
Attachment: Dibujo.PNG (10.32 KB)
This file has been downloaded 233 time(s).
|
|
09-21-2004 08:46 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: website display issues with Firefox
yeah... it's an "oopsy"
quote: <div class="sidebar2" style="background-image:url(images/sidebar_help_or.gif);" style="height:171;">
should be "sidebar"
quote: Originally posted by Patchou
However, I couldn't change all the "repeat-x" and "repeat-y" to "repeat" as some pictures must not be repeated on the x or y axis.
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..
This post was edited on 09-22-2004 at 02:16 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-22-2004 02:11 PM |
|
|
Patchou
Messenger Plus! Creator
Posts: 8607 Reputation: 201
43 / /
Joined: Apr 2002
|
RE: website display issues with Firefox
pfff... and then you wonder why Microsoft supports additions to the standards
|
|
09-22-2004 07:47 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: website display issues with Firefox
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
This post was edited on 09-23-2004 at 03:07 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
09-23-2004 03:06 PM |
|
|
KeyStorm
Elite Member
Inn-sewer-ants-pollie-sea
Posts: 2156 Reputation: 45
38 / / –
Joined: Jan 2003
|
RE: website display issues with Firefox
quote: Originally posted by CookieRevised
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
@ 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.
This post was edited on 09-23-2004 at 03:14 PM by KeyStorm.
|
|
09-23-2004 03:13 PM |
|
|
|