I'm using cfmap for a fairly extensive mapping project that will have
hundreds of points over much of Europe.  I'd rather not constrain the user
to a fixed aspect like the width and height attributes require.  Is there a
way to force the map to be, say, 100% of the width and height of the browser
window?

I added the following CSS to my page, but it didn't do what I had hoped it
would (name of the map is "map1":

<style>
 #map1
{width: 100% ! important;
 height: 100% ! important;}
 </style>


Thanks

Pete


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335049
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to