Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » website design problem :-(


website design problem :-(

Reply
  #1 (permalink)  
Old 06-30-04, 12:38 PM
nick1 nick1 is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
website design problem :-(

Greetings,

I am developing a personal website which is located at www.limeblue.org
I am using notepad to create my website. I have designed it so it will display nicely
even at 800x600 resolution.

However, here is my current situation:

1.) version 6.0.2800 of Internet Explorer displays the website just the way i want it to.
2.) version 7.1 of the Netscape browser does not display the website very well at all
3.) version 7.51of the Opera browser does a decent job of displaying the website

When i view my website on my local computer without connecting to the internet to view it,
netscape displays the website much better then when i view it over the internet. This doesn't
make sense to me why this is. The html, CSS, and browser version are all the same.

Here is my HTML code for the index.htm page:
======================================

<html>
<head>
<title>Welcome to limeblue.org</title>
<link rel="stylesheet" href="css\index.css">
<script type="text/javascript" language="JavaScript" src="scripts\index2popup.js"></script>
</head>

<body>

<br><br><br>

<center>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
id="lb1" width="700" height="233">
<param name="movie" value="lb1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="lb1" src="lb1.swf"
quality="high" bgcolor="#FFFFFF" swLiveConnect="true"
width="700" height="233"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
</object>

</center>

<br><br>

<p class="text">
<center>

<a href="index2.htm" onclick="OpenPopup(this.href); return false">enter</a>

<br><br>

<font size="1">
taste the full flavor of limeblue.org with the latest
<br>
release of internet explorer, java, and flash installed on your computer.

<br>

<a href="http://www.microsoft.com/windows/ie/downloads/default.asp">ie</a> |

<a href="http://www.java.com/en/download/windows_automatic.jsp">java</a> |

<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">flash </a>

<br><br>

limeblue.org is powered by KMAN Technologies. ©2004.
</font>

</center>
</p>



</body>
</html>
==========================================

and here is the CSS code that index.htm links to:
========================================

a:link {text-decoration:none; color:#0000ff; font-weight:bold;}
a:visited {text-decoration:none; color: #0000ff; font-weight:bold;}
a:hover {text-decoration:none; color: #00ff00; font-weight:bold;}

body {
margin:0;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #ffffff;
filter: chroma (color=#ffffff);
}
=========================================

here is my HTML code for the index2.htm page which is accessed after the 'enter' button on index.htm is clicked:
================================================== =====================================

<html>
<head>
<title>limeblue.org</title>
<link rel="stylesheet" href="css/iframes&menu.css">
</head>

<body>

<p class="image">
<img src="picz/theboard750x500.jpg">
</p>

<!-- iframes -->

<p class="pic">
<iframe src="pic.htm" width="200px" height="200px" frameborder="1" scrolling="no" name="pic"></iframe>
</p>

<p class="message">
<iframe src="message.htm" width="535px" height="20px" frameborder="0" scrolling="auto" name="message" allowtransparency="true"></iframe>
</p>

<!-- Site navigation menu -->

<p class="nav">
<a href="index2.htm"><img src="picz\nav\home.gif" border="0"></a>&nbsp;&nbsp;
<a href="music.htm"><img src="picz\nav\music.gif" border="0"></a>&nbsp;&nbsp;
<a href="art.htm"><img src="picz\nav\art.gif" border="0"></a>&nbsp;&nbsp;
<a href="writingshtm\writingsindex.htm"><img src="picz\nav\writings.gif" border="0"></a>&nbsp;&nbsp;
<a href="photoshtm\photosindex.htm"><img src="picz\nav\photos.gif" border="0"></a>&nbsp;&nbsp;
<a href="thrift.htm"><img src="picz\nav\thrift.gif" border="0"></a>&nbsp;&nbsp;
<a href="credits.htm"><img src="picz\nav\credits.gif" border="0"></a>&nbsp;&nbsp;
<a href="lime.htm"><img src="picz\nav\lime.gif" border="0"></a>
</p>

</body>
</html>
================================================== ====================

and here is the CSS code that index2.htm links to:
==========================================

a:link {text-decoration:none; color:#0000ff; font-weight:normal;}
a:visited {text-decoration:none; color:#0000ff; font-weight:normal;}
a:hover {text-decoration:none; color:#00ff00; font-weight:normal;}


p.image
{
position:absolute;
left:0px;
top:0px;
}

p.pic
{
position:absolute;
left:275px;
top:104px;
}

p.message
{
position:absolute;
left:215px;
top:475px;
}

p.nav
{
position:absolute;
left:284px;
top:2px;
width:500px;
}

p.nav
a:link{text-decoration:none; color:#0000ff; font-weight:bold;}

p.nav
a:visited{text-decoration:none; color: #0000ff; font-weight:bold;}

p.nav
a:hover{text-decoration:none; color: #00ff00; font-weight:bold;}

p.display
{
position:absolute;
left:55px;
top:50px;
width:650px;
height:400px;
overflow:auto;
font-family:"bookman old style",sans-serif;
font-size:12px;
background-color:transparent;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #ffffff;
filter: chroma (color=#ffffff);
}

p.toc
{
position:absolute;
left:125px;
top:138px;
width:100px;
}

p.display1
{
position:absolute;
left:272px;
top:132px;
}

p.bul
{
position:absolute;
top:102px;
left:253px;
}

p.bur
{
position:absolute;
top:102px;
left:600px;
}

p.bll
{
position:absolute;
top:350px;
left:253px;
}

p.blr
{
position:absolute;
top:350px;
left:600px;
}
==================================

Can someone please shed some light on this situation for me? Please feel free to view my website with
I.E., Netscape, and Opera.... amongst other browsers. Any advice is GREATLY appreciated.

Thank you for your time,

*Nick*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 06-30-04, 01:31 PM
infinitylimit's Avatar
infinitylimit infinitylimit is offline
Code Guru
 
Join Date: Jun 2004
Location: Oregon
Posts: 758
Thanks: 0
Thanked 0 Times in 0 Posts
I didn't take the time to read everything but I'm pretty sure the problem is your didn't supply the proper !DOCTYPE at the top. Go to www.w3c.org and use their vaildator to help you out.

One more thing, don't cross post.
__________________
Hawk Enterprises -- Home to PHP games, open-source code, tutorials and free downloads
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Budget $400+ : Dating website needed yowow.com Job Offers & Assistance 10 12-13-04 05:43 PM
need feedback about my website...? mikewooten Website Reviews 1 07-04-04 11:31 AM
Creating Website Script Problem Dainbramaged05 PHP 4 06-30-04 01:29 PM
running website from CD taher786 Script Requests 2 08-20-03 10:04 AM


All times are GMT -5. The time now is 07:36 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.