Hi all,

I'm stumped again... and I thought I was starting to get a little bit of an idea...;-)

I'm trying to have a php script of a calendar in a div (#calendar) nested within another div (#edit) display on the right of the text and the text to wrap around the div#calendar. But for some reason in the page (I want it in) it won't display the div at all.

The page I'm working with is here: http://www.organicgrowers.org.au/index3.php
The CSS here: http://www.organicgrowers.org.au/styles/organic.css
I got it to work in a page with only the div#edit and nothing else here: http://www.organicgrowers.org.au/cal.php

div#calendar{
float: right;
width: 180px;
background-color: #fff;
margin: 0;
padding: 5px;
display: inline;
}

Anyone got an idea of what I'm doing wrong?

Thanks

Vicki


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to