XHTML, eXtensible HyperText Markup Language, is an application of HTML that is also a valid XML document, as opposed to standard HTML which is based on SGML. It is a markup language commonly used for webpages.
1
vote
1answer
104 views
Translation of XHTML page with MathML
We have few XHTML pages with MathML in them. All are generated using Amaya. We have a requirement to translate them to different languages, but Amaya doesn't seem to support Unicode text encoding. ...
0
votes
1answer
364 views
Table layout with 4 columns in HTML not working
I am common table layout return in pure html which has 4 columns
<table>
<colgroup span="1" width="20%"/>
<colgroup span="1" width="30%"/>
<colgroup span="1" ...
3
votes
2answers
5k views
Is element ‘ul’ cannot be nested within element ‘ol’? (i am getting this error from xhtml validator) help pls
<ol style="padding-top:0;">
<li><a href="http://www.24hourfitness.com/membership/offers/specials.html?cm_mmc=Silverfox-_-SEM-_-Google-_-Branded?">24 Hour Fitness</a></li>
...
1
vote
2answers
113 views
jsf 2 ui:include .html give error “XML Parsing Error: no element found”
I include a header.html (not .xhtml) to my page, but when I preview my page, it give me error "XML Parsing Error: no element found". I do know that it is the tag no properly closed issue, but since my ...
0
votes
2answers
626 views
Getting visible content from the UIWebView in iPad
I am developing an epub ebook application, I loaded the xhtml file into UIWebview and also did the pagination, I need to display the bookmarked pages list with some text related to that particular ...
0
votes
1answer
52 views
Black bar on iPad after setting viewport
Site address: straightace.com
Used the following code:
<meta name="viewport" content="initial-scale=1,
user-scalable=yes,maximum-scale=0.6,width=device-width">
...
11
votes
4answers
17k views
HTML anchor link with no scroll or jump
I have various links which all have unique id's that are "pseudo-anchors." I want them to affect the url hash value and the click magic is all handled by some mootools code. However, when I click on ...
-2
votes
1answer
27 views
xslt generate xhtml 1.0 strict
I generate xhtml but validator (http://validator.w3.org/check)
give me error "document type does not allow element "li" here; missing one of "ul", "ol" start-tag"
Code is:
<xsl:template ...
0
votes
2answers
72 views
Change div order using CSS when HTML is predefined
Imagine the following HTML code:
<html>
...
<div id="stuff1">
barbaz
</div>
<div id="stuff2">
foobar
</div>
...
...
0
votes
2answers
200 views
CSS3 PIE (rounded corners) in Internet Explorer
Hello i have problem with CSS3 PIE in all IE with rouned corners. In Opera, Firofox, Chrome etd... my code works as it should. But in IE not. I don´t know why. Logically I tried found reason on ...
2
votes
5answers
13k views
How to add site search function to website using XHTML/HTML?
I really want to learn how to make my own search engine for my site. I have the defined buttons and labels, but it doesn't search. I can't figure out the HTML or XHTML code for actually searching the ...
-4
votes
2answers
42 views
How to allow only 4 cells per row in a table in HTML? [closed]
I'd like to know if there's a way to allow only 4 cells per row in HTML .. only 4 allowed in a table , if it's more than 4 tds , then another row gets created ..
How could I control that in HTML ?
...
0
votes
2answers
44 views
Navigation bar messing with other elments in CSS
Hi there i had a nav bar which was working perfectly. Then i added a lightbox effect. Both work perfectly however in my css they are messing up. When i added some css to lightbox effects to the div it ...
0
votes
2answers
73 views
How to get border around image
Hi there I'am playing around with light box. What I am trying to do is get a border around my thumbnail so that when the user hovers over it, it will change color.
Example : ...
1
vote
2answers
839 views
subscript and superscript for the same element
Is there any way to add both subscript and and superscript to the same element? If I do
Sample Text<sub>Sub</sub><sup>Sup</sup>
the superscript appears after the subscript. ...
0
votes
2answers
49 views
Number of loads of the website? (X)HTML/ CSS/ JavaScript/ jQuery [closed]
I'm new in this area and I'm creating my first small website. My question is whether is there any way to add function which will count the number that website have been accessed, for instance: "This ...
5
votes
3answers
29k views
how to set background image in submit button?
how to set background image in submit button?
I have to use a image in place of regular submit button? which way would be best in xhtml/css?
Button should look same in all main browsers including ...
1
vote
4answers
9k views
How and what benefit can I take by including Sizzle.js along with jquery1.4.2?
latest jquery 1.4.2 downloaded from jquery.com comes with Sizzle.js also.
How and what benefit can I take from included Sizzle.js?
Is Sizzle.js a standalone library?
Why it's included inside ...
2
votes
9answers
6k views
I want to load multiple images very fast on a website, what's the best method?
So.. my idea is to load a full manga/comics at once, with a progress bar included, and make sort of a stream, like:
My page loads the basic (HTML+CSS+JS) (of course)
As done, I start loading the ...
5
votes
6answers
3k views
What is the difference between .html and .xhtml extension? XHTML is a markup language or it'a different extension also
What is the difference between the .html and .xhtml file extensions?
What is the benefit of using the .xhtml extension?
Why we are not using the .xhtml extension, is it just because of IE?
What ...
-1
votes
1answer
102 views
Css how to create navigation bar
I'am trying to make this in css. Trying to make this navigation bar. Any help would be great.
This is what iam trying to do:
So the first pic is how it should look like when the user enter the ...
0
votes
1answer
110 views
CSS navigation bar
I am playing around with CSS and so far I'am trying to make a website. I making a navigation bar and it's going down so it's horizontal. I need it to go across and I also need like 1 grey line to ...
0
votes
1answer
980 views
Primefaces looks different on IE - CSS Problems
i have some problems with deploying in netbeans.
first of all i made a design in xhtml and css. everything was fine.
then i includes faces components and primefaces. primefaces looks great in ...
1
vote
2answers
30 views
Mixing XHTML Transitional 1.0 with HTML 4.0
We have some old legacy HTML code which we want to include in our newer XHTML Transitional web page within a content div.
My question is are there any known issues in emitting standard XHTML mixed ...
0
votes
3answers
3k views
How to link youtube video without captions?
Is it possible to link youtube videos in HTML code without showing it's captions (subtitles)?
Let's say I have following video: http://www.youtube.com/watch?v=kTvHIDKLFqc . It has default english ...
0
votes
2answers
43 views
Big CSS Sprite İmage (Works as slow in low cpu computers)
My site have a big css sprite image.
Site: http://www.protohaber.com/demo
Sprite İmage: http://www.protohaber.com/demo/templates/v1/images/proto_sprite.png
My site is works slow (e.g. page ...
1
vote
3answers
57 views
Combination of header - main_wrapper makes page scrollabe for header-height
I'm making a webpage with a fixed footer. If there is a lot of content, there must be a scroll bar. If there is only one line of input in the content-part, there is no need to scroll. The way the page ...
1
vote
1answer
38 views
Yahoo Blueprint Apps
Since yahoo! closed support of all blueprint apps, is there any method to convert existing blueprint custom tags to standard html/x-html code?
Any information on this regard will be helpful.
Thanks
-1
votes
1answer
50 views
How to store webpage content into sqlserver?
I have a page called www dot abc dot com and there is some content in that page now I want to store this content in an sqlserver.
I heard that it can be achieved using DOM.
If not in DOM please ...
21
votes
9answers
53k views
How to give line-break from css, without using <br />?
output:
hello How are you
code:
<p>hello <br /> How are you </p>
How to achieve same output without <br />?
0
votes
0answers
18 views
Hide object multimedia control in Chrome
I've been trying to find the <param> name and value to hide multimedia controls with-in Chrome. What I have works for IE, but I can't seem to find any resources that state how to hide the ...
45
votes
3answers
38k views
How can I programmaticaly disable IE compatibility mode?
I have been stuck on this one for a while - I couldn't figure out why a website renders differently in two identical versions of Internet Explorer. Half an hour ago I came across a compatibility mode ...
3
votes
2answers
955 views
@media queries : getting an error in W3C CSS Validation Service
I tried to fix the width of wrapper div using @media queries according to different screen size
where i wrote these lines of code
@media screen and (min-width:768px) and (max-width:1023px) {
...
25
votes
4answers
19k views
Center Align on a Absolutely Positioned Div
div#thing
{
position: absolute;
top: 0px;
z-index: 2;
margin: 0 auto;
}
<div id="thing">
<p>text text text with no fixed size, variable font</p>
</div>
The div is at the ...
1
vote
1answer
95 views
Alternative for oncontextmenu - javascript
I'm looking for a JavaScript alternative to onContextMenu in an xHTML page. I want to hide the menu which pops-up (The context menu) When I click the right mouse button on a website.
I have a problem ...
0
votes
4answers
395 views
What Are The Reserved Characters In (X)HTML?
Yes, I've googled it, and surprisingly got confusing answers.
One page says that < > & " are the only reserved characters in (X)HTML. No doubt, this makes sense.
This page says < > ...
7
votes
4answers
7k views
How would I convert a HTML5 / CSS3 document to PDF?
We're currently generating reports for our web application using html5 / css3, and they look good on screen, but obviously when the user hits print who knows what is going to come out of the printer. ...
26
votes
3answers
4k views
Why <big> is not in HTML 5 Tag list while <small> is?
Shouldn't both be removed? Or does it mean we should use <small>? Why is <big> removed but <small> is not? What is the problem with <big> which does not apply to <small>?
...
1
vote
1answer
717 views
Google Search - How to filter for WAP sites?
Say I am using Google search in my mobile. I am interested to see only WAP sites (XHTML Mobile Profile). In a normal search in Google mobile, a small mobile icon is displayed next to WAP site results. ...
0
votes
4answers
361 views
how do i get the x and y position directly under the left bottom side of the input rectangle?
I'm thinking of implementing a custom auto-complete feature so basically my idea now is that i will make an abs positioned div and give it the position here:
(image) ...
3
votes
2answers
3k views
In XHTML 1.1: element 'input' cannot be nested within element 'form'. Why?
This below code is forbidden in XHTML 1.1 strict mode:
<form method="post" action="index">
<input id="_method" name="_method" type="hidden" value="" />
</form>
If you want it ...
0
votes
2answers
60 views
Drag drop uploader with html page
I want to create control, which uploads file to the server using JavaScript, with the following features
Drag drop support
Use only HTML and JavaScript(without any server side code)
2
votes
1answer
135 views
Opera select background image not display
CSS
noindex:-o-prefocus, .city-list select {
height:20px;
margin:3px 0 0;
background-image: url("back.png");
background-position: 100% 100%;
background: rgba(0,0,0,0);
...
0
votes
0answers
140 views
Jquery and primefaces hide and remove “required” attribute
I already success to hide my element as well using Jquery.
but my element tied with "required" attribute, how to remove the attribute?
I already try several ways using "prop", "attr", ...
0
votes
1answer
127 views
JSF: <f:selectItems value=“#{Bean.method([abc])}” />
I have a bean and there is cache and a method to get value from it.
public List<SelectItem> getSelectItemList(String key){
return cache.get(key).getValue();
}
May I know how can I get this ...
0
votes
1answer
63 views
Responsive CSS Not Working
here is my css, as a test:
*{margin:0;padding:0;outline:0;border:0;}
body{background:#686465;font-family:Arial,Verdana,sans-serif;font-size:100%;}
@media screen and (max-device-width:320px){
...
0
votes
0answers
40 views
Save an entire object in jsp/jsf and retrieve it later in code for a request scoped managed bean
I have a managed bean(itemDisplayBackingBean) whose scope is defined as request. It also contains a POJO which gets created/loaded during constructor call.
I need a way to save this POJO in jsf page ...
2
votes
2answers
2k views
Only scrolling inside one div, while website stays positioned
I'm trying to create a website with the following.
On top there's just a basic horizontal menu. Below that, on the left side, is another subcategory. The content will be on the right of the ...
1
vote
3answers
53 views
Check for the existence of sub elements within a given HTML element using Javascript
I'm trying to write a pure javascript function that will take an element from the page (generally a <div>) and from there work out which if it has any specific child elements. Which will ...
1
vote
2answers
112 views
ID Workbench Generate XHTML from DITA with JAVASCRIPT
I am trying to generate xhtml from dita using the ID Workbench (which works fine =)), but I also need to have every generated html file with a snippet of Javascript at the top of it. This javascript ...








