Jump to content

Browser support


Diablo

Recommended Posts

CSS

/* Generic Selectors */body {font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;color: #333333;background-color: #F9F9F9;}p {width: 80%;}h1 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 18px;font-weight: bold;color: #000000;}h2 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 16px;font-weight: bold;color: #000000;border-bottom: 1px solid #C6EC8C;}h3 {font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;color: #000000} /**************** Pseudo classes ****************/:link {color: #0000FF;text-decoration: underline;font-weight: bold;}/*:visited {color: #00FF00;text-decoration: underline;font-weight: bold;}*/:hover {color: rgb(0, 255, 0);padding-bottom: 5px;font-weight: bold;text-decoration: underline;}:active {color: rgb(255, 0, 102);font-weight: bold;}/************************* ID's *************************/#navigation {position: absolute;z-index: 10;width: 210px;height: 600px;margin: 0;margin-top: 50px;border-right: 10px solid #FF8C00;font-weight: bold;}#centerDoc {position: absolute;z-index: 15;padding: 0 0 20px 235px; /*top right bottom left*/margin-top: 50px;}

and html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>UltraPcGear.com</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link href="http://ultrapcgear.com/mycss.css" rel="stylesheet" type="text/css"></head><body><h1>UltraPcGear.com</h1><div id="navigation"><h2>The Main navigation</h2><p><a href="http://ultrapcgear.com">Home</a></p><p><a href="http://ultrapcgear.com/phpbb/index.php">Forum</a></p><p><a href="http://ultrapcgear.com/mwiki/index.php?title=Main_Page">Wiki</a></p><p><a href="http://ultrapcgear.com/jobs.html">Jobs</a></p><p><a href="http://ultrapcgear.com/contact.html">Contact</a></p></div><div id="centerDoc"><h1>Welcome to UltraPcGear.com</h1><h2>News</h2><p><h3>August 28th, 2006</h3>I have added a Wiki to the website. It is a mini Wikipedia. Please feel free to add content to make it better.<h3>August 9th, 2006</h3>Ultra PC Gear is a site dedicated to providing information about the latest hardware and software products on the market today. I started this website in the hopes to provide the average user the answers to the questions they couldn't find on the Internet. I am currently looking for authors to write articles about new products in the market. If you have recently built a new computer or upgraded our existing system write an article about it and get your work published on the web. Please check out the forums. </p></div></body></html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...