Antony Tennant wrote:
... There is a design requirement to have an arrow at the left of a link. I have tried to do this using css to add a background image to the link rather than having an image hard coded before each link. I have encountered a problem as illustrated at http://www31.brinkster.com/atennant/mac_arrow.html
(ignore the banner stuff as this is a free hosting site)
On a Mac OSX IE, additional arrows are shown when the link wraps on to additional lines. I have been able to avoid this happening if I use list items <li> however I dont want to be placing single list items in different areas of the page. I could put a browser hack in the css so I dont have an arrow on Macs, again I would like to avoid this if possible

Two solutions:
1) hide from MAC IE (radpidly declining market share) with this hack:
http://www.sam-i-am.com/work/sandbox/css/mac_ie5_hack.html

2) code the image into the html (yes I know, you want to avoid this)

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to