Join iOrbix!

Interests (Body)

Interests (Body)

Postby Andrew on Fri Jul 18, 2008 4:12 pm

Interests (Body)



Background Options


Choose Body Background Color:

Code: Select all
#interests .content {background-color: -color?-;}


-color?- = Any Hex code, RGB value or HTML name Color Code

Formats:
(1) Hex code (#FF0000)
(2) RGB value (rgb(255,0,0))
(3) HTML name (red)

Examples:
#interests .content {background-color: #FF0000;}
#interests .content {background-color: rgb(255,0,0);}
#interests .content {background-color: red;}

[Click Here to view list of Color Codes]
http://www.hi5-world.com/ColorCodes.htm



Choose Body Image:

Code: Select all
#interests .content {background-image: url(-url?-);}


-url?- = Any image url

Example:

#interests .content {background-image: url(http://forums.hi5-world.com/images/BodyBackground.jpg);}



Background Repeat:

Code: Select all
#interests .content {background-repeat: -repeat?-;}


[?] -repeat?- = Any of the below options

[1]repeat : The background image will be repeated vertically and horizontally.
[2]repeat-x : The background image will be repeated horizontally.
[3]repeat-y : The background image will be repeated vertically
[4]no-repeat : The background-image will be displayed only once

Example:
#interests .content {background-repeat: no-repeat;}



Background Position:

Code: Select all
#interests .content {background-position: -x-% -y-%; background-attachment: fixed;}


Horizontal Position: -x-%
Vertical Position: -y-%

Position Values must be between 0 - 100%

Example:

#interests .content {background-position: 20% 65%; background-attachment: fixed;}




Text Options

Text Color:

Code: Select all
#interests .content {color: #[color=#FF0000]-color?-[/color];}


-color?-

-color?- = Any Hex code, RGB value or HTML name Color Code
(As described earlier in this page)

Example:
#interests .content {color: ##FF0000;}



Font Type:

Code: Select all
#interests .content {font-family: [color=#FF0000]-font-family?-[/color];}


-font-family?- = Any Font name

Example:
#interests .content {font-family: Arial;}




Font Size:

Code: Select all
#interests .content {font-size: -size?-px;}


-size?- = Any numeric positive value (or at size: 0px text is not visible)

Example:
#interests .content {font-size: 16px;}



Font Style:

Code: Select all
#interests .content {font-style: -font-style?-;}


-font-style?- = Any of the below options:
normal
italic
oblique


Example:
#interests .content {font-style: italic;}



Font Weight:

Code: Select all
#interests .content {font-weight: -font-weight?-;}


-font-weight?- = Any of the below options:

normal
bold


Example:
#interests .content {font-weight: normal;}



Text-Align:

Code: Select all
#interests .content {text-align: -text-align?-;}


-text-align?- = Any of the below options:

left
right
center
justify


Example:
#interests .content {text-align: center;}



Text-Indent:

Code: Select all
#interests .content {text-indent: -text-indent?-%;}


-text-indent?- = Any number from 0 - 100

Example:
#interests .content {text-indent: 25%;}



Text-Decoration:

Code: Select all
#interests .content {text-decoration: -text-decoration?-;}


-text-decoration?- = Any of the below options:

none
underline
overline
line-through
blink


Example:
#interests .content {text-decoration: underline;}




Visibility Options


Opacity

Code: Select all
#interests .content {filter:alpha(opacity=IE??); opacity: FF??;}


IE?? = any integer value from 0 - 100

FF?? = Must be 1/100th of the previous IE?? value.
(or IE?? X 0.01)

Example:
#interests .content {filter:alpha(opacity=70); opacity: 0.7;}



Hide Body

#interests .content {display: none;}




Hover Effects

Code: Select all
#interests .content :hover {-Code Here-;}


By substituting,

#interests .content
for
#interests .content :hover

All of the above codes, (Background Options, Text Options, Visibility Options), can be used to give a different effect on the target, when the Mouse Pointer is hovered over the object in the Interests (Body).

Example:
#interests .content :hover{background-image: url(http://forums.hi5-world.com/images/BodyBackground_Hover.jpg);}

This will give you a different background image when you hover over the Interests (Body)
Andrew Emmanuel Davis
Owner of:
Image
Image
Image
Image
Image
Image
User avatar
Andrew
Owner of hi5-World
Site Admin
Site Admin
 
Posts: 380
Age: 22
Joined: Wed Jun 25, 2008 5:16 pm
Gender: Male

Interests (Body)

by Admin

Join iOrbix!
Admin
 

Return to Interests

Who is online

Users browsing this forum: No registered users and 0 guests

cron