Replies

Jun 18, 2009 16 years ago
Cocaine
wants to dance with somebody
User Avatar

I'm trying to make myself a layout and pretty much everything was working out splendidly until I decided to incorporate my layout and the repeating background. I used the code that I found from searching around the web and it should be working, but instead...the background that should be repeating is ON TOP of my actual layout and there's a small white spot in the right hand corner where it's not covering the whole page. Any guesses on why this might be...? Here are my codes:

<style> /NiKKiBEE CODING; DO NOT STEAL/

/NAVIGATION SHIT/ { background-color: transparent; }

/LAYOUT + MAIN TEXT SHIT/ body { background-image: url('http://img197.imageshack.us/img197/8826/mylayout1r.png'); background-repeat: no-repeat; height: 100%; width: 100%; }

html { background-image: url('http://img8.imageshack.us/img8/3976/10352.gif'); background-repeat: repeat; }

/LINKS SHIT/ a:link, a:visited, a:active { color: ; font-family: verdana; font-size: 12px; text-decoration: none; font-variant: small-caps; font-weight: bold; }

a:hover { color: ; font-family: verdana; font-size: 12px; text-decoration: none; font-variant: small-caps; font-weight: bold; } </style>

Any help is GREATLY appreciated...

Also...I may as well as in this thread as well...how exactly do I make the columns COMPLETELY transparent, except for the text? Such as...how can I make it so there is no background, not even the faint white and how can I customize my column titles? Thanks. :)

Jun 18, 2009 16 years ago
NeuroticMeeps
User Avatar

Add this code and you will have transparency: Follow Me

Jun 18, 2009 16 years ago
Cocaine
wants to dance with somebody
User Avatar

: No; I removed the entire Navigation tag and the problem still persists. I noticed that when I go to EDIT my profile, the text box that shows up actually pushes the main background down so you can see my layout.

: Thank-you; I'll mess around with that. :)

Please log in to reply to this topic.