ricco-m
04-07-2007, 11:33 PM
Hello folks,
I am new to CSS so be kind. I have a couple questions for you all. 1. How can I create a link to show you guys my progress and problems. 2. Here is my situation. I created a header image 700 X 200px, that is in a wrapper. I would like to put my head navigation at the bottom of that head image. It looks kind of jumbled up and when I test it in IE5 it sneaks behind the wrapper and gets lost. Question: Is the problem in the html? What would you need to know or see to pull me out of this mess. I am really stuck.
Much thanks.
ricco-m
CODE:
#wrapper {
width: 720px;
margin-right: auto;
margin-left: auto;
position: relative;
font-family: Korinna, "Arial Rounded MT Bold", "P Bodoni Poster";
text-align: left;
}
#headnav {
position: absolute;
left: 20px;
top: 102px;
width: 549px;
height: 56px;
margin: 0;
}
#header {
width: 700px;
height: 221px;
}
HTML:
</head>
<body>
<div id="wrapper">
<div id="header"><img src="images/centerimages/bgtop.jpg" alt="#"></div>
<div id="headnav">
<ul>
<li class="button_1"><a href="Business Directory.html"></a></li>
<li class="button_2"><a href="Kiosk Locations.html"></a></li>
<li class="button_3"><a href="Advertise With Us.html"></a></li>
<li class="button_4"><a href="Contact Us.html"></a></li>
<li class="button_5"><a href="Our Services.html"></a></li>
<li class="button_6"><a href="Kiosk Hit Statistics.html"></a></li>
<li class="button_7"><a href="Sample Work.html"></a></li>
<li class="button_8"><a href="Meet Our Team.html"></a></li>
</ul>
</div>
<div class="page">
<div class="col_A">
<img src="images/centerimages/bgmiddle.jpg" alt="">
Again any and all help is appreciated.
I am new to CSS so be kind. I have a couple questions for you all. 1. How can I create a link to show you guys my progress and problems. 2. Here is my situation. I created a header image 700 X 200px, that is in a wrapper. I would like to put my head navigation at the bottom of that head image. It looks kind of jumbled up and when I test it in IE5 it sneaks behind the wrapper and gets lost. Question: Is the problem in the html? What would you need to know or see to pull me out of this mess. I am really stuck.
Much thanks.
ricco-m
CODE:
#wrapper {
width: 720px;
margin-right: auto;
margin-left: auto;
position: relative;
font-family: Korinna, "Arial Rounded MT Bold", "P Bodoni Poster";
text-align: left;
}
#headnav {
position: absolute;
left: 20px;
top: 102px;
width: 549px;
height: 56px;
margin: 0;
}
#header {
width: 700px;
height: 221px;
}
HTML:
</head>
<body>
<div id="wrapper">
<div id="header"><img src="images/centerimages/bgtop.jpg" alt="#"></div>
<div id="headnav">
<ul>
<li class="button_1"><a href="Business Directory.html"></a></li>
<li class="button_2"><a href="Kiosk Locations.html"></a></li>
<li class="button_3"><a href="Advertise With Us.html"></a></li>
<li class="button_4"><a href="Contact Us.html"></a></li>
<li class="button_5"><a href="Our Services.html"></a></li>
<li class="button_6"><a href="Kiosk Hit Statistics.html"></a></li>
<li class="button_7"><a href="Sample Work.html"></a></li>
<li class="button_8"><a href="Meet Our Team.html"></a></li>
</ul>
</div>
<div class="page">
<div class="col_A">
<img src="images/centerimages/bgmiddle.jpg" alt="">
Again any and all help is appreciated.