css

Would it be quicker to make wordpress theme direct on FTP?

Would it be quicker to make wordpress theme direct on FTP? Because client want to see the progress and if I will work on local XAMPP then it would not be possible to update any changes quickly. How to setup theme development environment with any free and lightweight IDE for windows XP? ...

Two Column Theme, Help, to make both columns seperately Scrollable.

Hey, I am not sure what to do on this one, I'm not a programmer, but trying to learn CSS as this is how the theme I am using was coded in. I've gotten quite far on my own, but this one stumps me Its two column Theme... As far as I have been able to get, I can use the following: #left { width: 235px; padding: 10px; margin-lef...

Images not displaying if using file:///c:/

I am using jQuery and would like to display the images from my PC, rather than hosting them. I have the following: /* works fine: */ .ui-widget-header .ui-icon { background-image: url(images/ui-icons_2e83ff_256x240.png); } /* does not work: */ .ui-widget-header .ui-icon { background-image: url(file:///C:/ui-icons_2e83ff_256x240.pn...

Why insert static files ( css, images, js, ecc ) in a subdomain ?

Why so many big and little sites inserts static files ( css, images, js, ecc ) in a subdomain like media.example.com or s2.static.example.com ? What are the advantages ? Why not just a directory like example.com/media/ ? ...

JavaScript - Is it possible to get height from div in separate page?

Hi, I'm wondering, is it possible to collect the height of a specific div container from a separate page with JavaScript? I'm using jQuery btw and I'm in need of comparing heights of div containers. Edit: To clarify a bit more, I load content from a specific div in a separate page using jQuery. This content is faded into a different co...

Can I disable a CSS :hover effect via JavaScript?

I’m trying to prevent the browser from using the :hover effect of the CSS, via JavaScript. I have set the a and a:hover styles in my CSS, because I want a hover effect, if JS isn’t available. But if JS is available, I want to overwrite my CSS hover effect with a smoother one (using the jQuery color plugin for example.) I tried this: $...

page content not displayed in Explorer

The beginnings of a site here: http://qaa.miltonfame.org/ html and css pass validation tests Page displays fine in all Mac browsers I have tried (Safari, Firefox, Camino) Page displays fine in Windows 7 FireFox Nothing but background renders in Explorer 8 Windows 7 (and in other Explorer versions via screenshot services.) View Source sho...

CSS * {margin: 0;padding: 0;} override

Hey all, i am in need of some help with figuring out how to override the "* {margin: 0;padding: 0;}" in my css. The reason why is that i have this css: .postcomments { width: 547px; padding: 5px 5px 5px 5px; margin: 0 0 5px 0;} .postcomments a { text-decoration: underline;} .postcomments ul { margin: 0; padding: 0; list-style-type:...

jQuery slider widget background -- change dynamicaly

I use a custom background for my slider by overriding the CSS: .ui-widget-content {background: transparent url(../img/bg.png) no-repeat;} Slider's behavior is controlled by: $(document).ready(function() { $(".myslider5").slider({ animate: "true", step: 1, min: -1950, max: 1950, value: 0, ...

CSS [custom?] attributes

radio[pane] { list-style-image: url("jar:resource:///chrome/classic.jar! /skin/classic/browser/preferences/Options.png"); } radio[pane="prefpane-appearance"] { -moz-image-region: rect(0px, 32px, 32px, 0px); } radio[pane="prefpane-appearance"]:hover, radio[pane="prefpane-appearance"][selected="true"] { -moz-image-region: rect...

CSS window height problem with dynamic loaded css

Hi all: Please go here and use username "admin" and password "endlesscomic" (without wrapper quotes) to see the web app demo. Basically what I am trying to do is to incrementally integrate my work to this web app, say, every nightly, for the client to check the progress. Also, he would like to see, at the very beginning, a mockup about...

CSS background image ?

I have a div that is 200px by 200px. If I want to place a 30x30px no-repeat background image at the top left corner position of 120px from the left and 50px from the top ... while also allowing the text inside that div to be displayed on top of the background image ... how would I do that? I tried the following, but it doesnt appear to...

How is IE7 any better than IE6?

Oftentimes in the web development community, you hear people complaining about developing for IE6. However, if you are developing using a robust JavaScript framework like jQuery, is developing for IE6 any different than developing for IE7? ...

adjustment of footer in website

Hi All, I m web designer and getting problem in adjustment of footer. I need footer should be fixed at specific height and it will get down if content incresed otherwise it will be at same position please help me .... Thanks Mayur ...

How to start ordered list from 2 not 1 with w3c validity and IE 6 compatibility?

How to start ordered list from 2 not 1? with all browser compatibility including IE6 and html css should bevalid ...

how to center align a light box and hide a scrollbar.

Hi All, I m web designer and getting problem in adjustment of light box. light box is not center aligned at any resolution. it should be center aligned at any resolution. and i used a black overlay for transparency in background but it shows scrollbars in light box so its not look good .... plz tell how could i center align a lightbox a...

How to create angle like this in CSS

... I checked here http://www.css3.info/preview/rounded-border/ but all corners are in rounded shape. ...

Will CSS attribute selector work to style this element?

Hi, I have the following html: <div class="bf_form_row"> <label for="findout">Text goes here</label> <textarea class="findOut" cols="40" id="findout" name="findout" rows="10"></textarea> </div> I trying to work out how to style the 'label' element without being able to change the html. Ideally I'd like to style all 'label' elemen...

Trying to get Italic font working with CUFON and Avenir Font

I tried everything. First, I did the standard thing - upload all 4 files (regular, bold, oblique, oblique bold). So. Avenir Light Avenir Bold Avenir Light Oblique Avenir Bold Oblique Note that I am using the "Light" version of Avenir as the Regular font. Anyhow.. after I installed this on my website (http://demo.brixwork.com/master...

How do I stop internet explorer's propriety gradient filter from cutting off content that should overflow?

I'm using the internet explorer gradient filter in my CSS. It was all going well until I noticed that images that are supposed to extend beyond their containers overflow:visible; are getting clipped as though the container was set to overflow:hidden; I have no idea why this would happen, or how to fix it. Can anyone help? I'm looking ...