[css-d] Why this div does not float?

2005-10-06 Thread artcoder
Below is the entire content of my HTML file. I want my div#boat to be overlaid on top of the text. I thought the below CSS would work. But do I need to do in Javascript? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd html

Re: [css-d] Why this div does not float?

2005-10-06 Thread Scot Schlinger
You are trying to float something and absolute poistion it at the same time. On 10/6/05, artcoder [EMAIL PROTECTED] wrote: Below is the entire content of my HTML file. I want my div#boat to be overlaid on top of the text. I thought the below CSS would work. But do I need to do in Javascript?