Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Tab Button Hiding under another element? Help! :) Re: Tab Button Hiding under another element? Help! :)

#103949
CrystalT
Member

Like:

a.button {
display: block;
width: 135px;
height: 43px;
background: url(button.png) top;
position:absolute;
background-repeat: repeat;
z-index:1;
}

a.button:active {
background: url(button.png) bottom;
position:absolute;
background-repeat: repeat;
z-index:1;
}

That, you mean?

Update:

I tried the above changes and they seemed to have no effect. Unfortunately it is far past my bedtime so I’ll be off for the evening. Thank you for your help, joshuanhibbert! Hopefully you or someone else might have some other ideas overnight.

I did go ahead and upload the index.css file (with the background-repeat:repeat; changes to a.button) to the temporary webpage where the page is up for view.

Goodnight all and thanks again! :)

Still unsolved. (At this moment at least.)