View Single Post
Old 12-09-2012, 11:42 PM   PM User | #17
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Look at these changes -

Code:
</head>
<body>
	<div id="header">
    	<img src="http://www.codingforums.com/attachment.php?attachmentid=11780&amp;d=1355082047" alt="description" width="264" height="66" id="tizen" />
		<div>
			<div id="navigation">
				<div class="infos">
					<font color="#00ff00">Online</font> 				</div>
				<div>
					Owner:<font color="#00ff00"> Luke</font>			</div>
				<ul id="primary">
					<li class="selected">
						<a href="http://tizenx-rsps.com/index.html"><span>Home</span></a>
					</li>
					<li>



Code:
/*------------------------------ HEADER ------------------------------*/
#header {
	background: url(../images/bg-header.png) repeat-x;
	padding-bottom: 25px;
}
#tizen {float: left;}
#header > div {
	height: 426px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/** Logo **/
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote