links to gif images point to old location in dd.css and dd_after.css

e.g.:
line 77: background:transparent url(../images/msDropDown.gif) no-repeat;
line 85: background:transparent url(../images/icon-arrow.gif)
line 133: background-image:url(../icons/sprite.gif);

images and icons folder no longer exist.

This is causing some w3c errors as shown in screenshot

CommentFileSizeAuthor
w3c_broken-links.png111.38 KBestepix
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

manfer’s picture

Version: 7.x-1.3 » 7.x-1.x-dev

Those css rules are not being used so those image files are never requested by the browser and if you inspect the loading with for example firebug you won't see any 404 not found error. The rules are part of the alternative skin available in ms-dropdown javascript library and is why have not been deleted from the css files though they are not used.

I will solve this in dev release in case someone wants to avoid that warning when checking in a CSS validation service. Besides adding the files will allow to have a second skin if in a future release a skin property is added to language dropdown switcher.

Thanks for the report.

manfer’s picture

Status: Active » Fixed

Fix pushed to 7.x-1.x development version

manfer’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev

Fix applied to 6.x-1.x version too and pushed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.