web directoryearn money in seconds   Free file hosting, free video sharing

<<< The Web Hosting >>>


Go Back   Noeman GSM > Webhosting & Website development > Website development > HTML & Website Design

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-04-2007, 09:04 AM
Luffy's Avatar
Master
 
Join Date: Jan 2006
Age: 24
Posts: 996
Reputation: 1060
Luffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud ofLuffy has much to be proud of
Default IE (Internet explorer) vs Firefox results

I am trying to make a website using xhtml and css. For some reason IE is showing what I have of my page so far correctly and Firefox isn't. I know Firefox is more strict and have validated all my code.

Hear is what it looks like in firefox. http://i93.photobucket.com/albums/l7...y_Bouzy/gg.jpg

Now Ie... http://i93.photobucket.com/albums/l7..._Bouzy/gg2.jpg

Keep in mind everything is correct except for the side navigation style content box. The only reason the banner isn't there is because it was cut out on my screen print.


(Am I coming about this wrong? I am using the div to make background image for my content boxes...I don't know.. Hear is my code)

body {

background-color: #5f656b;
font-family: Tahoma, "Arial Unicode MS", Arial, sans-serif, serif;
font-size: 12px;
color: #eea103

}

/*Divs*/

#content {

height: 505px;
width: 518px;
background-image: url(images/content.jpg);
background-repeat: no-repeat;
padding-left: 38px;
padding-right: 38px;
padding-top: 46px;
padding-bottom: 46px;
margin-top: 20px;
margin-bottom: 20px;
float: right;

}


#sidebar {


height: 505px;
width: 153px;
background-image: url(images/sidebar.jpg);
background-repeat: no-repeat;
padding-left: 38px;
padding-right: 38px;
padding-top: 46px;
padding-bottom: 46px;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: 20px;


}


#navigation {

margin: 0px;
padding-top: 0px;
border-width: 0px;


}

#banner {

border-width: 0px;
margin: 0px;
padding: 0px;


}


#container {

width: 712px;
margin: 0px auto;
margin-left: auto;
margin-right: auto;
}

#home {

width: 442px;

}

#news {

width: 442px;

}







**************************************

And now my XHTML

**************************************

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtmll/DTD/xhtmll-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

<title>Goldfish Graphics</title>

<link type="text/css" rel="stylesheet" href="Goldfish.css" />

</head>
<body>

<div id="container">

<div id="banner">
<img src="images/banner.jpg" alt= "Goldfish Graphics Banner Image" />
</div>

<div id="navigation">
<img src="images/navigation.jpg" alt= "navigation background image" />
</div>

<div id="content">
<h2>Home</h2>
<p id="home">
Based in the Midwest, Goldfish Graphics is a freelance design business. Goldfish Graphics is
dedicated to working with clients to turn their ideas into unique designs. By communicating
with our clients, we produce quality websites, layouts, print and website graphics, and logos
that are affordable.

</p>
<h4>News (7/02/07)</h4>

<p id="news">
Although the Goldfish Graphics site is up and running, I am still currently learning how to better make web sites.
Because I am still learning, all web based projects I take on now will be 50% of the price they should be. With a little patience you can have a quality web designs for half the price.
</p>

</div>


<div id="sidebar">

<h5>Testimonies</h5>
<p>
""
</p>

<p>
Links
</p>

</div>

</div>







</body>
</html>
__________________
Reply With Quote
Sponsored Links
Reply

Bookmarks

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 07:24 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 2004-2008 Noeman . All rights reserved
Cheap Loan | Bank Accounts | Remortgages | Loans | Personal Loans

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112