PDA

View Full Version : Need help with my html page.



bimmerman
22 Jul 2010, 01:18 PM
my navigation bar that I made will not stay in place when the window is resized and I need it to stay in the same place. Can anyone help? Here is the website page code. Thanks

<!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>
<body

Code: ><style type="text/css">
body { background: url(background.jpg) fixed center no-repeat;}
</style>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />

<center><img src="images/bar2.jpg" width="681" height="51" /><a href="http://www.flickr.com/photos/49404622@N07/show/"><img src="images/gall.jpg" width="60" height="51" /></a><a href="blogsoon.html"><img src="images/about.jpg" width="87" height="51" /></a><a href="contact.html"><img src="images/cont.jpg" width="78" height="51" /></a><a href="blogsoon.html"><img src="images/Blog.jpg" width="66" height="51" /></a>
<center>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<center>
</body>

<body>
</body>
</html>