Click to See Complete Forum and Search --> : Row of Images wont...


Liam.
06-23-2006, 12:39 PM
(THIS IS HOW IT SHOULD LOOK - CLICKY) (http://www.inmotionmedia.co.uk/templates/gaming/1/) - this is not coded by me, it was Photoshop sliced so I could code it myself in XHTML/CSS

Why do the images that make up the nav bar screwed up? It should be two lines of images

http://www.inmotionmedia.co.uk/templates/gaming/1/final/

Page 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>
<title>GamingSite.com - Your No.1 Gaming Source</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<META NAME="DESCRIPTION" CONTENT="Gaming">
<link rel="stylesheet" type="text/css" href="style/standard.css" />
</head>

<body>
<div id="logorow" align="center"><img src="images/logo.gif" /></div>
<div id="navrow"><img src="images/nav_left.gif" /><img src="images/navsep.gif" /><img src="images/nav_home.gif" /><img src="images/navsep.gif" /><img src="images/nav_forums.gif" /><img src="images/navsep.gif" /><img src="images/nav_contact.gif" /><img src="images/navsep.gif" /><img src="images/nav_about.gif" /><img src="images/navsep.gif" /><img src="images/nav_downloads.gif" /><img src="images/navsep.gif"><img src="images/nav_right.gif" /><br />
<img src="images/nav_grad_left.gif" /><img src="images/nav_grad_home.gif" /><img src="images/nav_grad_forums.gif" /><img src="images/nav_grad_contact.gif" /><img src="images/nav_grad_about.gif" /><img src="images/nav_grad_downloads.gif" /></div>
</body>

</html>

CSS:
body { background-color:#D1D1D1; margin-top: 2px; margin-left: 0px; margin-right: 2px }

#logorow { width: 800px; height: 76px; margin-left: auto; margin-right: auto; }
#navrow { margin-left: auto; margin-right: auto; width: 800px; }

Liam.
06-23-2006, 01:21 PM
since I posted i've fixed the meta tag and added all the alt tags to images. It is not valid XHTML

hutcheson83
06-23-2006, 01:45 PM
I would suggest (since this is only text) that you use a li and css to make this horizontal nav. All the seperators can be done with borders. It will be more readable and load faster.

Heres a straight forward tutorial on how to do it.
http://phoenity.com/newtedge/horizontal_nav/

Liam.
06-24-2006, 04:17 AM
The text is part of the image though

Liam.
06-24-2006, 06:35 AM
topic no longer needed, was due to poor photoshop slicing