-
11 year bump
by
john0512, Dec 28, 2020, 3:03 AM
-
Sure.
by
googology101, Feb 12, 2009, 12:38 AM
-
me want contrib
by
gauss1181, Feb 11, 2009, 5:49 PM
-
Sorry, I ran out of time on the last shout...
by
googology101, Feb 8, 2009, 11:19 PM
-
and contrib?
by
james4l, Feb 8, 2009, 4:42 AM
-
I guess...
by
googology101, Feb 7, 2009, 11:49 PM
-
contrib please
by
james4l, Feb 7, 2009, 10:18 PM
-
Yeah, I noticed that too. I'll change it later, but there's a weird glitch for you. The top and left properties should be automatically set to 0 if position is set to absolute or fixed. Go Firefox!
by
googology101, Jan 21, 2009, 10:03 PM
-
i viewed this from ie and it looks like position fixed also ruins the left aligned so put left:0. nice submit buttons
by
Sephiroth, Jan 21, 2009, 5:32 AM
-
Use filter:alpha(opacity=80) to make it semitransparent in IE. And make sure you use -moz-opacity instead of opacity to make sure that older versions of Firefox will cooperate. And by the way, you're free to copy the code. The whole thing is at http://www.artofproblemsolving.com/Forum/templates/blogs/Hyperion/style/c1366.css
by
googology101, Jan 19, 2009, 9:50 PM
-
add filter: alpha(opacity=80) and opacity:0.8
by
Sephiroth, Jan 19, 2009, 3:51 AM
-
Could I use that code in my blog?
by
dysfunctionalequations, Jan 19, 2009, 1:51 AM
-
Watch out! position:fixed ruins the box's 100% width. Here's the code I used:
#navigation_box {
background-color: #005500 !important;
border-bottom-style:solid !important;
-moz-opacity:0.80;
color:white !important;
position:fixed !important;
width:100%;
padding-right:10px;
}
Don't overdo the opacity. 0.80 or 0.90 will do. Sorry, IE and Safari users, you aren't seeing it.
by
googology101, Jan 19, 2009, 1:26 AM
-
what do you mean by floating menus? like how he made navigation_box fixed? he used "#navigation_box{ position: fixed;}" i like how you made it opacity
by
Sephiroth, Jan 18, 2009, 4:45 AM
-
Floating menus? How do you do that?
by
dysfunctionalequations, Jan 18, 2009, 1:25 AM
-
Yup. I'm trying to post daily.
by
googology101, Jan 14, 2009, 12:05 AM
-
3rd post!
by
007math, Jan 13, 2009, 11:57 PM
-
Do you mean to this blog?
by
googology101, Jan 12, 2009, 9:30 PM
-
Can i be a contributor?
by
Wickedestjr, Jan 12, 2009, 5:49 PM