Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CSS Help - Please
I have builing a fancy CSS Image Map for a phone keypad. Here is the link to the file: http://server.skoap.com/SkoapFrontPage/front.html
I have not testing this in IE on windows yet, so if anyone could, that would be great, but I have the following problem.
The links of the left-most column (1, 4, 7, *) all span all the way from the left of the white box. I don't want it to do this. I only want the link to start from the edge of the button.
If anyone could help, that would be great.
Here is a link to the CSS file for the navigation: http://server.skoap.com/SkoapFrontPage/style.css
0
This discussion has been closed.
Comments
You could slice main.jpg in three: the top left of the cancel button being at the edge of a left + top right + bottom right images. Substract the width of the left image to the CSS values and the new left of your links will be where you want it to be.
But I would strongly suggest you to use the true image map (and area) with alts (an example in Starbucks menu (I wonder why they didn't use ul/li-based menus but still, their implementation of map/area is technically OK).