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]: [EMAIL PROTECTED]: Mon, 17 Nov 2008 14:29:18 
+0900Subject: 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]: Monday, 17 November 2008 2:24 PMTo: [EMAIL PROTECTED]: 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]: [EMAIL PROTECTED]: Mon, 17 Nov 2008 16:10:26 
+1100Subject: [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. J 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tommy 
SegoroSent: Monday, 17 November 2008 3:40 PMTo: [EMAIL PROTECTED]: [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]: Monday, 17 November 2008 1:32 PMTo: [EMAIL PROTECTED]: [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

Reply via email to