still couldnt work. i added postion: absolute and/or relative and set width:100% in <li>. the main image moved up but the links position still couldnt align in one line.
here is my html code
HTML Code:
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<div style="clear:both">
<ul id="sddm">
<li><a href="http://www.seiler.com/">HOME</a></li>
<li><a href="http://www.seiler.com/whoweare.html">WHO WE ARE</a></li>
<li><a href="http://www.seiler.com/services.html">SERVICES</a></li>
<li><a href="http://www.seiler.com/industry.html">INDUSTRY EXPERTISE</a></li>
<li><a href="http://www.seiler.com/career.html"
onmouseover="mopen('m1')"
onmouseout="mclosetime()">CAREER OPPORTUNITIES</a>
<div id="m1"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a href="http://www.seiler.com/new.html">College Students & Graduates</a></a>
<a href="http://www.seiler.com/experienced.html">Experienced Professionals</a></a> </div>
</li>
<li><a href="http://www.seiler.com/contact.html">INFORMATION / CONTACT US</a></li>
</ul>
</div>
</tr>
</table>
http://www.seiler.com/index2.html
is the page im working now
Last edited by mikedesign; 09-23-2008 at 03:37 PM..
|