Topic: CSS horizontalMenu problems in Dreamweaver (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=29303" title="Pages that link to Topic: CSS horizontalMenu problems in Dreamweaver (Page 1 of 1)" rel="nofollow" >Topic: CSS horizontalMenu problems in Dreamweaver <span class="small">(Page 1 of 1)</span>\

 
eccokid3000
Neurotic (0) Inmate
Newly admitted

From:
Insane since: Jun 2007

posted posted 06-23-2007 14:46

Hello Everyone, I am newbie who, of course is having all kinds of difficulties learning my way around Dreamweaver. I have a problem with the horizontal menu I have been using on my little nine page site. For whatever reason un be knownst to me it's not formatted correctly any more . it used to work but I messed it up somehow. Please tale a look at the following snippet of coding to see what i did wrong. I would appreciate it kindly. Its nested between two image tags that are simple lines above and below. Thanks in advance fofr your response.

<td height="6"><img src="images/index_02.gif" width="700" height="6" alt=""></td>
</tr>
<tr align="left">
<td height="20" valign="top"><ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html" class="style1">HOME</a></li>
<li><a href="mission.html">MISSION</a></li>
<li><a href="about.html" class="MenuBarItemSubmenu">ABOUT US</a>
<ul>
<li><a href="coaches.html">COACHES</a></li>
</ul>
</li>
<li><a href="training.html">TRAINING </a> </li>
<li><a href="camps.html" class="MenuBarItemSubmenu">CAMPS</a>
<ul>
<li><a href="#registration.html">REGISTRATION</a></li>
<li><a href="scholarship.html">SCHOLARSHIPS</a></li>
</ul>
</li>
<li><a href="contact.html">CONTACT US</a></li>
</ul></td>
<tr valign="top">
<td>
<img src="images/index_14.gif" width="700" height="470"></td>
</tr>
<tr valign="top">

reisio
Paranoid (IV) Inmate

From: Florida
Insane since: Mar 2005

posted posted 06-23-2007 22:36

http://css.maxdesign.com.au/listamatic/
http://hotdesign.com/seybold/everything.html
http://css-discuss.incutio.com/?page=CssLayouts

poi
Paranoid (IV) Inmate

From: Norway
Insane since: Jun 2002

posted posted 06-25-2007 11:17

Ouch! My semantic web and web standards senses are tingling!!!

You really don't need that fraking TABLE. If the images are just decorative gizmos, put them in the background of an element, or a sibling/relative one, and add a padding to shift the content so it doesn't overlap it.

eccokid3000
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2007

posted posted 06-30-2007 15:00

Thanx fellas...Until I really get a grasp of CSS my archaic dependency on tables and basic HTML is, well.. take a look for yourself http://www.internationalbigmanacademy.com I know its ugly but it holds up in IE and Firefox . Further help is appreciated



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu