Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Part Title Icon

Status
Not open for further replies.

stevent090805

Programmer
Joined
Aug 10, 2005
Messages
3
Location
GB
Hi all...

Could someone please tell me if it is possible to add an icon to the left hand side of a Web Part's title?

Thanks
 
Its possible, using css you can put an icon on the web part title however its gonna apply for all the webparts in the page or site, dependeding de level youre applying it. (page or theme)


.ms-WPTitle
{
padding-left: 25px;
background-image: url(/_layouts/images/gripgray.gif);
background-repeat: no-repeat;
background-position: left;
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top