Re: [css-d] image map breaks in IE6/Win

2006-06-12 Thread Alex James
Jay wrote:
 New Nav Block as an image. I have the thing working in every browser
I've tested, *except* IE6/Win. http://www.jaykinney.com

Hello,

I got it working in IE doing the following: Added the image
'Catalogue-small'[1] to the background property of the linkblock ID.
Comment out the one in the page for now[2]. I haven't time to position
the ahref's but have left the background color 'on'[3] to give you a
visual representation in the browser so you can easily set the top and
left coordinates.

HTH,
Alex


[1] #linkblock {background: #DAC185 url(Catalogue-small.jpg) no-repeat 0
0;}

[2] !-- img src=Images/Catalogue-small.jpg width=168 height=216
alt=Clinic Directory /--

[3] #linkblock .index a { background-color: lime; top: 40px; left:10px;}
#linkblock .books a { background-color: purple; top: 57px; left:10px;}
#linkblock .readings a { background-color: red; top: 74px; left:10px;}
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] image map breaks in IE6/Win

2006-06-09 Thread Jay Kinney
Folks,

I've been refining my site, and added a new Nav Block as an image 
map, largely using techniques found in Any Budd's CSS Mastery book. I 
have the thing working in every browser I've tested, *except* 
IE6/Win. The hover boxes don't work there and neither do the links. 
Needless to say, this is frustrating.

Doing the Nav block as an image map was a solution to the list 
popping out of its div when larger type was chosen in browsers.

Perhaps someone with image map experience can look at my code and 
spot the problem.

http://www.jaykinney.com and
http://www.jaykinney.com/JKsite.css

The XHTML and CSS pass validation.

Many thanks.

Jay Kinney
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/