vForums Support > Programming & Coding :: Programming Discussion :: > CSS Questions

CSS Questions - Posted By dog199200 (dog199200) on 27th Mar 08 at 3:00am
Umm does anyone know what the variables are for having head and base image's around the logo image, for css that it {Smile}

Edit: and also for that table/box thing underneath the logo ( the on taht has the pm info)

Re: CSS Questions - Posted By Marc (cr0w) on 27th Mar 08 at 3:14am
head_right welcometable
head_left welcometable
base_right welcometable
base_left welcometable

{Smile}

Re: CSS Questions - Posted By dog199200 (dog199200) on 27th Mar 08 at 3:16am
{Smile} ty...

Edit:...i must of did that wrong, nothing happened

Edit 2: Ok i have tried multiple things, what have i done wrong?

Code:
 
  1. <style type="text/css"/>
  2. #forum.head_right welcometable {
  3.     width: 700px;
  4.     height: 30px;
  5.     display: block;
  6.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
  7.     background-position: bottom center;
  8. }
  9. #forum.head_left welcometable {
  10.     width: 700px;
  11.     height: 30px;
  12.     display: block;
  13.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
  14.     background-position: top center;
  15. }
  16. #forum.base_right welcometable {
  17.     width: 700px;
  18.     height: 30px;
  19.     display: block;
  20.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
  21.     background-position: bottom center;
  22. }
  23. #forum.base_left welcometable {
  24.     width: 700px;
  25.     height: 30px;
  26.     display: block;
  27.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
  28.     background-position: top center;
  29. }
  30. #forum table.head {
  31.     width: 700px;
  32.     height: 30px;
  33.     display: block;
  34.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/head.png');
  35.     background-position: bottom center;
  36. }
  37. #forum table.base {
  38.     width: 700px;
  39.     height: 30px;
  40.     display: block;
  41.     background-image: url('http://i25.photobucket.com/albums/c51/dog199200/FMA%20Images/base.png');
  42.     background-position: top center;
  43. }
  44. #forum .slip_bg .border{
  45.    width: 700px !important;
  46.    margin: auto;
  47. }
  48.  
  49. #forum .slip_bg .border .border {
  50.     width: auto !important;
  51. }
  52.  
  53. #forum_table, #forum {
  54.     margin: auto;
  55. }
  56. </style>
 


Re: CSS Questions - Posted By Michael (wrighty) on 27th Mar 08 at 9:05am
why have you done:

#forum.

What are you trying to do?

Re: CSS Questions - Posted By dog199200 (dog199200) on 27th Mar 08 at 6:16pm
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.

Re: CSS Questions - Posted By Reverse Blade (zohvi) on 1st Apr 08 at 5:43am
take out all of the
Code:
 
  1. forum.