2
votes
3answers
89 views
What are the best practices for dealing with the Back Button in IE (and Firefox)
I know this in old issue but I can't figure out the best practices for dealing with the back button.
I'm writing a web application with lots of data movement between the browser a …
0
votes
4answers
75 views
IE’s XHTML Compatibility
Hi stackoverflow,
I'm having a rather heated debate into IE's XHTML Compatibility. The only thing is, I'm unsure if the guy is trolling.
Essentially he claims that IE has absolu …
0
votes
1answer
15 views
Error received when attempting to load XSLT generated XHTML
Hello, I'm learning XSLT and Javascript and I'm trying to load some XSLT generated XHTML using the loadXML() function and I'm getting the following parsing error while using IE (mi …
0
votes
1answer
25 views
Simple XSLT Question: How can I add the closing “/” at the end of a single tag?
Hello, I'm teaching myself XSLT and am still trying to wrap my brain around the small details. I have a template in my XSL stylesheet that looks like this...
<td><img sr …
0
votes
3answers
16 views
JavaScript-HTML: Create ComboBox with non-selectable items
I would like to create a ComboBox like you can see in the following image
The Combo/Menu/List should allow some items to be bold (Main Categories), and to have "sub-categories" …
0
votes
5answers
52 views
Can we add any attributes to any XHTML Tag through Javascript ? for example title in <a title=”text>
For some reason I can't edit XHTML source. Can we add any attributes to any XHTML Tag through Javascript, for example title in <a title="text">?
0
votes
4answers
57 views
Is it possible to make one site for all type of screen resolutions mobile to PC?
Can we make website scalable , stretchable like elastic rubber including text ,images, video, JavaScript and that site should be accessible from all devices which access to web?
I …
0
votes
2answers
26 views
jQuery Selecting the first child with a specific attribute
Hello, I have a form in HTML with multiple inputs of type submit:
<form id = "myForm1" action="doSomethingImportant/10" class="postLink" method="post">
<input type="hidde …
0
votes
3answers
24 views
Margin on child element moves parent element
I have a div (parent) that contains another div (child). Parent is the first element in body with no particular CSS style. When I set
.child
{
margin-top: 10px;
}
The end re …
1
vote
2answers
65 views
Is there any negative issue if we use `overflow:hidden` to clear float?
Is there any negative issue if we use overflow:hidden to clear float. is it cross browser compatible IE 6, 7 , firefox , safai etc.?
Is overflow:hidden enough or we need to add Zo …
1
vote
3answers
65 views
Are javascript disabled users (which are very low in the world) is a topic of accessibility?
Are javascript disabled users (which are very low in the world) is a topic of accessibility? To make accessible everythig without javascript is more time consuming then to make sit …
2
votes
3answers
73 views
Can you help me quantify the semantic value of <p> as opposed to <div>?
I'm transforming some XML, which I have no control over, to XHTML. The XML schema defines a <para> tag for paragraphs and <unordered-list> and <ordered-list> for …
4
votes
0answers
264 views
Mysterious html inserted into my site’s pages (hacked?) [closed]
Twice, I've found weird code the top of my index.php.
The first time, it was this:
<iframe src="http://ntwportal.com/" width="2" height="4"></iframe>
Then this:
& …
0
votes
5answers
78 views
Fix a warning thrown by HTML Validator
Hi
I have some JavaScript code in my php website.
This code uses jQuery, and builds a < select > menu using ajax calls.
Here is the code
sel.append('<option value="' + data …
0
votes
1answer
35 views
What is Logically and semantically correct, A-grade browsers compatible and W3C valid way to clear float?
What is Logically correct and W3C valid way to clear float?
zoom:1 is not valid by W3C and IE8 don't have hash layout problem
overflow:hidden and overflow:hidden
were not made t …
