View Full Version : PLEASE read/help AsAp!! <3


itsXaNgAbaby
08-04-2004, 04:41 AM
K guys, PLEASE help me out here...alright, I am very familiar with html and have already searched through your entire forum, and found alot, but still have some unanswered questions. Okay, let's use this site here as an example for the following...

www.xanga.com/happysmilepretty

1. The thick pink/green border around her page. How do you get a border with the two diff colors? Where I can adjust the thickness (i want it a little thinner to suit my page)

2. The box in which lies her individual entries is black, but a transparent black. How do I get this, i love it, along with the pictures, and the text stays nice and bold. how how how! :-)

3. Ah, cant explain it, but you see. The dates and titles for the entries and left side modules? Any ideas?

Also...(no example)

Okay, right now I have a cursor that is a crosshair and when you go over a link its a little arrow pointing on both ends tilted to the right side (forgot the name) Is there a code where I can keep this but when it goes over a link it the link text gets fuzzy/blurred? Thanks guys

Please reply asap, and thanks much, GREAT site you've all got here. Please when you reply clarify which code is which and what if any alterations i would have to make to it and where, and also where to post it (custom header, website stats, anywhere...)

THANK YOU SOO MUCH!

smileygurl119
08-04-2004, 05:03 AM
1. <style type=text/css><!-- body{border-right:#FF0080 60px solid;border-left:#FF0080 60px solid;border-top:#00FF00 60px solid;border-bottom:#00FF00 60px solid} //--></style>

2.
<style type="text/css">
}

table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid #3DFFFF;
background-color: #000000;
width:400px;
border-width: 1px 1px 1px 1px;
filter: alpha(style=0,opacity=80);
}
</style>

3.
<style type="text/css">
}

div.blogheader, .caption {
/* edits the dates */
width:397px;
font-family:Sydnie;
text-transform:lowercase;
font-size:25px;
line-height:20px;
font-weight: bolder;
color:#ffffff;
letter-spacing: 2px;
background-image:url("");
text-align: center;
border: 0px solid #3DFFFF;
border-width: 1px 1px 0px 1px;
filter: alpha(style=0,opacity=60);
}
</style>

<style type="text/css">
table.left {
/* this edits the menu module */
border: 1px solid #3DFFFF;
width:160px;
background-color: #000000;
filter: alpha(style=0,opacity=80);
}

table.blogbody {
/* this edits the other the place where the blog is */
border: 1px solid #3DFFFF;
background-color: #000000;
width:400px;
border-width: 1px 1px 1px 1px;
filter: alpha(style=0,opacity=80);
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image:url("");
background-repeat: no-repeat;
background-position: middle;
background-color: #000000;
width:160px;
font: bold 16px Sydnie;
line-height: 33px;
text-transform: lowercase;
color: #ffffff;
border: 1px solid #3DFFFF;
border-width: 1px 1px 1px 1px;
text-align: center;
}

table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #000000;
border: 1px solid #3DFFFF;
border-width: 1px 1px 1px 1px
width:160px;
}
</style>

4. blurred links?:

<style type="text/css"><!--a{text-decoration:none;}a:link{color:?;}a:active{color:?; }a:visited{ color:?;}a:hover{ color:?;filter:blur(direction=250,strength=4,add=f alse);position:relative;width:250pt;height:9pt;}--></style>

itsXaNgAbaby
08-04-2004, 05:12 PM
wow, thanks guys, yaw are amazing!! :buckt:

<3333

anything yet on the cursor??? :idea:

oh nvm, me seez me seez

XD!!!

itsXaNgAbaby
08-04-2004, 05:14 PM
oh nvm, me seez me seez

XD!!!

smileygurl119
08-04-2004, 08:17 PM
you`re welcome.