Log In · Register

 
hover opacity
rosedoll
post 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..
 
 
Start new topic
Replies (1 - 24)
talcumpowder
post 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">
//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>
[ http://www.xanga.com/shortvi3tlaydee ]?
 
rosedoll
post Apr 17 2006, 07:35 PM
Post #3


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



QUOTE(fishcake-y @ Apr 17 2006, 3:52 PM) *
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 == "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>
[ http://www.xanga.com/shortvi3tlaydee ]?



NOOOOOO!! IS NOT ONLY FOR THE ENTRY THOUGH......... IS THE WHOLE XANGAA``
WHOLE PAGE INSIDE!!
THANKYOUUUUUUU``
 
rosedoll
post 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!
 
OneOfTheseDayz
post 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".......
 
rosedoll
post 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..... wacko.gif
 
n00b
post 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? wacko.gif
I have never heard of that.
But that would be an interesting script.
Do you have an example, perhaps?
 
talcumpowder
post 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. wink.gif Try using the above code with... This.
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.
 
rosedoll
post Apr 18 2006, 01:03 AM
Post #9


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



QUOTE(fishcake-y @ Apr 17 2006, 8:54 PM) *
Please don't post duplicate topics. wink.gif Try using the above code with... This.
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..... =]]]]=]]]
 
talcumpowder
post 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. wink.gif It's not that easy to work with tho.
CODE
<table class="hover">
<tr><td>
^ Into header... And the following into Webstats.
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>
 
rosedoll
post Apr 19 2006, 12:20 AM
Post #11


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



QUOTE(fishcake-y @ Apr 18 2006, 10:07 PM) *
.... You could put the entire thing in another table. wink.gif It's not that easy to work with tho.
CODE
<table class="hover">
<tr><td>
^ Into header... And the following into Webstats.
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 >^<::*
 
talcumpowder
post 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. wink.gif
[ http://www.xanga.com/rhythmsicle ]
 
rosedoll
post 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!
 
talcumpowder
post 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.
 
rosedoll
post 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,,,,,,
 
rosedoll
post 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)
 
rosedoll
post 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?
 
talcumpowder
post 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. mellow.gif How wide do you need it? It already should span the width of whatever content you have. That the specific reason WHY I didn't add a fixed width to it.
-> Topics Merged.
 
rosedoll
post 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=
 
talcumpowder
post 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. mellow.gif This, correct? Yeah, uh, would you like me to take a screenshot of what I see? 'cause it's all there minus the ad.
 
rosedoll
post 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?
 
talcumpowder
post 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.
 
rosedoll
post 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=``
 
rosedoll
post May 16 2006, 07:07 PM
Post #24


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



PLEASEEEEEEEEEEE HELPPPPPPPPPPP!!!!!!!!!!!!! cry.gif cry.gif cry.gif
 
rosedoll
post May 20 2006, 03:19 PM
Post #25


Senior Member
***

Group: Member
Posts: 78
Joined: Apr 2006
Member No: 391,072



QUOTE(fishcake-y @ May 8 2006, 3:50 PM) *
.... 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=``
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: