English 中文(简体)
LAbel Control Top Border is Not Adjusting
原标题:LAbel Control Top Border is Not Adjusting
  • 时间:2012-01-16 07:17:42
  •  标签:
  • css

我的标签控制在塔贝尔囚室,而 h子则在上边或红色。 PRoblem是,上边界的浮雕像像在我带有怀疑的图像中一样,显示出距离的海滩边界。

enter image description here

如果有 你们看到,红边界并不像一块地板,也显示其顶上的空位。 我已作出很大努力来消除这一障碍,但我还是失败了。 任何人都帮助我使边界角落平等,黑空间也喜欢第二种形象。 简言之,我想要使边界像这种形象一样。

“entergraph

我的《手法》

#sddmCA div
{   position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #444444;
    border: 1px solid #959595;
    border-top-color:#464646;
    margin-top:1cm; 

这里的标签管制法

<ul id="sddmCA">
<asp:Label ID="CA"   runat="server" Font-Names="Arial" Font-Size="10pt" ForeColor="#CCCCCC" Style="margin-top:auto;" Height="100%" Text="Current Activities"         onmouseover="var b = ChangeColorCA();  hideshow(this);   this.style.cursor= pointer ; boldCA();    return b"                                     onmouseout="var b = mclosetime();   return b;" onclick="var a = mopen( m11 ); this.style.background= #464646 ; this.style.color= #FFFFFF ; this.style.borderBottomColor = #464646 ; this.style.borderRightColor = #464646 ; this.style.borderLeftColor = #464646 ;  return a"  ></asp:Label>&nbsp;&nbsp;
最佳回答

你们要么在非贫困状态下建立与被霸占的国家相同的黑色边界,要么使用一个盒子影(取决于你们选择支持的浏览器)。

#sddmCA div /*removed non-question related code*/
{   
    border: 1px solid #959595;
    border-top-color:#000000;
}

#sddmCA div:hover
{   
    border: 1px solid #959595;
    border-top-color:#464646;
}

这将使其保持与边界未改变其面积相同的地位。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签