ok, my fault for not explaing what i want...
a picture paints a 1000 words..
hyzen.co.uk/zen_help.jpg
so how do u get the sparks to align right while the logo.gif remains left??
ok, my fault for not explaing what i want...
a picture paints a 1000 words..
hyzen.co.uk/zen_help.jpg
so how do u get the sparks to align right while the logo.gif remains left??
my css snippet... for easy viewing next to the image
--------------
#logoWrapper{
background-image: url(../images/sparks_130.jpg);
background-repeat: no-repeat;
background-color: #000000;
height:130px;
}
------------------
shane... what's the url. I think I could read it but it's password protected. Open it for a sec?
ref your first reply i didn't take the #logowrapper out of that list i left it there, and typed in the info i said underneath, its worked.
Try this, i just tested it for you:
1st find this in your stylesheet:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
---CHANGE TO THIS---
#logo, {float: right;}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
}
litepockets... i cant, i dont have the sites control pannel access to remove the security, i only ftp access which is a different password.. (its not my site)
1kell... cheers i tried that and it right aligned the ATL logo but the sparks_130.gif still remained left aligned..
anymore ideas?
i have spend ages looking thru css help sites and got no where
![]()
It's a round about way, but put the img in a <div> (if it's not already) I don't recall... create a new class called imgRight (or whatever and put the following in you stylesheet.css<div class="imgRight">
.imgRight {
float:right;
}