in

SharePoint University

Clean slate. Nothing but SharePoint.
All Tags » style (RSS)
Go, SharePoint!

Browse by Tags

  • Strange Dropdown-Menu

    Hello First of all, i'm a SharePoint beginner ^^ I have to fix several bugs in a custom edit form. As i tested a solution i found a strange dropdown-menu. It's a lookup from an other list and it works perfect, but the style and the position is strange: http://www.pictureupload.de/pictures/201108094027_bug...
    Posted to Customization and Design (Forum) by Vetsch on 11-20-2008
  • asp menu and quick launch

    I wanted to make some customizations so I used the asp menu and hooked it up to the quick lanuch data source. However, I can't get the static selected style to work (see below). Any ideas? here is the website address www.aspiranet.org Thanks, Kevin <asp:Menu runat="server" id="Menu1"...
    Posted to Customization and Design (Forum) by krinker on 08-04-2008
  • page width is too small to see all text

    Hi, There are a lot of sharepoint blog pages where the left / right part of the text is truncated. I experienced this in IE 6 as well as firefox 3. When looking at the html source, the full text is there, so I suppose this is due to a style problem. If I copy the text to another place, I get the full...
    Posted to Problem Reports (Forum) by pierre169518185 on 07-18-2008
  • Re: how to apply css to custom web part?

    All you need add a small code on the PreRender like: private void Style_PreRender(object sender, System.EventArgs e ) { RegisterClientStyleSheetFile("_WPR_/style.css"); } and on the constructor you need to add this.PreRender += new EventHandler(Style_PreRender); I hope it will help you, Roi...
    Posted to Customization and Design (Forum) by Roi Kolbinger on 07-08-2008
Page 1 of 1 (4 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!
Forum content (c) original posters. Everything else (c) 2008 SharePoint Experts, Inc.