xhtml

In IE6 div not taking available height while taking in IE7 and FF?

In IE6 div not taking available height while taking in IE7 and FF? height not defined on div In IE6 div taking height according to content inside div while in IE7 and FF div taking full available height ...

What is the difference between these 2 doctype option on W3C HTML Validator page

http://validator.w3.org/#validate_by_input+with_options What options should i select in both if i want to check validity against XHTML 1.0 Strict and XHTML 1.1 there is no option for XHTML 1.1 under "Validate HTML Fragment" option. Why? ...

jQuery toggle show XHTML Smarty some clahes maybe? It doesn't show..

Hi, at this page new customer, there is some clash between the two scripts. I have been asked to make the content shown when clicking the "ny kunde" button. This script works fine now, thanks to Voyta. There is another script made by another person that finds Company CEO information and inputs the data into the fields. When I put th...

for site which language is chinese what should i choose @font-face or sIFR for custom fonts?

for site which language is chinese what should i choose @font-face or sIFR for custom fonts? and which charset i should choose? Any typography, license free fonts suggestion would be appreciated. ...

Should we use fieldset even for one search box input?

Should we use fieldset even for one search box input? Which we use in header of the site usually? ...

Is it possible to use CDATA inside <pre> tag.

I want to display an exception trace in the HTML page. One way to do this is to escape HTML special characters in the exception trace and dump it inside the <pre> tag. Although it works, it's terribly inefficient. I thought that one approach would be to wrap the trace with CDATA. I've tried it, but nothing get's displayed. My questi...

How much multiple style sheets slow down to website?

Here is 3 css file (one is only for IE) <link rel="stylesheet" href="css/blueprint/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="css/blueprint/print.css" type="text/css" media="print"> <!--[if lt IE 8]><link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection"...

Does adding width and height to inline images increase the page load performance?

Does adding width and height to inline images increase the page load performance? <img id="moon" height="200" width="450" src="http://www.domain.com/moon.png" alt="moon image" /> Compare to this <img id="moon" src="http://www.domain.com/moon.png" alt="moon image" /> ...

is it a good idea to give background color or img to non transparent images?

like img { background-color:color: color matched to the theme} or img { background-image:url (a very very tiny gif image with the text "image loading") } I'm thinking in the benefit of this when user access site on slow connection then background color will give clue about something is there which is diffrent than text content.. ...

How to give border to any element using css without adding border-width to the whole width of element?

How to give border to any element using css without adding border-width to the whole width of element? Like in Photoshop we can give stroke- Inside , center and outside I think default css border properties is center like center in photoshop, am i right? I want to give border inside the box not outside. and don't want to include bo...

If we would give width and height to <table> then will it load quickly?

If We are using table for to show tabular data and if we would give width and height to <table> then will it load quickly? will page loading speed improved of table? ...

Should i keep css of home page and landing pages in seperate css?

Should i keep CSS of home page and landing pages in separate CSS file of big sites. ? If i make site with a 7-8 different templates where 1 templates of home pages 1 is for inner content pages and other template for different type of landing pages. and different style needed for same HTML elements in website , For example : for inn...

for big website's CSS what we should use IE conditional sheets or CSS hacks, in multiple people environment?

for big website's CSS what we should use IE condition sheets ( IE6, IE7, IE8 if needed) or CSS hacks in multiple people environment? and CSS will be handled by multiple people. I'm thinking to use hacks with proper comments because there are chanceh to forgot for other to make any changes in both css. For example : #ab { width:200px} ...

How do I change the CSS from a web page contained in an object tag? (XHTML, jquery)

Hi! I've been having a bit of a problem with jQuery and XHTML. Basically, I've got an object tag that contains a Web Page in its data attribute. Now, what I want is that when I click a button I get this web page and dynamically change the CSS file it's currently using. I've tried to get the page by using jquery, but all I get is the ob...

What are cons to use custom fonts techniques compare to web safe fonts?

What are cons to use custom fonts techniques compare to web safe fonts? in terms of site performance, site maintainability, Development time screen readers users, mobile users, low speed users Sighted User experience ...

Are all fonts will take same space on browser with same value?

Are all fonts size would be same with same value? for example p { font-family:Arial; font-size:12px} if i change Arial to any other font then will all fonts will render in same size as Arial render in 12px, in all browser? ...

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? ...

How to remove period (.) from OL numbering?

http://jsbin.com/urice I want to remove . after number. 1. should be 1 only With All browser compatibility inducing IE6 and validity. I need solution without javascript. Edit : If it's not possible with css only then a simple javascript and jQuery solution would be appreciated, thanks. ...

What are pros and cons to use 'em' sizing unit for width, height, padding, margin, line-height in fixed width layouts?

in my projects i use em for sizing of font only with body {62.5%}? with this method i can easily calculate em value. so what are pros and cons if i use em sizing unit for width, height, padding, margin, line-height, even for inline images also along with font for fixed width layouts? ...

How and what benefit i can take from included Sizzle.js along with jquery 1.4.2?

latest jquery 1.4.2 downloaded from jquery.com comes with Sizzle.js also. How and what benefit i can take from included Sizzle.js? Is Sizzle.js a standalone library? Why it's included inside jquery library, for what purpose? /*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licens...