xhtml

How to show javascript warning , if user click on link which will open in new window?

How to show this type of reminder warning to user (mainly i need this for screen reader user), if user click on link which will open in new window? Is my wording ok, please suggest if it can be better ? I want to show this message for any link of website or file like PDF, DOC etc. which is opening in new window? Sometime user clicks mi...

what basic tips should we observe in design web pages(html/css/javascript) for having highest compatibility with all browsers?

hi all what basic tips should we observe in design web pages(html/css/javascript) for having highest compatibility with most browsers(IE-firefox-opera-chrome-safari)? thanks ...

Using ASP.NET as server-side script for XHTML MP

How can I use ASP.NET server-side scripting for XHTML MP (mobile profile)? ...

Contact form contents spilling out of container div on window resize.

I'm trying to get my contact form to not spill its contents out of the parent div when I resize the viewport. How can I go about doing this? I have used float clearing to prevent this as I understood it was supposed to be used, but it isn't working. What should I do to fix this? here is the page in question. also I have a similar ...

Confusion with list-style<li>

I have a problem with li, when I take li in inline display with list-style (bullet-point ), then bullet-points don't show. ...

Text editor with spell checker that ignores (X)HTML/CSS/javascript tags?

Do you know of any text editor that can be used with a spell checker which is smart enough to ignore XHML/CSS and javascript tags? The requirements would be: It must run in Linux; It must be free and open source; It doesn't need to have WYSIWYG capabilities, but they would be welcome. It must have built in "tag skipping" capabilities ...

What is the difference between Semantic-markup and Semantic Web?

What is the difference between Semantic-markup and Semantic Web? Are both same concepts? or different? Is semantic markup is first step of semantic web? What is thee importance of Semantic web in XHTML CSS development? ...

How to apply CSS to HTML body element?

I am trying to get rid of this: document.body.className = "someclass"; I want to do this in CSS. body.someclass { . . . } unfortunately I am not able to get this working in Firefox, chrome. Am I doing anything wrong here? Is there any way we could apply a CSS class to body? ...

What is the syntax that creates a hyperlink to the xy position of a div?

What I'm trying to do is to create a link on the same page to a java applet link for which I don't have the parameters. Take a look at any of the chessboards at Chesscalisthenics.com ...

XHtml Strict, Float: Center ?

Hi everyone. I'm having hard time with Xhtml Strict 1.0 and Css. And I'm almost out of solutions. My Site Url: http://www.pro-turk.net/beta/ I made a jquery multilevel dropdown menu for my site. It looks like OK, but I have used inline-block property of css display attribute on navigation menu which is a part of css 2.1 and isn't supp...

Are inline style bad for screen readers?

Example <span style="BACKGROUND-COLOR: #ffd700">Background color</span> How screen reader handle inline css ? is there any other cons of inline CSS except css management? Inline styles are valid also . i tested with W3C Validator and with XHTML 1.0 Strict doctype? <p><span style="MARGIN-RIGHT: 0px">Left indent</span></p> ...

XHMTL and HTML 5. What is the difference ? Which one should we opt ?

What we should opt ? XHTML or HTML 5 ? ...

I want to hide text which is in <span> . but why it's not working?

I want to hide text which is in <span> . but why it's not working? .pdf {text-indent: -9999} <p> <a href="reader_overview.pdf" title="Open in a new Window" target="_blank"><img src="pdf.gif" alt="PDF" width="16" height="16" /> <span class="pdf">PDF 34KB, Opens in a new window</span> </a> </p> ...

Are there some good and tension free custom fonts available to use with sIFR, @font-face etc?

Is there any free font available to use with sIFR @font-face etc? if i use those then nobody will file a court case on me, no body will send any legal notice to me.? Are thee good tension free, license free fonts available to use personally, commercially in my projects, in client projects? Nobody should send any notice to my lovely cl...

<UL> displaying incorrectly - works fine in all browsers except Firefox 2 (screenshots included)

Hey folks OK, here's a screenshot of what it's SUPPOSED to look like: And here's a screenshot of how it looks in Firefox 2 (on both Mac & PC)... Every other browser gets it right (even IE6?!). The source code is an Unordered List using Sprites with :hover effects. Here is some code for you: The HTML: <div id="votes"> ...

How can I Mimic Gmail's Basic HTML option

Does anyone know to quickly implement an alternate version of my site with just basic HTML like how GMail does it? ...

Why TR not taking style?

CSS table tr {border-bottom:1px solid #008999} HTML <table width="100%" cellspacing="0" cellpadding="0"> <thead> <tr> <th scope="col">one</th> <th scope="col">two</th> <th scope="col">three</th> </tr> </thead> <tbody> <tr> <th scope="row">Hello</th> <td>&nbsp;</t...

Where is the latest link Eric meyer's reset? and pls explain his reset.

How many version are eric meyer created of his CSS reset and where is latest and what is difference in each version? and please explain his CSS reset's each declaration, What is the benefit of each selector? ...

Tabular (X)HTML forms

I have a set of items that can be in various states. I want to allow a user to use an (X)HTML form to change the state, and easily view the state of a group of objects ...so to this end, I'd like a layout like: | item1 | radio button for state 1 | radio for state 2 | ... | [update button] | | item2 | radio button for state 1 | radio...

What is prefered to use in alt text "&" or "&amp;" for screenreader users?

Services &amp; Products or Services & Products Update: How popular screen readers and text only browsers will handle &amp;? ...