CSS borders in firefox

master maste

New Member
Reaction score
32
I've been using CSS in my document and it doesnt seem to be working in Firefox 3, but it works perfectly in IE6.

Just wondering if I'm doing this the wrong way for Firefox

Code:
div.container {
	width: 200px;
	border-style: solid;
	border-width: 1px;
	border: #000000;
	background-color: #FFFF99;
}

this is what I have so far, and the div.container has no border at all.
 

enouwee

Non ex transverso sed deorsum
Reaction score
240
Now that it works, replace the lines:
Code:
border-style: solid;
border-width: 1px;
border: #000000;
by:
Code:
border: 1px solid #000;
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top