|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Problem with Netscape 7.1
The following code works perfectly when I use IE but for Netscape 7.1 it gives me a white screen along with the arrow.gif. Let me know if you know how to deal with this problem.
<html> <head> <meta http-equiv="Refresh" content="10;URL=http://www.myurl.com"> <meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)"> </head> <body style =" background-color = black"> <hr> <p style="font-family:verdana;font-size:100%;color:white"> In order to get the best performance from this web site, it is recommended for the user to have the following feature in the computer: </p> <ul style="color:white"> <li> <p style="font-family:verdana;font-size:100%;color:white"> Borwser: Internet Explorer 6.X </p> </li> <li> <p style="font-family:verdana;font-size:100%;color:white"> Screen Resolution : 1024 X 768 pix</p> </li> </ul> </p> <p style="font-family:verdana;font-size:100%;color:white"> You will be redirected to my web page in seven seconds. </p> <hr> <p style="font-family:verdana;font-size:100%;color:white"> If you see this message for more than seven seconds, please click on the arrow ! <a href="home.html"> <img border="0" src="Pic/arrow1.gif" alt="Main Page" border="0" width="65" height="20"> </a> </p> </body> </html> |
|
#2
|
|||
|
|||
|
RE: Problem with Netscape 7.1
try changing this tag from
<body style =" background-color = black"> to <body style ="background-color:black"> I was unable to test this, but since it is a syntax error, I am pretty sure it will work. If that does not work, try using the color hex codes instead of the color names. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Problem with Netscape 7.1 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|