Menu Problem
- alan123
- Born


- Joined: Aug 22, 2004
- Posts: 2
- Loc: United Kingdom
- Status: Offline
Hi everyone!!!
I recently made a navigation bar using html and, unfortunately, half the bar has a 'glowing' effect and the other half has a solid black effect.
Can someone fiddle around with the html so that the whole menu bar is 'glowing' instead of solid black.
Thank You
_________________________________________
to view the menu bar, go to http://www.fookes.co.nr/test.htm
.
_________________________________________
//Moderator edit - please use the BBCode code buttons when posting HTML code - thanks
I recently made a navigation bar using html and, unfortunately, half the bar has a 'glowing' effect and the other half has a solid black effect.
Can someone fiddle around with the html so that the whole menu bar is 'glowing' instead of solid black.
Thank You
_________________________________________
to view the menu bar, go to http://www.fookes.co.nr/test.htm
_________________________________________
Code: [ Select ]
HTML:
<HTML><HEAD>
<STYLE type=text/css><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:200px;
border:1px solid black;
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:red;
background-color:black;
border:1px solid red;
}
div.lix a:active {
color:white;
background-color:black;
border:1px solid red;
}
//--></STYLE>
<!-- padding-bottom: ( <a> font size + cellspacing + ( <a> border * 2 ) + ( cellpadding * 2 ) + "textpadding"[3] ) * # of links + cellpadding -->
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
<DIV class=lix>
<TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD><A onfocus=this.blur() href="#">Home</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 2</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 3</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 4</A></TD></TR></TBODY></TABLE></DIV></DIV>
<STYLE type=text/css><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:200px;
border:1px solid black;
cursor:hand;
filter:blendTrans(duration=0.5);
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:red;
background-color:black;
border:1px solid red;
text-decoration: none;
}
div.lix a:active {
color:white;
background-color:black;
border:1px solid red;
}
//--></STYLE>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<SCRIPT type=text/javascript><!--
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply();
obj.filters.blendTrans.play();
}
}
//--></SCRIPT>
<DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
<DIV class=lix>
<TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 1</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 2</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 3</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 4</A> </TD></TR></TBODY></TABLE></DIV></DIV></BODY>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
</HTML></SCRIPT>
<HTML><HEAD>
<STYLE type=text/css><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:200px;
border:1px solid black;
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:red;
background-color:black;
border:1px solid red;
}
div.lix a:active {
color:white;
background-color:black;
border:1px solid red;
}
//--></STYLE>
<!-- padding-bottom: ( <a> font size + cellspacing + ( <a> border * 2 ) + ( cellpadding * 2 ) + "textpadding"[3] ) * # of links + cellpadding -->
<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
<DIV class=lix>
<TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD><A onfocus=this.blur() href="#">Home</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 2</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 3</A></TD></TR>
<TR>
<TD><A onfocus=this.blur() href="#">Link 4</A></TD></TR></TBODY></TABLE></DIV></DIV>
<STYLE type=text/css><!--
table.lix a { /* 5.0+ extension of "div.lix a" */
display: block;
width:200px;
border:1px solid black;
cursor:hand;
filter:blendTrans(duration=0.5);
}
div.lix {
position:absolute; /* This is a fixes IE slowness */
top:0px;
left:0px;
}
div.lix a {
color:#000000;
background-color:white;
font:13px verdana,sans-serif;
text-align: left;
text-decoration: none;
}
div.lix a:link {
color:black;
background-color:white;
}
div.lix a:visited {
color:black;
background-color:white;
}
div.lix a:hover {
color:red;
background-color:black;
border:1px solid red;
text-decoration: none;
}
div.lix a:active {
color:white;
background-color:black;
border:1px solid red;
}
//--></STYLE>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<SCRIPT type=text/javascript><!--
function lite(obj) {
if(document.all&&!window.opera) {
obj.filters.blendTrans.apply();
obj.filters.blendTrans.play();
}
}
//--></SCRIPT>
<DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
<DIV class=lix>
<TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
<TBODY>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 1</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 2</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 3</A> </TD></TR>
<TR>
<TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 4</A> </TD></TR></TBODY></TABLE></DIV></DIV></BODY>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
</HTML></SCRIPT>
- HTML:
- <HTML><HEAD>
- <STYLE type=text/css><!--
- table.lix a { /* 5.0+ extension of "div.lix a" */
- display: block;
- width:200px;
- border:1px solid black;
- }
- div.lix {
- position:absolute; /* This is a fixes IE slowness */
- top:0px;
- left:0px;
- }
- div.lix a {
- color:#000000;
- background-color:white;
- font:13px verdana,sans-serif;
- text-align: left;
- text-decoration: none;
- }
- div.lix a:link {
- color:black;
- background-color:white;
- }
- div.lix a:visited {
- color:black;
- background-color:white;
- }
- div.lix a:hover {
- color:red;
- background-color:black;
- border:1px solid red;
- }
- div.lix a:active {
- color:white;
- background-color:black;
- border:1px solid red;
- }
- //--></STYLE>
- <!-- padding-bottom: ( <a> font size + cellspacing + ( <a> border * 2 ) + ( cellpadding * 2 ) + "textpadding"[3] ) * # of links + cellpadding -->
- <META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
- <BODY>
- <DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
- <DIV class=lix>
- <TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
- <TBODY>
- <TR>
- <TD><A onfocus=this.blur() href="#">Home</A></TD></TR>
- <TR>
- <TD><A onfocus=this.blur() href="#">Link 2</A></TD></TR>
- <TR>
- <TD><A onfocus=this.blur() href="#">Link 3</A></TD></TR>
- <TR>
- <TD><A onfocus=this.blur() href="#">Link 4</A></TD></TR></TBODY></TABLE></DIV></DIV>
- <STYLE type=text/css><!--
- table.lix a { /* 5.0+ extension of "div.lix a" */
- display: block;
- width:200px;
- border:1px solid black;
- cursor:hand;
- filter:blendTrans(duration=0.5);
- }
- div.lix {
- position:absolute; /* This is a fixes IE slowness */
- top:0px;
- left:0px;
- }
- div.lix a {
- color:#000000;
- background-color:white;
- font:13px verdana,sans-serif;
- text-align: left;
- text-decoration: none;
- }
- div.lix a:link {
- color:black;
- background-color:white;
- }
- div.lix a:visited {
- color:black;
- background-color:white;
- }
- div.lix a:hover {
- color:red;
- background-color:black;
- border:1px solid red;
- text-decoration: none;
- }
- div.lix a:active {
- color:white;
- background-color:black;
- border:1px solid red;
- }
- //--></STYLE>
- <script language="JavaScript">
- <!--
- function SymError()
- {
- return true;
- }
- window.onerror = SymError;
- var SymRealWinOpen = window.open;
- function SymWinOpen(url, name, attributes)
- {
- return (new Object());
- }
- window.open = SymWinOpen;
- //-->
- </script>
- <script language="JavaScript">
- <!--
- function SymError()
- {
- return true;
- }
- window.onerror = SymError;
- var SymRealWinOpen = window.open;
- function SymWinOpen(url, name, attributes)
- {
- return (new Object());
- }
- window.open = SymWinOpen;
- //-->
- </script>
- <SCRIPT type=text/javascript><!--
- function lite(obj) {
- if(document.all&&!window.opera) {
- obj.filters.blendTrans.apply();
- obj.filters.blendTrans.play();
- }
- }
- //--></SCRIPT>
- <DIV style="PADDING-BOTTOM: 82px; POSITION: relative">
- <DIV class=lix>
- <TABLE class=lix cellSpacing=2 cellPadding=0 width=200 border=0>
- <TBODY>
- <TR>
- <TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 1</A> </TD></TR>
- <TR>
- <TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 2</A> </TD></TR>
- <TR>
- <TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 3</A> </TD></TR>
- <TR>
- <TD><A onmouseover=lite(this) onfocus=this.blur() onmouseout=lite(this) href="#">Link 4</A> </TD></TR></TBODY></TABLE></DIV></DIV></BODY>
- <script language="JavaScript">
- <!--
- window.open = SymRealWinOpen;
- //-->
- </script>
- <script language="JavaScript">
- <!--
- window.open = SymRealWinOpen;
- //-->
- </script>
- </HTML></SCRIPT>
//Moderator edit - please use the BBCode code buttons when posting HTML code - thanks
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
August 22nd, 2004, 4:07 am
- Krazy^
- Newbie


- Joined: Aug 20, 2004
- Posts: 5
- Loc: Copenhagen, Denmark
- Status: Offline
Page 1 of 1
To Reply to this topic you need to LOGIN or REGISTER. It is free.
Post Information
- Total Posts in this topic: 3 posts
- Users browsing this forum: No registered users and 66 guests
- You cannot post new topics in this forum
- You cannot reply to topics in this forum
- You cannot edit your posts in this forum
- You cannot delete your posts in this forum
- You cannot post attachments in this forum
