dog199200 Guest | CSS Questions (27th Mar 08 at 3:00am UTC) | | Umm does anyone know what the variables are for having head and base image's around the logo image, for css that it
Edit: and also for that table/box thing underneath the logo ( the on taht has the pm info) | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: CSS Questions (27th Mar 08 at 3:14am UTC) | | head_right welcometable head_left welcometable base_right welcometable base_left welcometable
| |
rroll.to— Shorten a link, rickroll your friends. |
|
dog199200 Guest | Re: CSS Questions (27th Mar 08 at 3:16am UTC) | | ty...
Edit:...i must of did that wrong, nothing happened
Edit 2: Ok i have tried multiple things, what have i done wrong?
Code: - <style type="text/css"/>
- #forum.head_right welcometable {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
- background-position: bottom center;
- }
- #forum.head_left welcometable {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
- background-position: top center;
- }
- #forum.base_right welcometable {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
- background-position: bottom center;
- }
- #forum.base_left welcometable {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
- background-position: top center;
- }
- #forum table.head {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
- background-position: bottom center;
- }
- #forum table.base {
- width: 700px;
- height: 30px;
- display: block;
- background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
- background-position: top center;
- }
- #forum .slip_bg .border{
- width: 700px !important;
- margin: auto;
- }
-
- #forum .slip_bg .border .border {
- width: auto !important;
- }
-
- #forum_table, #forum {
- margin: auto;
- }
- </style>
| |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: CSS Questions (27th Mar 08 at 9:05am UTC) | | why have you done:
#forum.
What are you trying to do? | |
|
dog199200 Guest | Re: CSS Questions (27th Mar 08 at 6:16pm UTC) | | idk, i don't know css at all, i'm just using the part of it that was found on one of the permade templates.. but i'm just trying to get head/base images around the logo. | |
|
Reverse Blade Full Member
Posts: 152 Status: Offline Gender: Male Joined:
pm | Re: CSS Questions (1st Apr 08 at 5:43am UTC) | | take out all of the Code: - forum.
| |
Reverse Arts, Comming soon! |
|