| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| KICKASS Join Date: Nov 2004
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Help with code! ok, the site I am working on now is looking decent in FF, but like ass in IE site is: www.surfnazi.com also, I can't get the font to show as white in FF, but does in IE, I am sure it's a CSS thing, but that's out of my league except for minor stuff, and I really don't know what I am looking for. Thanks in advance! Charles
__________________ fishtail.net | Spouty.com | LumbarSpine.net | kingfish.org | tightlines.org | z-z.org newcellphone.org |MacNugget.com| EZPG.com | TheeBomb.com SportFisher.net | |
| |
| | THREAD STARTER #3 (permalink) |
| KICKASS Join Date: Nov 2004
Posts: 1,201
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | this is all the css: ????: NamePros.com http://www.namepros.com/web-design-discussion/324235-help-with-code.html Code: <style fprolloverstyle>
<style type="text/css">
<!--
a:link { text-decoration: none;
color: #FFFFFF;
}
a:visited { text-decoration: none;
color: #CD3700;
}
a:hover { text-decoration: none;
color: #FFFFFF;
}
body {
background-color: #000000;
scrollbar-face-color: "#000000";
scrollbar-shadow-color: "#999999";
scrollbar-highlight-color: "#000000";
scrollbar-3dlight-color: "#FFFFFF";
scrollbar-darkshadow-color:"#000000";
scrollbar-track-color: "#000000";
scrollbar-arrow-color: "#FFFFFF";
}
#top {
width: 95%;
clear: both;
}
#left {
float: left;
position: relative;
width: 20%;
}
#right {
position: relative;
float: left;
width: 80%;
}
.style1 {color: #FFFFFF}
-->
</style>
__________________ fishtail.net | Spouty.com | LumbarSpine.net | kingfish.org | tightlines.org | z-z.org newcellphone.org |MacNugget.com| EZPG.com | TheeBomb.com SportFisher.net | |
| |