Hey CSS MAdness
Monday, 7. September 2009, 20:59:20
for the next few days or weeks anyone visiting myblogg might notice a defacement of some sort or kind with the menus..images or the whole page goes busurk be not afraid u are neither responsible nor is ur browser vageuly madd..lol
I choose to practice a few css n well rather THAN make myblogg look well good rather make it look crazy weird like in a sort of a good way....yes some tins may go out of place like images within frames..will try to fix this later...am jst putting up some css off head n see hw they play...so if u hav any suggestion..crazy coes u wanna throw ..be my guess...
I here by Declare myblog CSS playground were we can test n de-test and over-test all possible effects..i do hope to implement jquery into the blogg soon also...so watch out


i get my cool backgrounds n images from
HDWALLPAPERS
















daneru # 9. September 2009, 05:55
this is so awesome!
daneru # 9. September 2009, 05:58
aaaaaaaaarrrgghhhh! i am dying to know the code. lol
Trinox3 # 9. September 2009, 06:06
i use the normal background code and then used the #wrap4 code for a show n hide effect using the opacity functions here it is
#wrap4{
opacity:0.1; //or any value u fill will fit ur blog dnt let it be to transparent..thou i plan on using 0 transparency for anther effect later
}
then create a #wrap4 for over effects
#wrap4:hover{
opacity:0.9;
}
that all to it..and ur image will stand out until the mouse is on ur page
On the header part:
i jst did the same thing like the one above but with a different effect,like this
#top { code with normal background img}
#top:hover{ use a different background img here for it }
so when the mouse overs on it it will show the background u use for #top:hover n when u remove the mouse it shows #top
kenshii101 # 9. September 2009, 06:36
Trinox3 # 9. September 2009, 06:45
kuazay # 9. September 2009, 07:03
kuazay # 9. September 2009, 07:08
#top2 { background:#000 url (image url here); height:imageheightinpixels;
}
and another code which i find a little tricky because there are other elements included:
#top {
font-size:12px;
width:imagewidthinpixels;
margin:0 -10px;
text-align:left;
background:#c1ccd9 url(image url here) top left;
height:imageheightinpixels;
color:#516b92;
}
Trinox3 # 9. September 2009, 07:19
kuazay # 9. September 2009, 07:33
Trinox3 # 9. September 2009, 07:39
man...lol
kuazay # 9. September 2009, 07:50
Trinox3 # 9. September 2009, 15:57
Originally posted by Furie:
Trinox3 # 12. September 2009, 18:06
.....the codes is thanks to :
Amnith
#smilies a:hover { padding-left: 0px !important; }
The code stops the smilies from sagging to the left when u over the mouse on them
Originally posted by amnith:
Trinox3 # 21. September 2009, 14:34
Trinox3 # 21. September 2009, 14:42
daneru # 21. September 2009, 14:53
daneru # 21. September 2009, 14:55
Originally posted by bashphoenux:
does this go below the visitors of the page?
Trinox3 # 21. September 2009, 15:07
Trinox3 # 21. September 2009, 18:06
Originally posted by Trinox3:
Trinox3 # 21. September 2009, 18:24
Trinox3 # 22. September 2009, 11:16
Originally posted by bashphoenux:
Courtesy of BashPhoenix.
daneru # 22. September 2009, 15:59
Trinox3 # 22. September 2009, 17:33
daneru # 22. September 2009, 17:49
Trinox3 # 22. September 2009, 17:53
Trinox3 # 24. September 2009, 21:10
#useravatar{
background-image: url(...)center;
}