Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding additional divs help Reply To: Adding additional divs help

#237686
holidaynerja
Participant

Hi Tim, I have moved on a little and have managed to add the divs which hold the availability chart and google map as you can see on the updated link

http://www.holidaynerja.co.uk/mobile/property-details.html

I have 2 issues, one being that the calendar does not show on IE, works fine on FF and also the divs I have added are not responsive so if I look on iPhone the calendar and map are stacked on top of each other :(

The css I added for these divs I kept on the html page

#wrapper {width:100%; height:300px; position:relative;}
.float {background-color:white; height:300px; margin:0; padding:0; color:white;}
.left {background-color:white; position:fixed; width:450px; padding-left:40px;}
.right {float:right; width:450px; padding-left:40px; padding-top:20px;}

Any input greatly appreciated