Forums

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

Home Forums Other Feedback On Freshly Launched Site Re: Feedback On Freshly Launched Site

#122337
rctonnie
Member

I added an active class to the button, and it broke the functionality of the script. So, it moves up and down like a button should, but it’s no longer changing the tag. The position: relative seems to be what is breaking it. Suggestions?
&:active {
position: relative;
top: 2px;
}