Revision: 35
Author: cphillip
Date: 2006-04-01 16:15:05 -0800 (Sat, 01 Apr 2006)
ViewCVS: http://svn.sourceforge.net/wnmap/?rev=35&view=rev
Log Message:
-----------
Fix a bug in displaying map point-to-point links in IE by satisfying a VML
requirement. Drew from Alameda Wireless found this problem and subsequently
gave a fix.
* index.php:
Specify the VML style behaviour to get links to work properly in IE.
Modified Paths:
--------------
trunk/src/web/index.php
Modified: trunk/src/web/index.php
===================================================================
--- trunk/src/web/index.php 2006-03-31 19:39:50 UTC (rev 34)
+++ trunk/src/web/index.php 2006-04-02 00:15:05 UTC (rev 35)
@@ -37,6 +37,7 @@
<title><? echo SITE_TITLE; ?></title>
+ <style type="text/css">v\:* {behavior:url(#default#VML);}</style>
<link rel="stylesheet" href="themes/<?=THEME_NAME?>/theme.css" type="text/css" media="screen" title="Right sidebar - Blue/Gray" />
<link rel="alternate stylesheet" href="themes/rightsidebar.css" type="text/css" media="screen" title="Right sidebar - No Theme"/>
</head>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|