 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
boomhowza
Joined: 01 Sep 2007 Posts: 1
|
Posted: Sat Sep 01, 2007 9:42 pm Position frame on a picture |
|
|
|
im making a simple website, with clean and easy code.
im having trouble with putting a frame on the picture.
As you can see below i have a position for the links, and the coordanates is of the pixels of the picture
i want the same thing to position the frame, (like 80x80px on the picture)
| Code: |
<html>
<head>
<title>The Urban Ninjaz!</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="#C6001D">
<map id="menulink" name="menulink">
<area shape="rect" coords="455,485,520,510" href="home.php" alt="Home">
<area shape="rect" coords="540,485,675,510" href="downloads.php" alt="Downloads">
<area shape="rect" coords="695,485,758,510" href="news.php" alt="News">
<area shape="rect" coords="465,515,540,540" href="links.php" alt="Links">
<area shape="rect" coords="555,515,650,540" href="forums/" target="_top" alt="Forums">
<area shape="rect" coords="670,515,750,540" href="about.php" alt="About">
</map>
<center>
<img src="images/background.gif" usemap="#menulink" width="800" height="570">
</center>
<iframe src="index.html" name="pages" border="0" width="388" height="418" scrolling="auto"></iframe>
</body>
</html> |
|
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8301 Location: Castle Pines North, CO USA
|
Posted: Mon Sep 03, 2007 7:26 am |
|
|
|
If you want the background.gif to be behind the iframe, consider putting the background.gif in a divide or table as a background image and put the iframe inside that divide / table.
_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|