Text indent is not working in ie7

前端 未结 14 1752
礼貌的吻别
礼貌的吻别 2021-01-31 09:43

I am working on a website and on the top navigation bar there is a search box, I applied the following css on the search submit button

#submit {
   background:          


        
14条回答
  •  清歌不尽
    2021-01-31 10:20

    I just wanted to add for "others" (even though it not strictly related to the topic and not the ops problem).

    Please ensure you use a "px" for your value. i.e. -9999px not -9999.

    I've just spent 10 mins trying to debug why this didn't work. Staring at the value right in front of me.

    I've been doing alot of Silverlight lately and so my mind didn't flip over to CSS markup requirements fast enough. Grrr.

    You must include a unit of measurement.... or else it will just silently fail.

提交回复
热议问题