css

CSS: So... opacity attribute is not working in Internet Explorer right ?

Hi, I'm using opacity:0.4 property on a <div> element in my page. I've just realised now that it doesn't work in IE at all... the color of the background is completely opaque. Thanks. ...

The form moves when i select a date in a form. Is a CSS problem?

Hi, i have this page. When I choose a day instead of "Dia:" in "Fecha de nacimiento" the form moves a little (at least in Firefox/Ubuntu). Is a CSS problem? Regards Javi ...

use custom border.

is there any way to use custom border by css or can make by JavaScript or jquery. i want to use a different style of border. like we use border-style:dashed; ...

How is the div style from gmail-sent messages (gmail_quote) formatted in other mail clients?

I'm trying to format quoting of emails similar to gmail. I noticed that gmail formats the original message with a div that has a style class of gmail_quote. How do other mail clients pick up this style? Is it up to each of them to implement that on their own and display it properly? If so, is there a commonly understood (published) refer...

HTML, CSS..: different font size in buttons and selects than for plain text (at least in FF)

Hi, I have this rule: body { font-family: Arial,Helvetica,sans-serif; font-size: 12px } but i have different font size for the selects and the buttons then for plain text. What should i do if i want the same size for everything? Regards Javi ...

Text-indent is not working in safari firefox

Hi All, I m using a ruby code in select list i need 15px gap from left so i used a padding left="15px" its working fine in firefox but its not working ie and safari so i want to use text-indent ="15px" its working fine i safari and ie but not in firefox please any one help me to resolve this problem,, padding left is working fine in t...

auto resize text (font size) when resizing window?

Hi, I have been trying(in vain) to build a page whose elements would resize as I changed the window size. I have it working in css for images no problem, but I can't seem to accomplish the same for text, and I am not sure it is even possible in CSS. And I can't seem to find a jquery script that accomplishes this. When a user resizes the...

CSS of iFramed page not being applied properly

My company has purchased a third-party package with a built-in customer facing web portal, and I'm being tasked with integrating it into our site. Unfortunately, the web portal does not look great, and we have absolutely no control over how it looks (other than asking the vendor for changes - $$). In order to make it look somewhat like...

selected text background color.

when i use any site i see that selected text background color show blue or according our OS theme.can i change this selected text background color? ...

Triggering CSS :active selector for non-anchor elements

QUESTION: How do I trigger the :active state for non-anchor elements via JavaScript (jQuery)? While reviewing Section 5.11.3 of the W3C CSS2 specification in reference to :hover pseudo selector to see about triggering the activation of a , I came across the following which led me to believe it should be possible: "The :active pseu...

HTML5 translate relative to page

How can you apply a translate to an element but make it move to a point on the page rather than relative to itself? For example, in the code below the "card" elements will move 50, 100 relative to their starting position. What I want instead is for it to move to the center of the page. <html> <head> <style> .face { -webkit-backfac...

HTML5 or Flash?

I have to write a web application for a client soon. Looking at the specs, there is no reason why the project couldn't be an HTML5/CSS/Javascript project, but the client is arguing that it has to be Flash. The project has a number of dynamic elements and is web-based. It'll only be used in-house by a small number of people and all of th...

What are the default style property values in HTML?

Related: How can I locate the default style sheet for a browser? Most HTML elements have style properties associated with them such a "color", "font-size" and "padding". These style properties have default values. For example the "color" style property associated with the "a" (anchor) element seems to have a default value of "#00006...

CSS: draft different in ie7.

Hi, i have this page. login: [email protected] password: m In FF the personal data is between the photograp and "Amigos" but in IE7 not. Any idea? Regards Javi ...

make background-size work in IE?

I was wondering if there is any known way to make the css style background-size work in IE? ...

Birds on the trees in the background

How do these birds pop up behind the trees on the bottom? http://grabaperch.com/about Are they using css with php or what is it? ...

How should it work if I want a page to have a theme-roller (more or less like the jQuery themeroller)

The basic idea is to create a page that gives the user the ability to choose a skin or theme from a menu. When the user selects the desired skin/theme, it should be applied to the page, just like the jquery ui theme roller page. So, to be more precise, what I am trying to know is how to apply dynamically the style to a page - how to lo...

How do I change the radio button icon in extjs?

I have two Ext.menu.CheckItem's in a group. How would I change the checked item's disc icon to something else? I would like to retain the radio button functionality (only one selected), but have a check mark instead of the disc. var options = new Ext.Button({ allowDepress: false, menu: [ {checked:true,group:'labels',text...

CSS in Qt Creator

I can't find anything on this topic, is it possible to use CSS files in Qt or do I have to use setStyleSheet on every element I want to style? I can't say its very maintainable if I have to write all the styles in quotes. ...

Presentation Issue in an Unordered List

I'm having an issue with correctly presenting items in an unordered list. The labels are floating left and the related spans that are long in length are wrapping and showing below the label. I need a solution that keeps the related spans in their respective columns. In other words, I don't want long spans to show under the labels. Wh...