View Full Version : Css seriously not working out =-(


Jin Ai
07-27-2006, 02:39 PM
Here is my css code:

<style type="text/css">
Body {background-color: #ffffff;
background-image:"http://www.freewebs.com/jin_ai/new/background.jpg" ;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;

text-align: left; font-family: Arial; color: #FFBFDF; font-size: xx-small; text-decoration: none; }

:link {color: #FF409F; text-decoration: none; }
a:link {color: #FF409F; text-decoration: none; }
a:visited {color: #FF409F; text-decoration: none; }
a:active {color: #FF409F; text-decoration: none; }
a:hover {color: #FFBFDF; text-decoration: none; }
.nav.link {color: #FF409F; text-decoration: none; }
a.nav:link {color: #FF409F; text-decoration: none; }
a.nav:visited {color: #FFBFDF; text-decoration: none; }
a.nav:active {color: #FF409F; text-decoration: none; }
a.nav:hover {color: #FF409F; text-decoration: none; }
.navselected.link {color: #FFBFDF; text-decoration: none; }
a.navselected:link {color: #FF409F; text-decoration: none; }
a.navselected:visited {color: #FF409F; text-decoration: none; }
a.navselected:active {color: #FF409F; text-decoration: none; }
a.navselected:hover {color: #FF409F; text-decoration: none; }
.footernav.link {color: #FFBFDF; text-decoration: none; }
a.footernav:link {color: #FF409F; text-decoration: none; }
a.footernav:visited {color: #FF409F; text-decoration: none; }
a.footernav:active {color: #FF409F; text-decoration: none; }
a.footernav:hover {color: #FFBFDF; text-decoration: none; }


that is only part of it....
someone please help me!! =-( I am very frustrated!!:scared: :( :confused: :confusion :tired: :mad:

pb&j
07-27-2006, 02:47 PM
this part...
background-image:"http://www.freewebs.com/jin_ai/new/background.jpg" ;

should be...
background-image: url(http://www.freewebs.com/jin_ai/new/background.jpg);

this part...
:link {color: #FF409F; text-decoration: none; }

should be...
a {color: #FF409F; text-decoration: none; }
or it can be deleted if not needed.

Jin Ai
07-27-2006, 03:12 PM
omigod THANK YOU PB&J!!! *hugs pb&j* I will see if this works!

Jin Ai
07-27-2006, 03:28 PM
uh, background not working, font not working, etc. http://freewebs.com/jin_ai don't worry about the content it's only temporary to see if it will work. please see the source code thanks for the help!!

thezeppzone
07-27-2006, 04:21 PM
Your source has test2.css being the css file, but I tried http://www.freewebs.com/jin_ai/test2.css and it couldn't be found. Are you sure that's the name of the css file and it is in your main folder?

That would explain why the background is white and the tetx is black standard, no css is even getting to it.

Jin Ai
07-27-2006, 05:10 PM
Ok, thanks a lot!! It's working better now, but the background STILL doedsn't work. even when i was messing around on my dsektop, no matter what, the background DOESN'T WORK!!

thezeppzone
07-27-2006, 05:36 PM
Ok, I checked out your css...

First line: Take <style type="text/css"> Out - It's an external style sheet so you dont need <style> or </style> So then at the end you can take out... For whatever reason there are 3 </style> codes. I just found more <style> Take those out as well, not needed.

I checked your background - That couldn't be found either. I did a little looky

Try this:

http://www.freewebs.com/jin_ai/background.jpg

so

background-image: url("http://www.freewebs.com/jin_ai/background.jpg");

Hope that helps

Jin Ai
07-27-2006, 05:57 PM
omg thank you so muchh!!!! I love you guys! *gives all leia forum members a hug*

thezeppzone
07-27-2006, 06:01 PM
No problem, if you have any others problems feel free to post and we'll be there to help :)

pb&j
07-28-2006, 02:20 AM
well...
at least i was there to try to help out in the beginning... :D
good thing thezeppzone was around :waves:

thezeppzone
07-28-2006, 02:22 AM
Because you always beat me. I went to reply to about 5 threads today, and you already answered once I had my plan figured out. Lol... :)

pb&j
07-28-2006, 02:26 AM
mwa-ha-ha!
and thus my plan to take over the world has gone one step further!
... :D

Jin Ai
07-28-2006, 10:50 PM
My head has gone woozy