Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
comprug #1
Stylesheets and JS
I am trying to attach a style sheet sing JS, but it doesn't seem to work.
if (navigator.userAgent.indexOf ("MSIE")) {
(document.styleSheets.href = ("http://www.chefdusite.com/cnm.css"));
}Does anyone know what's wrong with this code?
comprug Guest
-
Using StyleManager on stylesheets
Can the StyleManager be used to change properties of specific components on a style sheet. For example StyleManager.styles.global.fontWeight =... -
Images and StyleSheets
Hello, I've designed a fairly CSS-intensive website for a client that is using Contribute 3 to keep content up-to-date. The problem that I'm... -
Lost stylesheets
This worked for me (in C3). You have to select 'Show only CSS styles included in this CSS file:', not 'Show all CSS styles'. -
css stylesheets
Hello everyone, I have following problem : I develop asp.Net Application using web controls. In each control I have a link to css stylesheet. If... -
ASP en stylesheets (maybe a little bit of toppic)
Hello, I am making a website where the user can choose a 'skin'. This works with asp en stylesheets. In the stylesheet, a number of tags are...



Reply With Quote

