The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Thanks in advanced :)
#block {
float:left;
clear:both;
background-color: #DEDECE;
width: 768px;
height:26px;
border-left: #A5A5A5 solid 1px;
border-right: #A5A5A5 solid 1px;
border-bottom: #A5A5A5 solid 1px;
}
#block a {
text-align: center;
width: 90px;
text-decoration: none;
line-height: 26px;
display: block;
float: left;
}
#block a:hover {
text-decoration: underline;
}
#block span {
float: left;
line-height: 25px;
}
____________________
<div id="block">
<a href="test.html" class="pagelink">Page1</a><span>|</span>
<a href="test.html" class="pagelink">Page2</a><span>|</span>
<a href="test.html" class="pagelink">Page3</a><span>|</span>
<a href="test.html" class="pagelink">Page4</a>
</div>
Thanks again Garin.
Oh maybe I can start a "PHP help" thread too. It's been 4 months since I tried searching for a way to create a poll for my site. If only we had PHP programmers on here too.
It's working perfectly now :^D or as can be, considering the CSS cellotape keeping it from messing up the stuff above it. ;)
DOM_a.onclick = this.navClick;
DOM_a.onmouseover = this.navClick;
oh and a few lines above that..
the line starting DOM_a.href replace it with this
DOM_a.href = "#"+ t.headingText;
and theres your javascript:void(null); problem gone too.
If you still cant get it work, just upload the tabber.js file again and I'll look.
> It works I'm just an idiot, the line should be
>
> DOM_a.onmouseover=this.NavClick;
>
> Tested on a local copy of your page and works.
Now I feel like the idiot, I'm suppose to put it under the "onclick" one. It doesn't work in FF and in IE it now gives me an error and removed the whole thing :S yikes!
javascript:void(null)murder:death:kill; bit in the status bar when you put the mouse over one of the layer tabs. I don't want it to worry/confuse my users and if I noticed it I'm sure they would, so yeah any ideas how I can remove/overwrite it? DOM_a.onmouseover=this.NavClick;
Tested on a local copy of your page and works.
Open tabber.js and find DOM_a.onclick = this.navClick;
below it put DOM_a.MouseOver=this.NavClick;
;^)