I have another question.
I have another .css file that is used in my page. If I dont use the other css it works fine. but if i combined them it stretches the image
the image for some reason is stretched out.
this is the image code
<input name="submit" type="image" accesskey="return" tabindex="2" src="images/images/template_masthead/go_button.gif" alt="Submit" height="17" width="21" />
Here is the index I'm using
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
<html xmlns="
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="./css/css/navbar1.css" />
<link rel="stylesheet" type="text/css" href="./css/globalx.css" />
<script src="src/dropdown.js" type="text/javascript"></script>
<title></title>
</head>
<body>
<div id="masthead1">
<h1 class="masttitle">
<a href="
title="Hello Title">hello</a>
</h1>
<h2 class="masturl">
<a href="
title="The Hello">
</h2>
<form id="mastnavigation" action="
method="get" name="gs">
<ol>
<li>
<a href="
title="Help">Help</a> </li>
<li>
<a href="
title="Map"> map</a> </li>
<li>
<a href="
title="Find people">Find people</a> </li>
<li><a href="
title="Webmail">Webmail</a> </li>
<li>
<div class="label">
<label for="search">
Hello </label>
</div>
<input class="textfield" type="text" name="q" size="14" maxlength="256" value="Search" onfocus="this.value='';" accesskey="s" tabindex="1" />
<input name="submit" type="image" accesskey="return" tabindex="2" src="images/images/template_masthead/go_button.gif" alt="Submit" height="17" width="21" />
<input value="date

:L:d1" name="sort" type="hidden" />
<input value="xml_no_dtd" name="output" type="hidden" />
<input value="UTF-8" name="ie" type="hidden" />
<input value="UTF-8" name="oe" type="hidden" />
<input value="default_frontend" name="client" type="hidden" />
<input value="default_frontend" name="proxystylesheet" type="hidden" />
<input value="default_collection" name="site" type="hidden" />
<input type="hidden" name="as_dt" value="i" />
</li>
</ol>
</form>
</div>
<div id="masthead">
<h1><a href="index.html">test</a></h1>
</div>
<!-- Begin Main Column -->
<div id="mainContent">
<h2>Test</h2>
<p></p>
<h3> </h3>
<fieldset>
</fieldset>
</div>
<!-- Begin Side Column -->
<div id="secondaryContent">
<div class="secondaryContentBox">
<h2>Quick Links </h2>
<p> </p>
</div>
<p class="source"> </p>
</div>
<!-- Begin Footer -->
<ul id="footer">
<li>.</li>
<li></li>
</ul>
</body>
</html>
If someone could help I would appreciate it