Unwanted CSS Menu Outlines

I’m a complete newbie using Freeway Express. I’ve set up a CSS Menu but when I publish, some (not all) of the menu items show up with a jagged white outline. Any ideas?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi W

It would help if you can post this page online somewhere that we can see it.

Please make your FW code more readable and we might be able to see where the problem lies

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you’re using Firefox to view your published pages, this may be the case. If you goto “Page” >“HTML Markup” and Before add:

<style type="text/css">
    a { outline: none }
</style>

That should get rid of your link outlines if you’re using Firefox and Express on that specific page.

If not then we’ll need a link. as David suggested.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options