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.

learn more… | top users | synonyms

0
votes
0answers
69 views

Footer, which pushes text to the next page in IE print preview

Is there a technique for pushing text to next page in IE 8? Don't tell me about page-break. I'll explain. For example, I have a lot of text in IE window and during printing (or print preview) need to ...
-1
votes
1answer
28 views

Need help creating a header with a clean navigation

Can someone help me figure out how to create the navigation displayed in the header on top of this page? http://themes.iki-bir.com/ikaros/ If someone could give me some direction to learning how to ...
1
vote
3answers
127 views

Injecting a tag having an attribute with colon in it using jquery

I'm trying to inject below span in a div using jquery. HTML: <span epub:type="pagebreak" id="pagePrefix" title="1"></span> JS: $('div').html('<span epub:type="pagebreak" ...
1
vote
2answers
110 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 ...
-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 ...
-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
1answer
76 views

User Defined XMLNS in Primefaces (xhtml)

Can we include our own xml file in xmlns tag Example: Consider a file "myxhtmlfile.xhtml ".. in this we could add xml namespaces like, xmlns:h="http://java.sun.com/jsf/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
71 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 : ...
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 ...
-1
votes
1answer
93 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
108 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 ...
1
vote
2answers
28 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 ...
-1
votes
1answer
47 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 ...
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 ...
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 ...
0
votes
1answer
65 views

LinqPad Dump from DLL

I would like to be able to call Dump from my DLL and code below returns raw HTML result. How can I render it, or what is the correct approach? Method public static string Dump<T>(this T obj) ...
2
votes
1answer
129 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
134 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
62 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
39 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 ...
1
vote
3answers
52 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 ...
0
votes
1answer
71 views

For some cases, convert XHTML to docx with docx4j lose original style

during my test, I find when converting following html content to docx, the original style will be lost. < a href="http://www.google.com">Google< /a> result in docx: no underline. < p>< ...
3
votes
4answers
87 views

loading a div 1 minute after the page loads

I have a div with id notifications in the home page. I don't want the div to be load when the page loads for the first time, I want it to load after 1 min. Is there any way in javascript or jquery to ...
1
vote
1answer
378 views

php base64 decode function is unable to decode base64 image string

since ie7 & ie8 are unable to decode base64 image string by default, i was looking for an alternative way to do it. after googleing about the issue i have found a good tutorial at ...
0
votes
1answer
44 views

ePUB 3.0 File Structure

If an ePUB 2.0 is like this: folder/ META-INF/ container.xml mimetype OEBPS/ content.opf toc.ncx [etc] Then is there any difference between what is shown ...
0
votes
1answer
120 views

How do I add type=“text/css” to a script tag when using System.Web.Optimization

I have the following bundles.Add(new ScriptBundle("~/bundles/scripts/common").Include( "~/Scripts/jquery.validationEngine.js", "~/Scripts/common.js")); Which ...
0
votes
1answer
22 views

retrieving xhtml empty tags via javascript behaves strangely

I have an xhtml page containing che following snippet <div id="content"> <br/> </div> The page has correctly set the doctype <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
0answers
90 views

Does docx4j convert xhtml to docx in memory?

I'm trying to convert xhtml file to docx and find following example code: wordMLPackage.getMainDocumentPart().getContent().addAll(XHTMLImporter.convert(new File(inputfilepath), null, wordMLPackage) ...
0
votes
2answers
42 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
4answers
102 views

Examples of <link> tag in a HTML using different 'rel' attributes?

Could someone provide meaningful examples of HTML <link> tag with different values of "rel" attribute? Apart from the possible values explanation for the "rel" attribute, are there any ...
0
votes
0answers
54 views

embed rich HTML editor to WinApi application

I'm look for rich edit component, that i can embed to pure WinApi application. Component should generate XHTML code, or good HTML (better). Editor should get formatting on copy-paste from Word and ...
2
votes
2answers
114 views

Creating SVG through the DOM using jQuery

The project: I'm currently undertaking a task of dynamically creating SVG elements through JS + jQuery. It's all going well, and I'm able to draw all the basic shapes onto the screen. The problem: ...
-2
votes
1answer
27 views

W3C Validator thinks site is using XHTML; it's not [closed]

The Renfrewshire Council website uses the HTML4.01 DOCTYPE, as below. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> When this site is run through ...
0
votes
2answers
71 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
1answer
24 views

Strange label as value of html tag inside php file of WordPress template

I am quite new in PHP and in WordPress. I am modifying this template: In some php files I found something like this: <span class="sep">Posted on </span> <a ...
1
vote
2answers
70 views

Is there any benefits to use uppercase (or lowercase) letters with html5 tagnames?

I have searched and have read about this question. Some questions here: Uppercase or lowercase doctype? Should HTML meta charset be lowercase or uppercase? and elsewhere have discussed it partially ...
0
votes
2answers
88 views

hide a div using javascript using if statement

I want to hide a div with id apDiv1 using javascript when the values are not equal, I am using the following code.But it is not working. <script> /* <![CDATA[ */ if ...
0
votes
0answers
15 views

How to quickly wrap Definition Terms in HTML

I have a long list of definitions in the following format: capital- definition of capital savings - definition of savings loans - definition of loans investment - definition of investment Is ...
-1
votes
2answers
41 views

How do I get string inside of xml attribute

<z:row ows_Title='What does UFO stand for?' ows_Body='<div class="ExternalClassAA6E0BD0783B483F81A1B5E0C8DF15A5"> <p>Unidentified Flying Object.​</p></div>' ...
0
votes
1answer
56 views

Character encoding issue for french characters

In web application,there is a HTML page with below encoding: <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta content="en" http-equiv="Content-language"> <meta ...
1
vote
1answer
299 views

how to bind onchange event defined in a select menu in jquery call function?

i'm trying to implement clone select menu using the following plugin: https://github.com/afEkenholm/ScrollectBox https://github.com/afEkenholm/ScrollectBox/blob/master/index.html ...
4
votes
3answers
233 views

how to get the value of an option in select menu onChange using jquery?

i'm trying to implement clone select menu using the following plugin: https://github.com/afEkenholm/ScrollectBox https://github.com/afEkenholm/ScrollectBox/blob/master/index.html ...
0
votes
2answers
72 views

Making part of an image clickable

I have a background image applied this way HTML <div id="background"> <img src="stock.png" class="stretch" alt="image" /> </div> CSS #background { width: 100%; ...
2
votes
2answers
55 views

extract string from inside an attribute

I need to write a function like this: var width=getWidth( $(this).attr("ows_MetaInfo")); where $this is pointing to the xml row . in the getWidth(meta){} funtion i need to find the text ...
0
votes
1answer
57 views

Facebook like button - like content

I got my facebook like button generated, and prepared it so user is able to like each post on my forum. The href attribute is set to the thread and certain post url, but when I click the like button, ...
0
votes
3answers
156 views

How to Disable whole Div Contents without using JQuery

As I have Basic knowledge of JavaScript I want to do operation like following : By using Two radio button giving two option for Payment : By Cash By Check If user select the radio button of Cash ...
-1
votes
1answer
179 views

Why does my website look different on my iPhones Safari browser, am I doing something wrong?

I have finished designing a website in HTML, and reviewed the results on a Windows Computer for Google Chrome, Safari, IE 9, Firefox and Opera web browsers. When reviewing my website on an Android ...
0
votes
2answers
87 views

css transition only working in Firefox

I'm trying to use CSS transitions to make a background image fade in on my menu when you hover over it. I want it to take about 2 seconds to fade it. It works perfectly in Firefox but all on other ...
0
votes
1answer
61 views

Disabling Html control

I got an aspx page with HTML controls,Based on the button click function I want to change the visibility of controls.If user clicks on EDIT,I want to disable the controls otherwise (NEW) enable the ...

1 2 3 4 5 99