Would you like to react to this message? Create an account in a few clicks or log in to continue.
Welcome Guest! The date is currently Thu Mar 28, 2024 10:16 pm
I hope you're having a good time on my forum! Yours truly, Base
Have you registered yet? If not, then why not? It's fast, free and simple! Do it now!
Feel free to join in with the discussions going on!
Did you know that this forum was created in June 2011?

You are not connected. Please login or register

Sub-Headers

3 posters

Go down  Message [Page 1 of 1]

1Sub-Headers Empty Sub-Headers Fri Jan 27, 2012 5:08 am

Avith

avatar
Overflow Member
Overflow Member

If you don't mind me asking what is the CSS code for the headers on the front page?
when you hover over them it creates the border around it, it looks very impressive

2Sub-Headers Empty Re: Sub-Headers Sat Jan 28, 2012 3:28 am

Base

Base
Lead Administrator
Lead Administrator

A border? I don't see a border when I hover over them. Could I see a screenshot? :)

http://www.overflowforum.com

3Sub-Headers Empty Re: Sub-Headers Sat Jan 28, 2012 3:30 am

Base

Base
Lead Administrator
Lead Administrator

Oh, you must be referring to the glowing border around the forum names. :D

I use this code, but please change the colour:

[code]a.forumtitle {
outline:none;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
text-decoration: none;
}
a.forumtitle:hover {
box-shadow: 0 0 5px rgba(0, 0, 255, 1);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
-moz-box-shadow: 0 0 5px rgba(0, 0, 255, 1);
border:0px solid rgba(0,0,255, 0.8);
text-decoration: none;
}[/quote]

http://www.overflowforum.com

4Sub-Headers Empty Re: Sub-Headers Sat Feb 11, 2012 10:21 pm

Avith

avatar
Overflow Member
Overflow Member

Thanks this works quite well if you would want me to post a tutorial on how to make it impossible to double post by all means just ask

5Sub-Headers Empty Re: Sub-Headers Sun Jun 03, 2012 8:58 pm

Akkii

Akkii
Overflow Member
Overflow Member

Locked

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum