Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Smal CSS problem (13th Jan 10 at 1:16am UTC) | | On my site The Directory, There is a slight CSS problem, Dwight had it working then all of a sudden it stopped working, and he cant fix it .
 Code: - .borderhead {
- overflow: hidden;
- margin-top: 10px !important;
- background-image: url('../images/top.png')
- height: 25px;
- width: 756px;
- }
-
- .bordercenter {
- background-image: url('../images/middle.png')
- background-repeat: repeat-y;
- background-position: top center;
- }
-
- .borderfoot {
- overflow: hidden;
- margin-bottom: 5px !important;
- background-image: url('../images/bottom.png')
- height : 25px;
- width: 756px;
-
everything looks fine, but it still does not show up on any of the pages.
http://www.thedirectory.2x.nu/index.php
http://www.thedirectory.2x.nu/css/style.css | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Smal CSS problem (13th Jan 10 at 1:18am UTC) | | Would help if you told us what the problem was, site looks fine to me! | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | |
dog199200 Guest | Re: Smal CSS problem (13th Jan 10 at 2:59am UTC) | | yea and it should work I tried adding a border around everything. It was showing up and then it all just stopped showing up without having edited anything. I revised the code and yet nothing is wrong. The CSS should be right, and so should the div calling the classes to place the border. | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | |
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Smal CSS problem (13th Jan 10 at 3:12am UTC) | | Where is each image meant to be? | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | |
dog199200 Guest | Re: Smal CSS problem (13th Jan 10 at 3:34am UTC) | | no cause it worked for a little bit after i removed the table class like you told me too and i know its not a class problem cause i went though and made sure i removed all the table classes afterwards | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Smal CSS problem (13th Jan 10 at 3:38am UTC) | | I honestly don't see what it's meant to look like! O.o | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Smal CSS problem (13th Jan 10 at 3:38am UTC) | | Ahh ok, I see. I'm stumped with this one too, as all the CSS looks right. >_> | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Smal CSS problem (13th Jan 10 at 3:39am UTC) | | The whole site is displaying how you've coded it to. Except I think you might have made a mistake in that you've referenced the 3 aforementioned parts as 'ID', but in the CSS they're a 'class'.
Chance one or the other! | |
|
dog199200 Guest | Re: Smal CSS problem (13th Jan 10 at 3:53am UTC) | | i cant tell you know it still doesn't help any, I was trying both class and id to get it to work and forgot to change it back to class. I changed it back now, but as you can see it still doesn't work.
Edit: as for what is suppose to look like, its suppose to add a frame around the site, and even when it was working before it wasn't working exactly right it was putting it behind the table and not around it, which didn't look to bad. | |
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: Smal CSS problem (13th Jan 10 at 3:59am UTC) | | Your CSS has a missing semi-colon on the end of the background-image lines, meaning that it's not registering! | |
|
dog199200 Guest | Re: Smal CSS problem (13th Jan 10 at 4:04am UTC) | | i can't believe i actually forgot that... | |
|
Nick Very Senior Member
    
![[Avatar]](http://uploads.vforums.co.uk/forums/support/f_5e7b1402b305d883af97446b2fedc6c2_1-eog.jpeg) Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 35 Joined:
pmwww | Re: Smal CSS problem (13th Jan 10 at 4:05am UTC) | | and that fixed it!
But not aligned correctly. | |
|