I don't have any browsing problem when I open my page in Chrome or Firefox. But when it comes to IE 6 (And I haven't tried other IE versions yet) it looks different. I had tried few things but could not solve the problem. Can anyone help me on this issue?
Older versions of Internet Explorer do not properly support position:fixed. If that's the issue you see, you'll probably have to switch to position:absolute and work around it. The page is too difficult to see in its current state to tell if there are other issues.
Older versions of Internet Explorer do not properly support position:fixed. If that's the issue you see, you'll probably have to switch to position:absolute and work around it. The page is too difficult to see in its current state to tell if there are other issues.
I am going to try IE 8 before I change the coding. I hope that the installation of IE8 to be completed before I pass away...
And as you see html coding for the head part located at the bottom of the page. If I move it to the top of the page I am becoming unable to see the logo. I don't know why...
Older versions of Internet Explorer also do not support multiple background images. You will probably have to use position:absolute and z-index to create layers to show these as separate elements. It also appears that you have a stylesheet and several background images that are not uploaded to the server.
Hi,i am developing a web page using frames in jsp. but the frame layouts shows different in different browsers,OS, and screen resolution.can somebody help me out pls!!!!!!!
i attach my jsp page here for your kind reference:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Card User Page</title>
</head>
Older versions of Internet Explorer also do not support multiple background images. You will probably have to use position:absolute and z-index to create layers to show these as separate elements. It also appears that you have a stylesheet and several background images that are not uploaded to the server.
Yea... Finally got it rolling
I put an additional <div> tag and change the css like below;
Bookmarks