xhtml

select a node with an xmlns?

I am trying to select all of the links in a xhtml document in xsl. Some of the anchor tags have the namespace declaration xmlns="http://www.w3.org/1999/xhtml" in them. These are not selected. e.g. with this xml doc: <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="xsl.xsl"?> <root> <item> this iz sum text and it haz sum ...

Hidden layer youtube video, on visible not loading IE7

hi, I have a html page. Which has few tabs (jquery). One of the hidden tab has youtube video. On the tab gets visible, the youtube video loads in IE8 and FF 3.6. But on IE7 it tries to load, but disappears. Please help me out to solve this problem. Thanks in advance. ...

how to work on same search tab on multiple html pages

I have around ten html pages all have search tab ,only one page is dedicated to display the search result , from which ever page i enter search it directs to search page and displays output ,is their any better method to do this? I am using jquery on clientside and webservices written in c# on the server side and i am not using master p...

convert svg to html+css

I want a converter to convert from svg format to( html + css ) <g transform="matrix(1.25,0,0,-1.25,0,15.56875)"> <text transform="matrix(1,0,0,-1,76.881,0)"> <tspan style="font-size: 7.87px; font-family: 'XITSMath';" x="0" y="0">N</tspan> </text> <text transform="matrix(1,0,0,-1,88.499,7.313)"> <tspan st...

xml rendering in html

I have the foll xml can anyone please guide me how can i render it in html table. <order po="123" contact="me" comment="out of stock reorder"> <shippingAddress line1="123 Fake St" city="Madison" state="WI" zip="12345" /> <lineItem id="1" quantity="50" comment="for me"> <part number="XYZ123" descr="Spark Plug" price="5.00" we...

What are minimum requirement to show any content with styling on browser?

What are minimum requirement to show any content with styling on browser? My one curious friend who is learning about html and css asked some questions to me.with example. ( I uploaded his example page to my hosting) What are minimum requirement to show any content with styling on browser? Why this page is working with styling? see th...

Inline Editing of XHTML

Hi all, I'm looking for a tool that allows a non-tech person the ability to edit hard coded content in XHTML. For instance, Pagelime merged with jEditable. The site is currently static, and I'd basically like to allow one person to log in, click on elements, change the content (P, H1-6, etc), then click enter and write that content dire...

giving margin between two divs ?

In a page I have to display two div one on top and second under it (just like showing something in a column). Requirment is to have 15px margin between two divs. I tried to set top margin of second div and found the space between them but than top border of second div was gone. I even tried to set bottom margen of 1st div but again the...

How to develop application using facelets in XHTML by the Eclipse IDE?

I am using Eclipse ide, i am creating .xhtml pages using facelets and JSF, how can i configure my ide to work with facelets and JSF. i need get command help assistence for tags. Give me information regardig jars i need to include and how to configure? ...

is it true that if we make any site in any cms, it may become heavy to load...compare to static

is it true that if we make any site in any cms, it may become heavy to load... static html page VS page where content coming from databse ...

Removing posted by and date from posts on wordpress

How do I remove the date added/admin/no comments section of each one of my posts in my wordpress blog here http://www.kvylfm.com ...

How do I show a snippet of code or a block of code followed by an example of the code?

I am just learning the basics of XHTML and am attempting to use the tag code and pre to display snippets or blocks of code respectively. How do i then show a working example of the code e.g. <p>Code Sample</p> <code> #p1 {font-family: Arial;} </code> How do I then display a working example of the code below it? ...

Is this a browser cache problem?

Hi, Can you check if this is a browser cache problem? I have this scenario, I have a table that displays data like this and below that is a link that sends you to another url. Only one row can be click at a time. <table> <thead> . . </thead> <tbody> <tr> <td><input type=""checkbox" val...

How to easily change a font-sizing from px to em for a big, existing site?

How to easily change a font-sizing from px to em for a big, existing site? Any tips to do this quickly? ...

select box issue in IE when using BOXOVER.js tool tip

Hi All, I am using boxover.js tool tip: http://www.koders.com/javascript/fid8780CBE6D1BEE164FC239AA55DCB13A53B3536E8.aspx?s=document#L6 The tool tip works well with all the elements except SELECT box in IE. I have a code where i need to show some image as a tool tip on selecting the option in a select box. Ex: <select name="categor...

html - controlling how many options show in a select element

So I have a drop down (select) element. The problem is that if there is a long list in it, then it "drops" upwards instead of downwards. Is there a way to say that it should scroll rather than show all of them at once? I know there's "size" but that's how many are visible at once (I only want one visible, like normal) Or is the reason...

XHTML empty tags not treated as empty tags by any browser

So I've tried this XHTML 1.1 code (validated at validator.w3.org) in Chrome 6, IE 8, and Firefox 3.5. The <p> following the <a/> gets hyperlinked, and the <p> following the <div/> turns red: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&g...

Define <OL> start value

Building on the post I found at http://stackoverflow.com/questions/487528/ordered-lists-ol-starting-index-with-xhtml-strict, I was wondering if there is a way to define the start value of a list without using CSS and still be compliant conforming to the strict DTD specification? I am also looking for a solution of the "value" attribute a...

Should I use DomDocument for parsing html code.

I have tried my best to answer this question myself through research but I am still a little bit worried about whether I am using the right thing. Basically I am using the DomDocument Library to build a jQuery like theme parser for my framework. Now with the web as it is today HTML is coming in different shapes and sizes e.g HTML 4, HTML...

How to use jQuery with in xhtml?

i am using facelets,richfaces,and ajax, in XHTML i am facing error while creating datepicker! What is the solution for my problem? the code is: <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http:...