Ask a Question related to Web Design, Design and Development.
-
slawek #1
Making stylesheets (CSS) with self-adjusting height
Hi i have following stylesheet:
..linklist
{
width: 100%;
font-size: 75%;
background: #EEEEEE;
margin: 5px;
height: 300px;
overflow: auto;
}
I want to display a container which is maimum 300px width - when there is
more content in it - it displays scrollbars, if there is less content in
it - it adjust that it has < 300px.
thanx for help excuse my poor english ;)
slawek Guest
-
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 =... -
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... -
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

