Well seeming I was called a bad developer for not using css tables here is my attempt.
HTML
CSSHTML Code:<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Andrew Makowsky // Welcome</title> <link rel="StyleSheet" href="main_ie.css" type="text/css" media="screen" /> </head> <body> <div id="wrapper"> <div id="logo"> </div> <div id="menu"> <div id="menu_top"> </div> </div> </div> </body> </html>
Now I am stuck and have no idea how to do the menu section? (see attachment for menu)Code:@charset "utf-8"; /* CSS Document */ body { background-color: #f6f6f6; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family: Verdana, Geneva, sans-serif; font-size: 10px; color: #333; } p { padding: 10px; } #wrapper { margin: 0 auto; width: 700px; } #logo { float: left; height: 117px; width: 700px; display: inline; background-image: url(images/header.png); background-repeat: no-repeat; } #menu { float: left; height: 36px; width: 700px; display: inline; } #menu_top { height: 13px; width: 700px; background-image: url(images/sc_menu_top.png); background-repeat: no-repeat; margin-top: 0px; }
Any links on how or anybody eager to wright the next bit of code for me?
The menu has four images, three left and one right with a section in the middle for table colour.



LinkBack URL