473,795 Members | 2,986 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Position of links in page header in relation with themes

WT
Hello,

My web application uses themes, selecting a theme from codebind for current
page object.
Each theme includes several css files.
And I also add some specific javascript from codebehind as links in the
header object.
Using VS2008, framework 3.5, C#.

I need to set conditional statements in the header section of page to
correct IE css bugs, something like

<head>
<link rel="stylesheet " type="text/css" href="myprimary .css" />
<!--[if IE]>
<link rel="stylesheet " type="text/css" href="myiehacks .css" />
<![endif]-->
<!--[if lte IE 6]>
<script type="text/javascript" src="myiescript s.js"></script>
<![endif]-->
<!--[if lt IE 6]>
<link rel="stylesheet " type="text/css" href="myiehacks-5.5.css" />
<![endif]-->
</head>

and these statements need to be after the global css installed by themes,
how to do this in a declarative way or/and in codebehind ?
What is the rule for css added by themes: do they come before or after
declaratives elements already in <head?
And what about thoses added during OnPreRender in the header object of the
page ?

Thanks for help.

CS

Nov 4 '08 #1
1 1740
the theme css link will be rendered after all other content in the header,
too late for you. you can either include your own themed link (via codebehind
and a placeholder), or place your ie hacks after the <head>
-- bruce (sqlwork.com)
"WT" wrote:
Hello,

My web application uses themes, selecting a theme from codebind for current
page object.
Each theme includes several css files.
And I also add some specific javascript from codebehind as links in the
header object.
Using VS2008, framework 3.5, C#.

I need to set conditional statements in the header section of page to
correct IE css bugs, something like

<head>
<link rel="stylesheet " type="text/css" href="myprimary .css" />
<!--[if IE]>
<link rel="stylesheet " type="text/css" href="myiehacks .css" />
<![endif]-->
<!--[if lte IE 6]>
<script type="text/javascript" src="myiescript s.js"></script>
<![endif]-->
<!--[if lt IE 6]>
<link rel="stylesheet " type="text/css" href="myiehacks-5.5.css" />
<![endif]-->
</head>

and these statements need to be after the global css installed by themes,
how to do this in a declarative way or/and in codebehind ?
What is the rule for css added by themes: do they come before or after
declaratives elements already in <head?
And what about thoses added during OnPreRender in the header object of the
page ?

Thanks for help.

CS
Nov 4 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3508
by: Hans-Michael Rupp | last post by:
Hallo! How can find out the postion of a node with a particular content in the nodeset WITHOUT being in the context? I would like have something like <xsl:variable name="position" select="position(/foo/bar)"> of course position() does not work this way. Is there another way to solve this?
1
1715
by: HolyCow | last post by:
I've laid out a web page, and it looks exactly how I like it. But I want it to behave well should the user decide to increment the size of the text. The layout is basically a solid colored bar down the left margin, a logo across the top of the page, a box that contains a table of text on the left side of the page, a box containing text on the right side of the page, and then a footer containing links. When I increment the text size...
4
5304
by: Matt | last post by:
When the user resize the browser, the "Frequently Used Link" and "Table 1" and "Table 2" will shift to the left hand side, but table position is unchanged. I really have no idea how to fix that. I don't know what's the correct approach, I just try in different figures manually. Please advise. Thanks!! --------------------- test.html ------------------------------
5
8278
by: Steve Crawford | last post by:
This morning I got bitten by the "SELECT INTO" / "CREATE TABLE AS" from tables without OIDs bug in 7.4.1. Postmaster killed all the backends and restarted - pg was down for 2 seconds. This happened two times within a few minute period. Now I am getting 'invalid page header in block 52979 of relation "pg_attribute"' errors in the postgresql log file. I cannot reindex
2
2402
by: Eric Lindsay | last post by:
I have been trying to do a CSS liquid layout imitating a frame, using position: fixed for header, footer, and side navigation, and a fixed background image. Page is valid HTML 4.01 Strict, and is at http://www.ericlindsay.com/palmtop/palmnote.htm and the CSS is valid (with colour warnings but no errors) at http://www.ericlindsay.com/palmtop/palmtoptest.css All the other pages in that directory use my four year old stylesheet (so don't...
5
15031
by: samuelberthelot | last post by:
Hi, I get this exception when I use a themed css file. In my web.config file I have: <pages theme="dRise"> and the trouble page is a master page : <% Response.Write(Header)%> <form id="form1" runat="server"> <div class="FormContent">
5
2272
by: Roderik | last post by:
Hi, My logo images are positioned some more to the right in IE6 than in FF1.5. I like them to be as shown in FF1.5. Does anyone have a clue, why they are positioned differently in IE? Problem description and example can be found at: http://www.kinderuitje.nl/problem.html Thx
2
4252
by: Dale | last post by:
This seems like it should be simple and I am pretty sure I've done similar things a hundred times before but I sure can't seem to get it right this time. I have a GridView with a column of text boxes. If I want to position an image over the GridView just below, for instance, the textbox in row 4 of the GridView. I don't care that it covers the other textboxes. I am successfully obtaining the textbox and the image objects in client-side...
4
5868
by: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= | last post by:
Hi; It's there but I don't see anywhere that I actually tell my pages to include default.css from my theme? And how can I add a second css file from my theme to a specific page? -- thanks - dave david_at_windward_dot_net
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6783
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.