Hello,

I need a div or blank gif image at bottom right of my body area. See attached images.
Current code based view: current.jpg
What I need view: require.jpg

Here is my code structure:

<div id="header"> Header Area </div>

<div id="container">
	<div id="left_container"> Body Area </div>
	<div id="right_container"> Right side menu </div>
</div>

<div id="Footer"> Footer Area </div>

I need a blank DIV or IMG (or any other code that work work IE browsers and latest browsers) at bottom right inside "left_container" DIV.

Thanks
Bimal

you want it so you can have you text be that shape? If you do you can just create a white image and place it in a div and put it where you want it. Set the property of the div to either float:right; or float:left;.

float

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.