I have menu on a page and div that is absolute positioned. The problem is that when this div is on a page, then I cannot click on any links in menu items.
When I re
Your problem is actually with #left_border covering the links as overlay. limit it's width.. e.g.
#left_border{ width:50px; }