Link to home
Start Free TrialLog in
Avatar of eric07
eric07

asked on

Problem with position an image?

I have this image that I position for image mapping and it looks great on IE but when I run it on Netscape the page gets messed up because the 3_montage.gif files get set on the wrong position.  Is there a reason or a fix so that both behave the same?

Thanks                              <IMG border=0 isMap src ="images/3_montage.gif"
                               style ="LEFT: 180px; POSITION: absolute;
                               TOP:130px" useMap=#mainImage
                              >
                      
                              <MAP NAME="mainImage">
                                    <AREA SHAPE="RECT" COORDS="210,68,400,100" HREF="custmer.html" NAME = "crmflip" OnMouseOver="imageMapPosition(1, 1)" OnMouseOut="imageMapPosition(1, 0)">
                                    <AREA SHAPE="RECT" COORDS="235,110,360,140" HREF="salesmark.html" NAME = "smrkflip" OnMouseOver="imageMapPosition(2, 1)" OnMouseOut="imageMapPosition(2, 0)">
                                    <AREA SHAPE="RECT" COORDS="245,145,360,160" HREF="ccenter.html" NAME = "ccenterflip" OnMouseOver="imageMapPosition(3, 1)" OnMouseOut="imageMapPosition(3, 0)">
                                    <AREA SHAPE="RECT" COORDS="245,185,360,200" HREF="financials.html" NAME = "finflip" OnMouseOver="imageMapPosition(4, 1)" OnMouseOut="imageMapPosition(4, 0)">
                                    <AREA SHAPE="RECT" COORDS="235,220,360,245" HREF="busintel.html" NAME = "busnflip" OnMouseOver="imageMapPosition(5, 1)" OnMouseOut="imageMapPosition(5, 0)">
                                    <AREA SHAPE="RECT" COORDS="205,260,365,285" HREF="custmserv.html" NAME = "custmservflip" OnMouseOver="imageMapPosition(6, 1)" OnMouseOut="imageMapPosition(6, 0)">
                                    <AREA SHAPE="RECT" COORDS="110,290,330,320" HREF="enterprise.html" NAME = "entrflip" OnMouseOver="imageMapPosition(7, 1)" OnMouseOut="imageMapPosition(7, 0)">
                              </MAP>

                              <IMG  border=0 name=crmflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >
                              <IMG  border=0 name=smrkflip src="images/blank_text.gif" style="LEFT: 180px; POSITION: absolute; TOP: 192px">                  
                              <IMG  border=0 name=ccenterflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >            
                              <IMG  border=0 name=finflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >            
                              <IMG  border=0 name=busnflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >                                    
                              <IMG  border=0 name=custmservflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >                                                            
                              <IMG  border=0 name=entrflip src="images/blank_text.gif"       style    ="LEFT: 180px; POSITION: absolute; TOP: 192px" >
                              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                                                                        
ASKER CERTIFIED SOLUTION
Avatar of oubelkas
oubelkas

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of messentary
messentary

give it to oubelkas.  he/she nailed it for you.
Hahaha, messentary, you can say he.....

;-)

J.


Avatar of eric07

ASKER

Thank you for the answer
Your welcome ;-)

J.