View Single Post
Old 04-04-2008   #1 (permalink)
Neo824
Registered User
 
Join Date: Oct 2007
Posts: 43

Send a message via MSN to Neo824
[CSS] Question on moving an element.

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'">

Last edited by Neo824; 04-04-2008 at 08:58 PM.
Neo824 is offline   Reply With Quote