CSS

There are 3 entries for the tag CSS

Why is my CSS not working...

So I had the recent privilege to work with a bunch of InputFormTextboxes and KWIZ Tagging Controls. None of them would inherit my styles using the CSSClass tags for some reason. So I shoved a couple spans around the controls in the RenderContents method and finally the links inherited everything I needed. Morale of the story: <span></span> is your friend. Technorati Tags: MOSS,SharePoint,CSS,Webparts...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, January 19, 2009 10:25 PM | Feedback (0)

Interesting SharePoint Fact for Last Week

So I promised you guys one interesting fact based on my dev experiences every week. I failed last week due to a ton of junk going on. Here it is: Open up an "EditForm.aspx" in SharePoint Designer Go to the Insert menu and click on the SharePoint Section and you will see Insert Custom List Form Field At this point you want to choose the list you are working with in the drop down and make sure the radio button for Edit Form is selected Switch to Split and highlight part of the form tables, notice you...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, November 10, 2008 5:40 PM | Feedback (0)

Hiding Buttons After Clicking Them and Showing a Progress Bar in AJAX

If you want to show the progress bar please refer back to this post on how to get an AJAX Progress Bar to work with SharePoint: http://www.mosslover.com/ar... For the next step you want to create a Javascript Function in your user control or web part that looks a little bit like this: <script type="javascript/text" > HideButtons() { var Button1 = <%= Button1.ClientID %>'; document.getElementbyId(But...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, April 30, 2008 8:20 PM | Feedback (0)

Copyright © MOSSLover

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski