I would like some help, notice the 'log in' box on this page:
http://neo-productions.com
I would like to know how to move it to the top right corner of the page, without using margins. Any help would be greatly appreciated! I've provided the code below.
stylesheet.css
Code:
div#log_inHolder {
background: url('image/log_inHolder.png') no-repeat;
height: 136px;
width: 264x;
margin: 0px;
padding-top: 30px;
padding-left: 6px;
font-family: Tahoma;
font-size: .90em;
}
index.html
Code:
<input id="log_inSubmit" type="submit" value="Log In" onMouseOver="this.style.color='white'"; onMouseOut="this.style.color='black'">