{A_K_A} 0 Posted January 6, 2009 Report Share Posted January 6, 2009 Hi,I am not sure if this is possible in css but ill ask anyway.I want to push some text done the page a little and any text udder it should also get pushed down.My other question is, I have an image and i want it on the right side of my page relative to where it is in is in the HTML doc. i also dont want it to cover any text. the text should appear below it.Thanks for any help Quote Link to post Share on other sites
jeffman 86 Posted January 6, 2009 Report Share Posted January 6, 2009 I don't completely get you, but try these things. float:right should move your image to the right of the window. "Push" your text container (a <p> maybe?) by giving it some combination of margin-top, margin-left, etc. Be sure to specify your units. Example:p.push {margin-top: 10px;} Quote Link to post Share on other sites
{A_K_A} 0 Posted January 11, 2009 Author Report Share Posted January 11, 2009 Sorry i was not to clear.I have a div called intro which holds a block of text.now what i want to do is push this block down the page a little. Thanks Deirdre's Dad got the image bit working fine now. Quote Link to post Share on other sites
{A_K_A} 0 Posted January 11, 2009 Author Report Share Posted January 11, 2009 Thanks again Deirdre's DadI got it to work.#intro,.push{ margin-top: 30em;}just needed a ,Thanks again Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.