Oh my gosh..alright, so I finally get the hang of CSS, and BAM! My navigation menu only appears in Firefox (out of that and IE). Can anyone perhaps help me out with this problem? LIke, code to fix it, alternative code, something like that?
www.virtueskate.com
if you're using IE, you'll notice a big blank space underneath the logo. that's the menu..in firefox, you'll see it.
CSS
Started by crushed, Jul 09 2005 11:51 PM
1 reply to this topic
#1
Posted 09 July 2005 - 11:51 PM
#2
Posted 10 July 2005 - 12:51 AM
Open your stylesheet and make the following changes:
#navigation {
background: #FFFFFF;
width: 226px;
border: 1px solid #FF0000;
margin: 0px 0px 0px 0px;
padding: 2px;
float: left;
}
#content {
background: #FFFFFF;
width: 556px;
border: 1px solid #FF0000;
text-align: left;
margin: 0px 0px 0px 0px;
padding: 2px;
float: right;
}
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
