Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorhebel
    • CommentTimeMay 12th 2007
     permalink
    Hello again,

    Well, I solved the problem of the js conflict with styleswitcher and live search box by changing to a php styleswitch but now I've discovered 2 big problems. The live search box is proving to be a headache and is now conflicting with two google search maps. I do appreciate it's a lot to ask for someone to help with both problems but if I don't find an answer I'll have to sacrifice either the search box or the google map and as I'm happy with my design it would be a real shame. I'll have to split the problem into two threads as its a long post.


    The first problem is below:

    ---Google Map------------------------------------------------------

    <script type="text/javascript" src="google_javascript/wagt_map_5.js">/*wagt*/</script>
    <script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">/*wagt*/</script>

    <div id="wagt_map_5" style="width: 450px; height: 300px;">
    </div>

    <script type="text/javascript" src="google_javascript/wagt_maps.js">/*wagt*/</script>


    ---LIVE SEARCH BOX------------------------------------------------

    <!-- Live Search -->
    <meta name="Search.WLSearchBox" content="1.1, en-GB" />
    <div id="WLSearchBoxDiv">
    <table cellpadding="0" cellspacing="0" style="width: 322px"><tr id="WLSearchBoxPlaceholder"><td style="width: 100%; border:solid 2px #4B7B9F;border-right-style: none;"><input id="WLSearchBoxInput" type="text" value="Loading..." disabled="disabled" style="padding:0;background-image: url(http://search.live.com/s/siteowner/searchbox_background.png);background-position: right;background-repeat: no-repeat;height: 16px; width: 100%; border:none 0 Transparent" /></td><td style="border:solid 2px #4B7B9F;"><input id="WLSearchBoxButton" type="image" src="http://search.live.com/s/siteowner/searchbutton_normal.png" align="absBottom" style="padding:0;border-style: none" /></td></tr></table>
    <script type="text/javascript" charset="utf-8">
    var WLSearchBoxConfiguration=
    {
    "global":{
    "serverDNS":"search.live.com",
    "market":"en-GB"
    },
    "appearance":{
    "autoHideTopControl":false,
    "width":600,
    "height":400,
    "theme":"Blue"
    },
    "scopes":[
    {
    "type":"web",
    "caption":"mysite",
    "searchParam":"site:www.mysite.com"
    }
    ,
    {
    "type":"web",
    "caption":"Web",
    "searchParam":""
    }
    ]
    }
    </script>
    <script type="text/javascript" charset="utf-8" src="http://search.live.com/bootstrap.js?market=en-GB&ServId=SearchBox&ServId=SearchBoxWeb&Callback=WLSearchBoxScriptReady"></script>
    </div>
    <!-- Live Search -->
Add your comments
    Username Password
  • Format comments as (Help)