PDA

View Full Version : Help.. Sort of



Ini
01-01-2008, 04:58 PM
Ok well didn't sleep last night so i made a skin for my forum

http://joyfreak.com

If you have both IE and FF please view in both

My problem is around the blue title box, where it says 'JoYFREAK' i have put a 1px black border in the stylesheet.

Now that border only shows as black in FF and doesnt show black in IE

Any ideas?

My CSS:

#headerbar {
background-image: url(images/cat_bar.jpg);
width: 800px;
background-repeat: repeat-x;
height: 40px;
border-color: black;
border: solid;
border-width: 1px;
font-family: Verdana;
font-size: 8pt;
color: #000000;

}

Moved by Agesilaus (Forum Moderator) from Design & Development: Please post in the correct forum next time. :)

[Oli]
01-01-2008, 05:02 PM
too much code, you have:

border-color: black;
border: solid;
border-width: 1px;

just do this:

border: 1px solid #000;

and should work in both ;)

Ini
01-01-2008, 05:07 PM
Worked, thanks

+rep

Want to hide these adverts? Register an account for free!