Ken,

If you think it's CSS related then disable your custom CSS.

If you call your custom CSS through the GUI - Site Settings->Look and 
Feel->Master Page - clerar that flag. If you call it in your mastr page through 
PlaceHolderAdditionalPageHead then it will get called BEFORE 
<Sharepoint:csslink runat="server"/> irrespective of placement. Clear it.

Question: can you see the selection checkbox column in the All Pictures view of 
your Picture Library? If so, then it would seem the necessary JavaScript is 
getting called and you have the requisite placeholders.

Also, have you tested in Firefox or any other browser?

The slide show controls are rendered as a series of hyperlinked images within a 
table cell (see below) so I find it highly unlikely this has anything to do 
with your CSS.

<TD>
<A onclick="StartSlideShow(); return false;" 
href="javascript:StartSlideShow()"><IMG id="playButton" 
onmouseover="HiliteButton()" style="CURSOR: hand; POSITION: relative" 
onmouseout="DemoteButton()" height="23" alt="Play" 
src="http://intranet.ceosyd.catholic.edu.au/_layouts/images/plplay1.gif"; 
border="0" /></A>
...
</TD>

If you open up Forms/Slidshow.aspx (sic) you'll see that all the action for 
this gets called at the end of the page only if LibJSSLoaded is true.

<TR height=100% id=SlideShow_Content_Row>
  <TD colspan=2>
    <script language="Javascript">if (IsImgLibJssLoaded()) 
SlideShowContent();</script>
  </TD>
</TR>

View the page's active source (static source is not sufficient) using the IE 
Developer toolbar and see what's being rendered within that table cell. If 
nothing, then you're missing a dependency.

HTH,

Paul

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Segoro
Sent: Monday, 17 November 2008 4:46 PM
To: listserver@ozMOSS.com
Subject: RE: [OzMOSS] RE: [listserver] (No Subject)

Okay.

Hm...let's use Reflector to see what that Apply CSS does to your site. I'm 
afraid it's setting up a particular property that is used by your page/control 
that then causes problems with the picture library web-part.

Have you checked that the styles in your custom style sheet are custom (ie. 
you're not overriding OOTB classes)? And if you are overriding any OOTB class, 
have you checked that you haven't set the visibility into hidden? Setting a 
control into hidden mode will only cause problem because the HTML ID may be 
used/referenced by other controls.

Apart from that I can't think of anything else of why this problem occurs. I 
always do branding and never had this problem before.

Cheers,
Tommy

________________________________
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of ken zheng [EMAIL 
PROTECTED]
Sent: Monday, 17 November 2008 2:40 PM
To: listserver@ozmoss.com
Subject: RE: [OzMOSS] RE: [listserver] (No Subject)
Tommy:

The page still contains core.css and customized css

<link rel="stylesheet" type="text/css" 
href="/_layouts/1033/styles/core.css?rev=5msmprmeONfN6lJ3wtbAlA%3D%3D"/>
<link rel="stylesheet" type="text/css" 
href="/_layouts/1033/Styles/custom_white.css"/>

Ken
________________________________

From: [EMAIL PROTECTED]
To: listserver@ozMOSS.com
Date: Mon, 17 Nov 2008 14:29:18 +0900
Subject: RE: [OzMOSS] RE: [listserver] (No Subject)

OK I'm afraid that since it's a .NET control it will render a different text if 
you set the master page using GUI if you know what I mean. Since now you switch 
the master page then that control will render your custom CSS but not the 
CORE.CSS. The best way to check what's renderd is by go to browser -> View 
Source then you can see if CORE.CSS is still referenced by your page.

I personally wouldn't recommend you doing it. I will normally have another 
reference on my master page to go to my custom CSS and I will you master page 
switcher instead of CSS switcher.

Cheers,
Tommy

________________________________
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of ken zheng [EMAIL 
PROTECTED]
Sent: Monday, 17 November 2008 2:24 PM
To: listserver@ozmoss.com
Subject: RE: [OzMOSS] RE: [listserver] (No Subject)
Hi Tommy:

  We actualy select customized css from
"Specify a CSS file to be used by this publishing site and all sites that 
inherit from it", but in the master page we do have "<SharePoint:CssLink 
runat="server"/>" in the HEAD

Cheers

Ken

________________________________

From: [EMAIL PROTECTED]
To: listserver@ozMOSS.com
Date: Mon, 17 Nov 2008 16:10:26 +1100
Subject: [OzMOSS] RE: [listserver] (No Subject)

Tommy that's a good point which not a lot of people realise.

They don't call them cascading stylesheets for nothing. :)

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy Segoro
Sent: Monday, 17 November 2008 3:40 PM
To: listserver@ozMOSS.com
Subject: [OzMOSS] RE: [listserver] (No Subject)

Do you still reference the CORE.CSS or do you completely remove it from the 
<HEAD> tag? You should put your custom CSS after the CORE.CSS.

eg
<HEAD>
   <Sharepoint:CssLink ID="CssLink1" runat="server"/>
   <link rel="stylesheet" href="/mycustomcss.css" />

Something like that.

This way you will not remove the needed CSS classes from CORE.CSS. You can also 
override OOTB CSS class names in your custom CSS.

Tommy

________________________________
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of ken zheng [EMAIL 
PROTECTED]
Sent: Monday, 17 November 2008 1:32 PM
To: listserver@ozmoss.com
Subject: [listserver] (No Subject)
Hi Guys:

   The SharePoint site does not display the buttons on the slideshow popup 
window that displays when you the picture library and select View Slide Show 
from the actions menu. I know the issue is caused by my customized styles 
sheet. after i reset back the styles sheets to default CORE.CSS, it works.

So anybody knows where should I notice in css file?

Cheers

Ken ------------------------------------------------------------------- 
OzMOSS.com - to unsubscribe from this list, send a message back to the list 
with 'unsubscribe' as the subject.
Powered by mailenable.com
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com 
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com 
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com
------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com



------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.

Powered by mailenable.com

Reply via email to