Luke,

as a workaround, you could try to use a doctype in your html page that 
sets the browser to standards-compliant mode, e.g.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html>
...
</html>

This will cause different margin/border/padding interpretation inside 
the map pane. With that setting, the map viewport should be the same 
size in IE and other browsers, and this might solve your problem.

Regards,
andreas.

Luke Michels wrote:
>
> Sorry Here is the link I forgot to put it in on my last post
>
>
> http://na.unep.net/Luke/map/
>
>
>
>
>
>
> Here is a test url. Please keep in mind I know there is some graphical 
> stuff wrong and the print has some minor issues, but the two layers 
> that are set up to be tiled are Countries and Major Lakes.
> Also if anybody is interested you can see the hide and show feature I 
> have added to map builder. If you zoom in a couple of zoom levels you 
> will see the layer Cities appear in the menu on the right and 
> dissapear as you zoom back out.
> Any help with the tile caching is greatly appreciated.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to