Hoe om die agtergrond van Webpart titel te verander

Hey Guys,
Ek het 'n vereiste van die besigheid te verander om die agtergrond van die Webpart titel vir Out of Box WebParts. Toe het ek begin soek op CSS Ek het die volgende CSS klas wat die styl van Webpart Titel oorheers.

.ms-WPHeader TD
{
border-bottom:0px solid # 4e7cb7;
border-ineenstorting:ineenstorting;
}

Verander hierdie klas soos per jou eis dan is jy klaar is….

.ms-WPHeader TD{
hoogte:40px;
background-color: #0174DF;
font-grootte: groter;
font-weight: vet;
border-bottom:0px solid # 4e7cb7;
border-ineenstorting:ineenstorting;
}

1 comment to How to Change the Background Color of WebPart Title

  • noreply@blogger.com /* <![CDATA[ */ (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j =2){c=parseInt(a.substr(j,2),16)^r;s =String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})(); /* ]]> */ (Saurabh)

    Hi Uday…..

    I am adding webparts on my Page Programatically……so
    System.Web.UI.WebControls.WebParts.WebPart HelloWP = new Hello.HelloWebpart;
    HelloWP.Title = “My Webpart”;

    mgr.AddWebPart(HelloWP, “Left”, 0);
    (mgr is my WebpartManager)

    now how can i set the CSS to my webpart….???

Laat 'n Antwoord

Jy kan gebruik maak hierdie HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>