Next question - how do you get an image to appear out of the wrapper div - basically if you look at:
http://www.ourbaby-blog.co.uk you will see the head image has a blue and green line - basically want this to carry on to the edge of the pages.
Cheers,
scott
Image To Carry On Outside Of Div
Page 1 of 15 Replies - 665 Views - Last Post: 02 February 2011 - 08:38 AM
Replies To: Image To Carry On Outside Of Div
#2
Re: Image To Carry On Outside Of Div
Posted 02 February 2011 - 08:24 AM
Thanks for moving this...
What have you tried? Also, download Firebug for Firefox and you can see exactly what they did to achieve that effect.
What have you tried? Also, download Firebug for Firefox and you can see exactly what they did to achieve that effect.
#3
Re: Image To Carry On Outside Of Div
Posted 02 February 2011 - 08:26 AM
You would need to include a background image on the body tag.
The image would need to be that image but with the edges streched for say 2000 pixels, then position the background image to stay in the centre of the page.
Example:
Then use an image like so:
The image would need to be that image but with the edges streched for say 2000 pixels, then position the background image to stay in the centre of the page.
Example:
body {
background url('/path/to/img.jpg') no-repeat 50% 0;
}
Then use an image like so:
#4
Re: Image To Carry On Outside Of Div
Posted 02 February 2011 - 08:26 AM
Hi Mate,
Thats the page i want it to work on i was just showing you where i want the image to go.
Cheers,
Scott
Thats the page i want it to work on i was just showing you where i want the image to go.
Cheers,
Scott
#5
Re: Image To Carry On Outside Of Div
Posted 02 February 2011 - 08:36 AM
#6
Re: Image To Carry On Outside Of Div
Posted 02 February 2011 - 08:38 AM
Your welcome.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|