|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Image map problem in Firefox...
I'm creating a page but I'm having problems with the layout when I add image maps... the page layout loads correctly in IE but not Firefox... the two images should be beside each other, but once I make the image maps the images then go onto separate lines, one above the other...
below is the code that I have for the image map... ================================================= <body> <div align="center"> <p><img src="takkidotcom.png" width="700" height="300" /></p> <img src="postit.png" alt="portfolio" width="257" height="253" border="0" align="middle" usemap="#Map" /> <map name="Map" id="Map"> <area shape="poly" coords="4,192,197,234,246,52,57,7" href="#" /> </map><img src="myspace_logo.png" alt="myspace" width="308" height="367" border="0" align="middle" /></div> </body> ================================================= its driving me mad...! any help would be great... |
|
#2
|
|||
|
|||
|
I have the same problem, you could paste the image's together and make it one map, but that's not a decent solution.
anyone else? |
|
#3
|
|||
|
|||
|
hi... I got it sorted...
I moved the image map code up to just after the body tag starts... and then another problem came about... Dreamweaver CS3 was actually changing the dimensions of the image for some weird reason (must be a bug)... so check your dimensions after changing your code... hope this helps... |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Image map problem in Firefox... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|