View Single Post
  #8 (permalink)  
Old June 25th, 2009, 05:50 PM
taddendum taddendum is offline
Registered User
Points: 12, Level: 1
Points: 12, Level: 1 Points: 12, Level: 1 Points: 12, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Still a problem with map floating to upper left

Hi zondre. First of all, thank you for your prompt response. I thought I'd have to wait until tomorrow.

Maybe I'm misunderstanding your suggestion. The div tag I believe I'm mapping to is in Map.ascx: <div id="theMap"></div>

the Site.css property for this is:

#theMap
{
position: relative;
width: 500px;
height: 450px;
}

Is this correct or is it this one?
<divid="mapDiv">
<% Html.RenderPartial("Map", Model.Dinner); %>
</div>

Site property:
#mapDiv {
float: left;
}
Reply With Quote