Not signed in (Sign In)

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

Categories

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

  1.  permalink
    Hi,

    I added a Div Tag with a background picture to my website. I want a hyperlink to that div tag and/or picture. I tried using Fireworks to add a hotspot but this does not seem to show when added to the site. It is probably really simple, but important!! Please help......
  2.  permalink
    #somediv {
    background: url(../images/someimage.jpg) no-repeat;
    display:block;
    width:100px;
    height:100px;
    }
    #somediv a{
    width:100px;
    height:100px;
    text-indent:-99999px;
    display:block;
    }

    <div id="somediv"><a href="?phpMyAdmin=4594f30712f4fabaff6997416810f3f2">Link</a></div>
    • CommentAuthorvarland
    • CommentTimeNov 21st 2007
     permalink

    You mean you want to jump right to that div from a link? In that case, give the div an id, and then use links like http://domain.com/index.php#div_id.

  3.  permalink
    Thanks folks - I will try that code, dmitryseliv.

    Varland - I wanted to jump from the div to a weblink.....

    Am off to fiddle with some code :)
  4.  permalink
    I need to have this window open as a pop-up - www.rathcairn.com/textservice.html. The link text from the main page is:

    <div align="right" class="style54"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="textservice.html?phpMyAdmin=4594f30712f4fabaff6997416810f3f2" class="style55" onClick="popUp('textservice.html','textservice','scrollbars=yes,resizable=yes,width=400,height=450')">Click Here</a></font></div>
    </div>

    ....but it is still opening as a full window. What am I doing wrong?

    Thanks,
    wildsaffy
Add your comments
    Username Password
  • Format comments as (Help)