What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » website display issues with Firefox

website display issues with Firefox
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
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
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
website display issues with Firefox - by lopardo on 09-19-2004 at 12:44 AM
RE: website display issues with Firefox - by CookieRevised on 09-19-2004 at 02:36 AM
RE: website display issues with Firefox - by Patchou on 09-21-2004 at 06:21 PM
RE: website display issues with Firefox - by Jeronimo on 09-21-2004 at 06:28 PM
RE: website display issues with Firefox - by lopardo on 09-21-2004 at 08:46 PM
RE: website display issues with Firefox - by CookieRevised on 09-22-2004 at 02:11 PM
RE: website display issues with Firefox - by Patchou on 09-22-2004 at 07:47 PM
RE: website display issues with Firefox - by CookieRevised on 09-23-2004 at 03:06 PM
RE: website display issues with Firefox - by KeyStorm on 09-23-2004 at 03:13 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On