Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Next time, please make your URL clickable: <a href="http://philippedecor.com/" rel="nofollow noreferrer">http://philippedecor.com/</a></p> <p>In Firefox, I also see a tiny bit of the background showing through the menu, <a href="http://farm3.static.flickr.com/2401/4514758240_5737f2b967_o.png" rel="nofollow noreferrer">as you can see</a>. Mousing over this thing triggers a mouseout event, closing the menu. In IE 7, I don't see the push-down effect, only the hiding of the menu under the Flash panel and everything below it.</p> <p>To prevent the menu pushing down other elements on your page, you should use <code>position: absolute</code> on <code>#downmenu</code> and probably incorporate it into the div containing "Main Categories" to position it in the right place. Use an appropiate <code>z-index</code> will likely prevent the drop down menu from popping under another div in IE (untested, as I don't have a debugging tool for IE at the university where I'm typing this message now).</p> <p>Furthermore, I think you shouldn't use two menus containing exactly the same content, that can be confusing to visitors of your site (actually, I didn't read your post well enough and moused over the left instance). Also, you shouldn't put text in images without providing alternate texts, screen readers and the like can't "see" it this way (preferably use a suitable <a href="http://css-tricks.com/css-image-replacement/" rel="nofollow noreferrer">image replacement technique</a>). And all those <code>&amp;nbsp;</code>s in the <code>li</code>s are totally unnecessary and not according to rules for semantic HTML; just use <code>padding</code> on them or something. By the way, you should make the rounded cursors of 'Main categories' transparent (now two little white corners are shown). Just my $ 0.02...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload