Forum Moderators: open
Home / Forums Index
/ Local / WebmasterWorld Community
Center
This is a quote
This is pre
This is code This is quote, pre, code
This is pre, code
The floating link on the right side of the page to the #top does not work (but the #bottom link does).
background-color: rgba(0, 0, 0, 0);
box-sizing: border-box;
color: rgb(0, 0, 0);
display: inline;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: auto;
line-height: 20px;
text-decoration: underline;
width: auto;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-origin: padding-box;
background-size: auto;
box-sizing: border-box;
color: rgb(255, 255, 255);
display: inline;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
height: auto;
line-height: 20px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
text-decoration: underline;
width: auto;
Personally, I'd probably rather have the ability to mark my 'favorite' threads and pin them to the top (just for me) or sort that way, but that's just me.
Side note, instead of using named anchors, consider using an id attribute instead, as that's the recommended way to add anchors now.
Not sure why you care what other styles are on those anchors