Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: jstrike

Search: Search took 0.00 seconds.

  1. Weird... as long as the only thing you apply it...

    Weird... as long as the only thing you apply it to is the icon it shouldn't give you troubles. It also depnds on your target browsers too... I'm not sure how Safari will respond to that code.
    ...
  2. If you strip the code down to the bare...

    If you strip the code down to the bare essentials, this is all you need.


    <html>
    <head>
    <title>Map Demo</title>
    <style>
    .pin {
    position: absolute;
    top: 423;
  3. Regular CSS should suffice. Set the z-index of...

    Regular CSS should suffice.
    Set the z-index of icon to something like 10 then use the positional attributes top and left to display the image where you want it.
    Attached is a very quick example,...
Results 1 to 3 of 3