css

What are pros and cons to use vendor-specific extesions , which are not included in W3C specifications?

I edited my question What is a vendor specific extension? A vendor specific extensions can start with a “-” (dash) or a “_” (underscore), usually followed by an abbreviation of the company or the browser project the extension is specific for, f.i. “-moz-” for Mozilla browsers, or “-webkit-” for WebKit based browser...

How to make sliding picture/frame ?

I want to make something like - (See under "Applications You May Like") http://www.facebook.com/apps/directory.php When you click on right button - you get a sliding appearance of applications moving. How do you do it ? Any reference ? ...

How to give style to iframed page content using parent pages css ?

How to style iframed page's content using parent pages css ? I don't have access of iframed page? i made thisfor example - http://jsbin.com/uxobe how to style differently HTML of the page which i'm using in iframe? Is therey a way to style like this through css or js+css ? http://siteurl { background:red} ...

Adding custom class to every widgets in wordpress, what's your approach?

Hi, I'm creating a theme for wordpress and I am having problem implementing image replacement on headers on my widgets. How do you I add a custom class or id to wrap my widgets? for example HTML: <div id="sidebar"> <div id="customWidgetId"> <h2>This Title will be replace by an Image</h2> <p>Wordpress 'Text' Widget cont...

Horizontal scrol bar for a div

Hai, I have a div with fixed height and width, lets say i have width:400px; and height:200px; for a div. How to bring the horizontal scroll bar for this div ...

GWT 2.0 Themes?

The default GWT themes are hideous. Does anyone know where a developer can find prepackaged themes that one can just 'drop' into an app and make the app look beautiful? Even worse, GWT 2.0's new Layout widgets do not have any visual styling or themes. Thanks, JP ...

TDs background color not visible in print preview

Hi, I have td like this: <td align="left" bgcolor="#FF0000"> In browsers, there is a red background color applied to it but when i see print preview of this, there is no red color in the background. also the font color is white but it also gets converted to white when print previewing it. Anyone knows what can be the reason? Thanks...

css grid system where column width is dynamically determined?

Hello, I have used 960gs to get a first version of some pages going (I am not the designer, but would like to have an approximate layout before handing it to one). It has helped me greatly, but now I am wondering if there is a CSS grid framework where the columns will expand/shrink to make use of all available space in the browser windo...

Is it wise to use a Fluid Layout?

Google Labs Browser Size I've always preferred fixed-width layouts over fluid-width layouts, one of the main reasons is that I'm able to better understand how the whole picture will be without having to worry about the screen resolution. But now the "picture" has changed, there is a high discrepancy between the lowest and highest res...

compressor for javascript and css

What compressor is the best for javascript and css minified ? I am using YUI compressor , now. Any other best than YUI compressor ? ...

moving image in a div by mouse draging and generating the css dynamically

Hi guys.. I want to implement an image/div drag functionality like the one in the tinymce, when the user click on the image, its border are selected and one can move the image/div around in the editor, and in the meanwhile it generate inline css as well.. Thanks... ...

Date Picker with Simple Javascript or Jquery

Hai, I have a form with multiple date fields, Can anyone suggest me simple date picker in jquery or in simple javascript? Note: My form contains multiple date fields ...

Split Div Into 2 Columns Using CSS

Hi Everyone: I have been attempting to split a div into two columns using CSS, but I have not managed to get it working yet. My basic structure is as follows: <div id="content"> <div id="left"> <div id="object1"></div> <div id="object2"></div> </div> <div id="right"> <div id="object3"></div> <div id="object4...

Another "is ASP.NET MVC right for me?" question

Here's my particular situation... I have a decent amount of experience with webforms, and I must say, a lot of it has been pretty frustrating. I like that there are lots of built-in controls, but then I discover that they don't quite do what I want, out of the box. I end up rolling my own controls (that inherit from the built-in control...

Drupal Theming - Background images without dimensional constraints

I 'm using zen as the basic theme to make a new theme for my site. The problem is i want background images for header and footer that are not getting displayed until i specify a height and width for them.Moreover, the height and width specified in the CSS inside the #header and #footer have to match the exact dimension of the original im...

styles are not inherited when content page is not in root folder but subfolder

Hi, I have a MasterPage at Rool level. I have a content page: login.aspx - inside a subfolder ~/members, now anything that has runat="server" inside masterpage is not inherting its styles in login.aspx page but if i put my login.aspx in root folder its working iv also tried to link the stylesheet in login.aspx page like this <l...

Problems with Forms and CSS

This is a follow up to this question. I've tried to come up with a solution that allowed me to have in-line labels in a multi-column form, by reading some of the answers provided in the question mentioned above I realized that it was much more simpler than I originally had though, this is my prototype: <!DOCTYPE html> <html xmlns="http:...

evenly spacing multiple line item text without using a table

Hello, I'm trying to create an unordered list of <a>text1 text2 text3</a> elements, with a while loop. This list is then styled using #sidebar li a in my CSS. My problem is that the text1, text2, text3 that is passed into each <a> element in my while loop can take on different lengths and I would like for them to be spaced equally l...

css 1, css 2, css 2.1 and css 3 , which css properties and selectors are different/new in each version?

css 1, css 2, css 2.1 and css 3 . which css properties and selectors are different in each version. i searched a google lot but haven't found any list? I need a list of properties of each version with differences. Edit: I found css 1 properties here : http://129.69.59.141/css1pqre.htm ...

Divs, absolute positioning, white space

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Susie Bush Photography</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="wrapper"> <div id="title"></...