Content deleted Content added
Image broken |
CBDunkerson (talk | contribs) →Image broken: Fix installed |
||
Line 12:
The header overlays the image in these templates. Is this an issue of this template or of Monobook? [[User:Kusma|Kusma]] [[User_talk:Kusma|(討論)]] 15:51, 21 June 2006 (UTC)
:The root problem is in [[MediaWiki:Monobook.css]]. The 'NavHead' class is defined there as 'position: relative', while the image and other elements default to 'position: static'. On the other language versions of the NavHead class this 'position: relative' line is not included. I'm not sure why it is used here so I adjusted just this template to get around it by adding a 'position: relative' style to NavPic as well and setting it's z-index (order of what gets displayed first in overlaps) higher. --[[User talk:CBDunkerson|CBD]] 12:38, 22 June 2006 (UTC)
|