Keyshie
02-03-2006, 02:17 AM
There are 2 things I need help with.
1. When you click a button in the menu, the preloader works great, it loads an external .SWF file flawlessly, but there's a brief moment in between the "click" and the preloader where you can see the home page. It's very unprofessional looking in my opinion. If i'm wrong, let me know.
2. When viewed on a 19" moniter, the website looks great, and the bottom of the presentation is visible. When viewed on a 15" screen, I cannot see the bottom of the presentation, and I can't click on some buttons that are down there. My presentation is 1024x768
Here is the web address:
http://www.cleandesigns.net/vega/expertsystem.htm
I have my html reading:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Expert System</title>
<meta name="description" content="Expert System for Students of Homeopathy by Vega Rozenberg">
<style type="text/css">
html {
height:100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
background: #ffffff /*color background - only works in IE */
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
body {
height: 100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
hide overflow: hidden from IE5/Mac
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
/*
table {
height: 100%;
width: 100%;
text-align: center;
}
*/
</style>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="main2.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="scale" value="noscale">
<embed src="main2.swf" width="100%" height="100%" scale="noscale" quality="high" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
</body>
</html>
1. When you click a button in the menu, the preloader works great, it loads an external .SWF file flawlessly, but there's a brief moment in between the "click" and the preloader where you can see the home page. It's very unprofessional looking in my opinion. If i'm wrong, let me know.
2. When viewed on a 19" moniter, the website looks great, and the bottom of the presentation is visible. When viewed on a 15" screen, I cannot see the bottom of the presentation, and I can't click on some buttons that are down there. My presentation is 1024x768
Here is the web address:
http://www.cleandesigns.net/vega/expertsystem.htm
I have my html reading:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>Expert System</title>
<meta name="description" content="Expert System for Students of Homeopathy by Vega Rozenberg">
<style type="text/css">
html {
height:100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
background: #ffffff /*color background - only works in IE */
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
body {
height: 100%; /* fix height to 100% for IE */
max-height: 99%; /* fix height for other browsers */
padding: 0; /*remove padding */
margin: 0; /* remove margins */
border: 0; /* remove borders */
hide overflow: hidden from IE5/Mac
overflow: hidden; /*get rid of scroll bars in IE */
overflow-y: hidden;
overflow-x: hidden;
}
/*
table {
height: 100%;
width: 100%;
text-align: center;
}
*/
</style>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="main2.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="scale" value="noscale">
<embed src="main2.swf" width="100%" height="100%" scale="noscale" quality="high" menu="false" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash">
</embed>
</object>
</body>
</html>