NAV BAR
------------------------
table#nav {
width:850px;
height:50px;
position:absolute;
top:130px; // looks great for webkit, but not far enough down for moz
background:none;
}
Bit of a noob to web development. I'm trying to get to certain websites by entering "their" identifiers into a search box. For some reason a blank page opens along with the website.
I originally had <text/javascript> and it didn't work. I have been trying to figure how to connect the input value to "color". I suppose I should have made myself more clear by asking how to do that...
Trying to write something where, after you have entered in a hex color, and clicked the "change color" button, it changes your background color to 'x' hex color.