4
votes
8answers
5k views
Will targeting IE8 with conditional comments work?
When IE8 is released, will the following code work to add a conditional stylesheet?
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="ie-8.0.css" />
<![ …
1
vote
4answers
539 views
Drupal - Zen Subtheme - Specify stylesheets for non-IE browsers
On Drupal 6 using a Zen subtheme, our custom stylesheet is beautiful and perfect everywhere except in ie7. Appears to be the :hover bug, where any link we hover over causes the mai …
1
vote
4answers
46 views
CSS [if IE7] in StyleSheet?
Can you define an [if IE7] in the actual stylesheet? Or must you do it in the html to pull a different SS?
Thanks! (Google isn't being kind to me =/)
0
votes
6answers
128 views
How to dynamically create CSS class in JavaScript and apply?
I need to create a CSS stylesheet class dynamically in JavaScript and assign it to some HTML elements like - div, table, span, tr, etc and to some controls like asp:Textbox, Dropdo …
0
votes
3answers
79 views
how to change the inline style of the page using jquery
I have an inline styles in my page as :
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>:: Inline Style Page ::</title> …
2
votes
4answers
780 views
Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css?
I'm looking for a more attractive alternative to the standard scaffold.css?
Has anyone come across a stylesheet that was specifically designed as a more attractive, less sparse a …
0
votes
1answer
50 views
Prevent Text Input expanding in IE
Hi,
I am having a problem with an input field in IE. The code is for a portlet and widths need to be dynamic as the user can place the portlet on any of the three columns in the …
0
votes
0answers
8 views
Can I configure Compass to output the CSS on a different drive?
Let's say that I have a Compass project on D:\Compass (this is where I keep my sources) and I want to output my generated stylesheets on E:\CSS, is that possible in any way? I trie …
2
votes
3answers
57 views
css div centering
I am trying to center a div button and its not working
here is the css
.game-actions{
margin-left:auto;
margin-right:auto;
}
.game-actions a.up {
display: block;
tex …
0
votes
4answers
33 views
XML, XML Stylesheets XQuery: book and development environment
I'm completely new to XML Schema, XML Stylesheets and XQuery.
To me, XML is just a text file just containing tags and values. I know that much, lol.
I just got a homework asking …
0
votes
5answers
59 views
Assign css to specific element
I have an <li> element on the page that I want to look a certain way. Changing the css affects all the <li> elements.
here is the element I want to change
<li>O …
0
votes
2answers
17 views
Apply StyleSheet to Textile with Redcloth?
How do you apply an external stylesheet to a textile document with Ruby's Redcloth, so that I can convert it to HTML and it will apply the styles?
I understand how to apply styles …
1
vote
5answers
1k views
Handling URLs inside a CSS in CakePHP
Heyall,
I am designing a website using CSS Files a lot, but I have several occurrences of background images, images for bullets in lists and I will probably find another need for …
1
vote
6answers
719 views
How can I disable inherited css styles?
So I am creating a container with rounded corners using the following method:
div.rounded {
background: #CFFEB6 url('tr.gif') no-repeat top right;
}
div.rounded div {
back …
6
votes
2answers
129 views
Flex External Stylesheet Conventions
I know that there are questions regarding this same topic, but for HTML. What are some good conventions in regards to using external stylesheets in a Flex app.? How would you bre …
