Hotclutch Posted January 19, 2009 Share Posted January 19, 2009 Hi All I am trying to set a header background image, but I cannot get it to line up to the right. I am using this in my CSS TR.header { /*background: #ffffff;*/ background-image: url('images/header_pic.jpg'); Adding width to the image with photoshop does not make a difference at all. Is there anything else that must be specified? Look here to see what I mean. My screen resolution is 1280 X 1024 Link to comment Share on other sites More sharing options...
pynchon Posted January 19, 2009 Share Posted January 19, 2009 Hi All I am trying to set a header background image, but I cannot get it to line up to the right. I am using this in my CSS TR.header { /*background: #ffffff;*/ background-image: url('images/header_pic.jpg'); Adding width to the image with photoshop does not make a difference at all. Is there anything else that must be specified? Look here to see what I mean. My screen resolution is 1280 X 1024 you could try to align the background element using background-position-y: right; Link to comment Share on other sites More sharing options...
Hotclutch Posted January 19, 2009 Author Share Posted January 19, 2009 you could try to align the background element using background-position-y: right; Hi John Thanks for the reply...but still no effect. Link to comment Share on other sites More sharing options...
pynchon Posted January 19, 2009 Share Posted January 19, 2009 Hi John Thanks for the reply...but still no effect. I may have confused my x's and y's try background-position-x: right; Link to comment Share on other sites More sharing options...
Hotclutch Posted January 19, 2009 Author Share Posted January 19, 2009 I may have confused my x's and y's try background-position-x: right; Hi..Thanks for the replies. I couldn't come right with the background image. X is right but I still couldn't get it in the corner. So I made my logo and graphic on one image and made that the store logo in header.php. Looks decent. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.