PDA

View Full Version : need html help.



engaged
21-03-2009, 06:28 PM
grrrrr ive been tryin at this for ages
im codin this layout:
http://fc88.deviantart.com/fs40/f/2009/038/4/4/jCMS_layout_by_jackinnes.png (http://fc88.deviantart.com/fs40/f/2009/038/4/4/jCMS_layout_by_jackinnes.png)
here is what i have so far
http://www.tehupload.com/uploads/app-157754272273397957.png (http://www.tehupload.com/uploads/app-157754272273397957.png)
as you can see the sublink images are in the midde, i need them below the navigation tabs.
ive tried everything.. aligning them right, floating them right but they stay in the same place shfrkjsdhfkjsdhfksjdf
heres the code


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jCMS Layout ~ For sale</title>
<style type="text/css">
body{
background: #ffffff;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
color: #818181;
margin: 0px;
}

#topcontainer{
background:url(topbarbg.png);
height: 113px;
width: 100%;
}

#topholder{
width: 800px;
margin-right: auto;
margin-left: auto;
}

.logo{
float: left;
width: 181px;
height: 113px;
background: url(logo.png);
}

.navigation{
margin-top: 75px;
float: right;
}

#redbar{
width: 100%;
height: 41px;
background:url(redbarbg.png);
}

#redcontainer{
width: 800px;
height: 41px;
margin-right: auto;
margin-left: auto;
}

.sublink{
float: right;
}

</style>
</head>

<body>
<div id="topcontainer">
<div id="topholder">
<div class="logo">
</div>

<div class="navigation">
<img src="dashboard.png" />
<img src="profiles.png" />
<img src="something.png" />
<img src="other.png" />
</div>
</div>
</div>

<div id="redbar">
<div id="redcontainer">
<div class="sublink">
<img src="sublink.png" />
<img src="sublink.png" />
</div>
</div>
</div>
</body>
</html>


this problem doesnt occur on internet explorer, only firefox (as far as im aware)
You can download the files here: http://rapidshare.com/files/211881039/jcms.zip.html if you want to see them live.
Anybody help? thanks in advance (:

Moved by ReviewDude (Forum Moderator) from 'Free Requests'.

Want to hide these adverts? Register an account for free!