Closed (fixed)
Project:
Danland
Version:
7.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2011 at 15:01 UTC
Updated:
4 May 2011 at 10:23 UTC
I have a problem with the superfish menu.
There are 5 categories, with only 1 having some childs. This one is pushing to the right the rest of the categories on mouse over. I tried everything with css, I thought the correct property was :
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em;
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
but nothing happens when I'm changing this...
Here is a link of the site : new.artecniko.gr
Comments
Comment #1
aconcept commentedComment #2
aconcept commentedsolved. I wish I could explain the whole css that made the problem but I'm not sure... :P
Comment #3
aconcept commented