Forum Moderators: not2easy

Message Too Old, No Replies

Block Element

         

Kysmiley

10:45 pm on Apr 15, 2004 (gmt 0)

10+ Year Member



I cant seem to get rid of an extra box in my side menu using the block element. Here is my coding can someone plz offer some insite.
Pat

div.left { position: absolute; top: 145px; left: 1.5%; height: 27em; width: 17%; border-style: inset; color: #c9f; 1px; text-align: center; color: black; background-color: #c9f; }

div.left a, div.left a:link, div.left a:visited, div.left a:active {display: block; padding: 10px; border: 3px #6fb7ff outset; margin-bottom: 15px; margin-top: 15px; color: black; background: #6fb7ff; font-weight: bold; text-decoration: none; font-family: font-family: "TypoUpright BT", "monotype corsiva", script, Arial; font-size: 1.30em; }

/* Box model hack */
div.left a, div.left a:link, div.left a:visited, div.left a:active {width 116px; voice-family: "\"}\""; voice-family: inherit; width: 100px; }
/* end hack */

div.left a:hover {color: purple; background: #6fb7ff; border: 3px #c9f inset; }
a: {color: #6fb7ff; font-weight: bold; }
a:link {color: #6fb7ff; font-weight: bold; }
a:visited {color: #6fb7ff; font-weight: bold; }
a:active {color: #6fb7ff; font-weight: bold; }
a:hover {color: #6fb7ff; background: #6fb7ff; text-decoration: none; }

HTML coding

<div class="left">
<p>
<a href="/deanna/index.htm">Dee</a>
<a href="/pat/index.htm">Pat</a>
<a href="/links.htm">Links</a>
<a href="/contacts.htm">Contacts<a/>
<a href="/Play room">Play Room</a>
</p>
</div>

Kysmiley

11:01 pm on Apr 15, 2004 (gmt 0)

10+ Year Member



Fixed thanks anyway I had the <a/> wrong backwords