Jump to content

ZeroShade

Members
  • Posts

    186
  • Joined

  • Last visited

Posts posted by ZeroShade

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">			<head profile="http://gmpg.org/xfn/11">						<!-- Martin vanPutten, Assignment 2 - Branding And The Web -->						<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />						<title>Coca-Cola</title>						<link rel="stylesheet" href="styles.css" type="text/css" />			</head>						<body>						<img src="logo.gif" alt="" />						<h2 id="navtitle">Navigation</h2>						<div id="nav">								 <ul>								 		 <li><a href="index.html">Home</a></li>										 <li><a href="info.html">Company</a></li>										 <li><a href="flavors.html">Flavors</a></li>										 <li><a href="diet.html">Diet</a></li>										 <li><a href="products.html">Products</a></li>										 <li><a href="collect.html">Collectables</a></li>								 </ul>						</div>						<div id="main">								 <h1><strong>Coca-Cola</strong></h1>								 <h2>Welcome!</h2>								 <h4>Coca-Cola is proud to present our newest product! The Coca-Cola Blak! Now coffee lovers can rejoice while drinking their favorite brand of cola, Coca-Cola!</h4>								 <p />This is the one website where you can find everything on or about Coca-Cola. We don't just offer that amazing flavor of cola, but other products as well such as Five Alive or Frutopia. But it doesn't stop there! Check out the collectables to see what there really is out there in the world of Coca-Cola!								 <p /><div id="info">								 			<address>								 		 		 Coca-Cola Enterprises Inc. ·								 		 		 2500 Windy Ridge Parkway ·								 		 		 Suite 700 ·								 		 		 Atlanta, GA 30339 ·								 		 		 UNITED STATES								 		 		 <br />Tel. (770) 989-3000 ·								 		 		 Fax. (770) 989-3788								 			</address>								 			<br />© 2006 The Coca-Cola Company, All rights reserved. "Coca-Cola" is a registered trademark of The Coca-Cola Company.								 </div>						</div>		 			</body></html>

    /* Martin vanPutten, Assignment 2 - Branding And The Web */	body{ 	background-image: url(background.jpg);	color:#ffffff;	font-family:sans-serif, verdana;	font-size:10pt;	scrollbar-3dlight-color:;  scrollbar-arrow-color:black;  scrollbar-base-color:black;  scrollbar-darkshadow-color:black;  scrollbar-face-color:black;  scrollbar-highlight-color:black;  scrollbar-shadow-color:black;}img{  position:absolute;	top:0px;	left:200px;}#navtitle{  position:absolute;	top:260px;	left:25px;	font-style:oblique;	color:#ffffff;	border-width:3px;	border-bottom:solid;	border-color:#ffffff;}#nav{	position:absolute;	top:300px;	left:0px;	width:120px;}li{ 	display:block;	float:left;	padding:10px;}a{	color:#ffffff;	font-style:oblique;}#main{  position:absolute;	top:230px;	left:200px;	display:block;	width:600px;}#info{  position:absolute;	top:700px;	left:200px;}a:link{				text-decoration:none;}a:visited{ 	text-decoration:none;}a:hover{ 	text-decoration:underline;	border-color:#ffffff;	border-style:outset;	color:#ffffff;}a:active{ 	color:#ffffff;}	#info{  border-color:#ffffff;	border-top:solid;	border-width:1px;	color:#ffffff;	text-align:center;	font-size:8pt;	position:absolute;	top:130%;	left:0px;}

    sorry, that didn't work right... but u get the idea. :)

  2. my scrollbar changes don't work. When i place it into the body of the external css file, its just doens't work.. the code is right, because i've done it before, would it be beacuse i have other code in my body?

×
×
  • Create New...