Annoying Background-Position problem
-
This is what it looks like:
!http://i53.tinypic.com/2883xms.png(Click here to view the image)!I'd like the magnifying glass image to be on relative position 5,5 on the control. Nothing i do works. you can only use "top/left/bottom/right" with the "background-position". If I specify numbers, it's always "top center". Am I missing something?
Here's my stylesheet:
@QLineEdit#SearchBarEditBox {
background: white;
background-image: url(:/images/magnifyingGlass.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}@