hover opacity |
![]() ![]() |
hover opacity |
Apr 17 2006, 05:25 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
I have a border around my blog with modules. which is this part here:
table.navigation, table.main, table.footer { /* the width of your blog with modules */ border: 3px dotted FFFFFF; background-color: black; background-image: url(url); FILTER: alpha(opacity=80); width: 90%; what i wanna ask is that when im having a background picture. when my mouse aint hovering the blog and modules. can it be all transparent? and when i hover the blog and modules or the whole page, it turns back to normal? so i could see my background picture clearly cus im using the filter thing. thankyou for your understandingggggggggggggggg pls.. |
|
|
|
Apr 17 2006, 05:52 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
CODE <script language="javascript"> [ http://www.xanga.com/shortvi3tlaydee ]?
//Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "blogbody"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> |
|
|
|
Apr 17 2006, 07:35 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
CODE <script language="javascript"> [ http://www.xanga.com/shortvi3tlaydee ]?//Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "blogbody"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> NOOOOOO!! IS NOT ONLY FOR THE ENTRY THOUGH......... IS THE WHOLE XANGAA`` WHOLE PAGE INSIDE!! THANKYOUUUUUUU`` |
|
|
|
Apr 17 2006, 08:31 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
<script language="javascript">
//Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "blogbody"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> Can i replace the word BLOGBODY from above to WHOLE BODY or something? i want to change the word that represents the whole thing! |
|
|
|
Apr 17 2006, 08:50 PM
Post
#5
|
|
|
Ill get around to doing that.... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 518 Joined: Oct 2005 Member No: 275,913 |
why would you do that it already makes the whole thing change?????
If its that the code is skrewing up try to change it to "blog" not "wholebody"....... |
|
|
|
Apr 17 2006, 09:21 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
could anyone give me a script that makes your page which is the modules, blogs and the background in your blog with modules TRANSPARENT? like to make the opacity=0? but when you hover it...... it turns back to opacity=100.....
|
|
|
|
Apr 17 2006, 10:48 PM
Post
#7
|
|
![]() Hello My Name Is INSERT HERE ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,372 Joined: Apr 2006 Member No: 394,903 |
Is there such thing?
I have never heard of that. But that would be an interesting script. Do you have an example, perhaps? |
|
|
|
Apr 17 2006, 10:54 PM
Post
#8
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Please don't post duplicate topics.
CODE <script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "left"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> -> Topics Merged. |
|
|
|
Apr 18 2006, 01:03 AM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
Please don't post duplicate topics. CODE <script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "left"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> -> Topics Merged. this script is not too bad but its not the specific one i needed here is a xanga site: www.xanga.com/wiiwee/ and what i meann is that when i hover the PINK DOTS.. the whole thing inside transparents. but the one you gave me.....you have to hover on to each one then it will turn back to normal...but i wannt it all together..... =]]]]=]]] |
|
|
|
Apr 19 2006, 12:07 AM
Post
#10
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... You could put the entire thing in another table.
CODE <table class="hover"> ^ Into header... And the following into Webstats.<tr><td> CODE </td></tr></table>
<script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "hover"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> |
|
|
|
Apr 19 2006, 12:20 AM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
.... You could put the entire thing in another table. CODE <table class="hover"> ^ Into header... And the following into Webstats.<tr><td> CODE </td></tr></table> <script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "hover"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> hmmm? do you think it works? mines dont work tho >^<::* |
|
|
|
Apr 19 2006, 12:33 AM
Post
#12
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Your background is white, I'd just like to point that out.
[ http://www.xanga.com/rhythmsicle ] |
|
|
|
Apr 30 2006, 04:12 PM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
hmm. wut do you mean by my background is white?`` i went to the website you gave out..... i think thats wut i wanted? but the above script that another person gave me..... it doesnt work!
|
|
|
|
Apr 30 2006, 08:51 PM
Post
#14
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
The background of your xanga is white. It's set to a white overlay of the text. That's why it's visable on mine, but not on yours.
|
|
|
|
May 1 2006, 09:19 PM
Post
#15
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
ohhhhh`` it works now.....but then how cum the top part is cutted off!!!?
and the area is not big enough!!!! and when i use the front page script`` it doesnt work.......i have to take it off,,,,,, |
|
|
|
May 5 2006, 01:34 AM
Post
#16
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
can anyone answer my question? (above)
|
|
|
|
May 6 2006, 07:12 PM
Post
#17
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
<table class="hover">
<tr><td> </td></tr></table> <script language="javascript"> //Sets blog opacity (0-100) opcty = 10; //Sets rollover opacity msvropcty = 100; //////////////////////////////////// tables = document.getElementsByTagName('table'); for(var j=0;j<tables.length;j++){ if(tables[j].className == "hover"){ tables[j].style.filter = "alpha(opacity=" + opcty + ")"; tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";} tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";} } } //--></script> how come this script made the top of my xanga gone? its not wide enough`` is there any way to adjust the width for it? |
|
|
|
May 7 2006, 10:47 AM
Post
#18
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Um.... You do know where the different sections of code go, right? I'm just asking because you posted them all together and they don't go ll together.
-> Topics Merged. |
|
|
|
May 7 2006, 04:05 PM
Post
#19
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
haha ofcorse i know where to put them.. the top part i put it in the custom header and the bottom part put it in webstats right? ....
no it aint,,, the top part of my xanga is gone.... mayb its because that i took off the xanga ad and putted sth on it.... but its not just that parts gone.. even my entry dates are gone =v= |
|
|
|
May 8 2006, 12:34 AM
Post
#20
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Um.... No it's not.
|
|
|
|
May 8 2006, 05:50 PM
Post
#21
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
ok..
hmm?`` how come i attached a picture file and it doesnt show? |
|
|
|
May 8 2006, 05:50 PM
Post
#22
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... Because the thumbnails are being weird. Or so I've heard.
[ http://img.photobucket.com/albums/v394/Kan.../screenshot.gif ] See, um, your whole page shows. |
|
|
|
May 9 2006, 01:49 AM
Post
#23
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
hahaha lols but its not this one.....
http://www.xanga.com/dollroseee/ try this.. haha but yea`` i dun really wanna public one my xanga tho =x=`` |
|
|
|
May 16 2006, 07:07 PM
Post
#24
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
PLEASEEEEEEEEEEE HELPPPPPPPPPPP!!!!!!!!!!!!!
|
|
|
|
May 20 2006, 03:19 PM
Post
#25
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
.... Because the thumbnails are being weird. Or so I've heard. [ http://img.photobucket.com/albums/v394/Kan.../screenshot.gif ] See, um, your whole page shows. Senior Member Group: Member Posts: 31 Joined: Apr 2006 Member No: 391,072 Status: Online! Warn: (0%) hahaha lols but its not this one..... http://www.xanga.com/dollroseee/ try this.. haha but yea`` i dun really wanna public one my xanga tho =x=`` |
|
|
|
![]() ![]() |