Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Mega Menu Firefox Bug #495117

    Thanks, I got it. For the record, I fixed it by adding CSS styles directly in the description of the menu.

    The code I used to display the image in the first place is

    <img src="http://website.com/img.jpg" title="" alt="" />

    And I fixed the bug by using

    <img src="http://website.com/img.jpg" title="" alt="" style="max-width: 200px;" />

    It’s neither pretty nor perfect, but it works. Thanks for all your help!

    in reply to: Mega Menu Firefox Bug #493885

    Hi Basilis,

    Thanks for your reply, but your demo doesn’t seem to have an image in a mega menu.

Viewing 2 posts - 1 through 2 (of 2 total)