View Full Version : Possitioning an image
Alpha
03-30-2006, 06:17 AM
Im trying to get my logo image to move up to the topleft corner so it dosnt block the login controls etc
gallery
http://alphaaddict.net/gallery/
Template.htm
http://alphaaddict.net/gallery/themes/reynolds/template.html
scoutt
03-30-2006, 11:18 AM
in your css
#header {
position: absolute;
top: 40px;
left: 0px;
background-position: top right;
background-repeat: no-repeat;
color:#1e5780;
width:80%;
margin: 0px;
height: 75px;
padding-left: 45px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 2.40em;
}
just make the bold 0 instead
fabmxer
03-30-2006, 01:00 PM
I'm not Hi-jacking this thread, just new to css and had a question.
Whats the reason you use the # symbol for header?
If i use css i just use
body {
blah
blah
blah
}
so can the header be?
Header {
}
thanks :)
scoutt
03-30-2006, 03:59 PM
no, if you don't have a # by it as with body then that means it applies to the tag. if you have a # or . next to it then it is a class or ID.
no such tag as Header. :)
vBulletin® v3.6.7, Copyright ©2000-2010, Jelsoft Enterprises Ltd.