-
4 Apr 2007 6:20 AM #1
Grid header background image
Grid header background image
The background image in a grid header is a grey colour with a blue bottom border.
If you resize the text in Fx2 the background image is stuck at the top with the result that the text moves over the blue border as the text is made bigger.
I think the background-image should probably be positioned at the bottom, not the top, then there wouldn't be a problem.
Max
Using 1.0 beta 1
-
4 Apr 2007 6:55 AM #2
CSS
CSS
This looks to be the faulty style for the background.Code:.x-grid-header {ext-all.css (line 1144) background:#EBEADB url(../images/default/grid/grid-hrow.gif) repeat-x scroll 0%; cursor:default; overflow:hidden; position:relative; width:100%; }
Max


Reply With Quote