Browse by Tags

Related Posts

  • ASP Label control render problem to Firefox

    Hi, I've setup a theme and in it have a couple of different label controls. e.g. < asp : Label Runat ="server" font-names ="verdana" width ="100px" skinid ="rs100" cssclass ="rightalign"/> and a CSS of .rightalign { text-align : right ;} so...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by avida on 09-12-2006, 12:00 AM
    Filed under: CSS, Theme, asp.net 2.0, Label
  • Re: BC30456: 'Theme' is not a member of 'ASP.default_aspx'.

    I receive the same error periodically. I Clean the Solution then Build and it works fine. It happens once to twice a day if I am developing all day and rebuilding. I have not changed the name of file I receive the error on. I have the Theme and StyleSheetTheme being defined in the web.config file in...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by cgraving on 10-06-2006, 12:00 AM
    Filed under: CSS, Theme, asp.net 2.0
  • Adding CssClass attribute to ContentPlaceHolder

    It seems I can't add a CssClass attribute in the tag of a Content placeholder on my Master Page, eg: < asp:ContentPlaceHolder ID= "ContentPlaceHolder1" runat= "server" CssClass= "myclass" > </ asp:ContentPlaceHolder > gives "Attribute CssClass is not...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by kreid on 10-29-2006, 12:00 AM
    Filed under: CSS, Theme, master, masterPage, masterPage pages, master pages, Theme MasterPage "Cascading Style Sheets (CSS)"
  • Theme not working on unsecured page

    Hello, I am having a problem with adding a theme to my site. Everything is fine, except that the Theme/css appears to be ignored on the unsecured pages - e.g.: the Login page, the Forgot Password Page. When I log in, these pages are Themed correctly; but if the current user is not authorise, they are...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by kreid on 11-22-2006, 12:00 AM
    Filed under: CSS, Theme, Theme MasterPage "Cascading Style Sheets (CSS)", Stylesheets, Themes, Authentication
  • [css] Media-tags for dynamicly included css

    Hi, I want to have a different css file for printing the pages. So I've added a css link to the masterpage, with the media="print" tag. The problem is that the css files included through themes don't have this tag (media="screen"). And since they don't have a media-tag, they are all included when printing...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Cryothic on 03-02-2007, 12:00 AM
    Filed under: CSS, Theme
  • Re: Css class for a specific control type in css file

    You might want to investigate using Theme and Skin for that purpose. First, create a css class for your Gridview control. Create a Skin for your gridview control and set the cssclass attribute to the css class you have created. http://msdn2.microsoft.com/en-us/library/ykzx33wh(VS.80).aspx
    Posted to Master Pages, Themes and Navigation Controls (Forum) by himawari on 04-04-2007, 12:00 AM
    Filed under: CSS, Theme, Skin
  • Skin vs CSS

    Hi guys, For formatting and styling my GridView control and DetailsView, should I use Skin in theme or a css file. I was looking around there is a ASP.NET CSS Adaptor or you can use skin. I create a skin for my GridViews, but is there any difference in which to use ... ? Thanks 4 ur help in advance,...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by Mehdi6002 on 04-25-2007, 12:00 AM
    Filed under: CSS, theme, css style stylesheet, Skin, GridViewiew Format
  • Collapsible navigation menu that expands from the middle left of the browser window

    Hi everyone, I have been stuck on this problem for a while now and your help would be more than welcome. It involves div layers and CSS positioning. Here is the code I have in my masterPage: <div id="leftPanelAbsoluteContainer"> <div id="leftPanelFloatContainer"> <div id="leftPanel">...
    Posted to Client Side Web Development (Forum) by Nicolas054 on 05-05-2007, 12:00 AM
    Filed under: CSS, Theme, Theme MasterPage "Cascading Style Sheets (CSS)", Div, Skins Themes CSS Cascading Style Sheets Design Flaws Work Arounds, Stylesheets, Themes, CSS Themes Cascading Style Sheets ASP.NET 2.0 Cascades Load Order, navigation, Menu Css Control Adapter, Master pages menu webcontrol, ASP.net 2.0 Master page Menu SiteMapProvider, master page navigation, css class ID, CSS files, asp.net 2.0.net theme theming custom engine, themes css, asp 2.0 global themes, CSS layout, MasterPage CSS, Page Theme, content control, Custom Http Handler Themes Style Sheets
  • CSS StyleSheet in Theme not applied to 1 page out of 40 in site

    I have a strange situation with *1* content page in a site where it's not receiving the <link href... stylesheet....> tag at runtime from the Theme. Background: 1 MasterPage that every page in the site uses. 1 Theme (with only 1 css sheet) specified via < pages styleSheetTheme = "myTheme " >...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by kenneth.scott on 05-08-2007, 12:00 AM
    Filed under: .Net 2.0, CSS, theme, User Interface Design, themes, css style stylesheet, .ASPX
  • Re: Is this possible with themes?

    If you page semantic is pretty much the same, it can be achieved by using CSS and StyleSheetTheme. You will need to create 2 different CSS with different positioning and apply the styles to your CSS. http://quickstarts.asp.net/QuickStartv20/aspnet/doc/themes/stylesheettheme.aspx For instance, you can...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by himawari on 05-15-2007, 12:00 AM
    Filed under: CSS, Theme, stylesheettheme
Page 1 of 2 (16 items) 1 2 Next >