Jump to content

VFL


Mr. Grumpy Bear

Recommended Posts

  • Commissioner

Indeed, TGF did it cause I got him to do a similar design on MFA.

And by similar you mean take the same design and change like 3 colors :P

 

But yes, the VFL skin I did. What exactly are you having trouble with BG wise? Not gonna lie, the BG was the trickiest part of that entire skin. Rounding was a bit of an issue but easy enough to fix.

Link to comment
Share on other sites

  • Commissioner

I don't remember the exact line of code needed for that. I believe it's "background-attachment: fixed"

 

I know the wording of the variable is fixed but I don't recall the actual code. Do you see anything similar to that in the CSS?

 

Edit: Went and looked at the code, what do you know, I was right haha. It all has to do with the abse body tag. In the case of the VFL skin it looks like this:

BODY { font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px; 
color: #000; 
margin:20px 10px 20px 10px; 
background-color:#73b8d4;
background-image: url(http://www.sportzin.com/forums/uploads/images/1340988573-U12444.png);
background-position: top center; 
background-repeat: no-repeat; 
background-attachment: fixed; }

Of course all that shouldn't need to be separated. I just did that to make it a little easier to look at.

Link to comment
Share on other sites

  • Commissioner

I tried that with my image and nothing, It doesn't seem to want to stay still and centered. 

Wanna post your code for the body section and I'll take a look at it?

Link to comment
Share on other sites

BODY { font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px; 
color: #000; 
margin:20px 10px 20px 10px; 
background-color:#73b8d4;
background-position: top center; 
background-repeat: no-repeat; 
background-attachment: fixed; }
 
 
Basically what you posted worked perfectly so I put in my image and it didn't fill the background like I wanted, don't know it it's photbucket or my link or what.
Link to comment
Share on other sites

  • Commissioner

Just posting this so I can see them side by side, feel free to ignore it right now.

 

MINE:

BODY { font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px; 
color: #000; 
margin:20px 10px 20px 10px; 
background-color:#73b8d4;
background-image: url(http://www.sportzin.com/forums/uploads/images/1340988573-U12444.png);
background-position: top center; 
background-repeat: no-repeat; 
background-attachment: fixed; }

YOURS:

BODY { font-family: Verdana, Tahoma, Arial, sans-serif; 
font-size: 11px; 
color: #000; 
margin:20px 10px 20px 10px; 
background-color:#73b8d4;
background-image: url(http://i578.photobucket.com/albums/ss222/Bushito/Hockeyleague.png);
background-position: top center; 
background-repeat: no-repeat; 
background-attachment: fixed; }
Link to comment
Share on other sites

  • Commissioner

Wanna PM me a link to the site and I'll see what it's doing?

 

Two things strike me immediately but don't seem to fit the bill as the problem.

 

First, your image is likely way too small to be an effective background. Then again, I don't recall exactly how large mine was, I might have just filled the empty space with a color. I do think the size is off though.

 

Second, photobucket is notoriously bad for giving direct links to images which skin design requires. I would either host skin images directly on the site or using something like tinypic that's better for giving straight image links.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...