PDA

View Full Version : need some assistance



Thai-Man-Land
06-03-2010, 10:54 AM
Someone has asked me to try and fix this for them.
http://charliesbeauty.co.uk/treatments.html
the logo, as you can see, is halfway down the page rather than in the upper yellow bit.
The CSS in reference to this bit is:



}
#face{
width:151px;
height:213px;
float:left;
padding-left:230px;
background:url(images/face.gif) no-repeat center;
}

and help would be greatly appreciated and +rep.

VirtualG
10-03-2010, 05:22 AM
The css may be in reference to that bit but there is a lot of other css/html that will be affecting it. Not that Im willing to help, the site needs to be canned it's just sooooooooooo ugly.

ThisNameWillDo!
16-03-2010, 03:38 PM
#face{
width:151px;
height:213px;
float:left;
padding-left:230px;
background:url(images/face.gif) no-repeat center;
margin-top: -10px;
}

Could just add the margin-top part and keep changing that until you get it up to where you want it?

iJoe
16-03-2010, 05:07 PM
Try moving

<div id="face"></div>

Above

<div id="menu" align="center">

LMS16
16-03-2010, 10:13 PM
So, asking us wouldnt result in you fixing the problem?

Maybe post some html to help us out cos there is nothing wrong within the css...

Lew.

Jamesy
16-03-2010, 10:54 PM
So, asking us wouldnt result in you fixing the problem?

Maybe post some html to help us out cos there is nothing wrong within the css...

Lew.

He's posted a direct link to the website. Right click > View Source?

Want to hide these adverts? Register an account for free!