0
votes
5answers
77 views
CSS Positioning Puzzle
The image below represents a website layout I am trying to create. The blue section (bottom right) represents an image should be behind the three neighboring elements and overflow them slightly.
I …
1
vote
4answers
78 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 site compatible for …
3
votes
3answers
38 views
What is the difference between Browser , Rendering engine and user agent?
To make cross platform and cross browser website application what is the role of user agent switcher?
https://addons.mozilla.org/en-US/firefox/addon/59
Is user agent different thing then rendering …
2
votes
4answers
39 views
Where we should put “skip to content” links?
See place 1,2 and 3.
<body>
<Place 1>
<div id="container">
<Place 2>
<div id="header">
<Place 3>
<div id="logo">
…
2
votes
10answers
695 views
Easiest way or Best tools to convert word text to clean (X)HTML
This might have been asked in another way. I am not doing it on the fly however. Once in a while we get pieces of content in word files that have em dashes, bold, italic text and block quotes. Is …
0
votes
3answers
35 views
Attribute “runat” is not a valid attribute. Did you mean “content” or “target”? How to solve this asp.net validation error
see here this error - http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.sitecore.net%2F
0
votes
2answers
22 views
How can I get the WordPress language_attributes function to return valid XHTML 1.1?
I have a WordPress template that contains the following element:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?>>
This returns:
<html …
0
votes
2answers
63 views
Website surfacing blank pages in IE6
- Since discovering more about my problem I have modified my question
A single user is complaining that (on XP and using IE6) they're not able to follow any links around my site. The behaviour …
0
votes
0answers
29 views
Validating XHTML elements with XML children
G'day guys,
I've tried reading the XML Modularization recommendation which promises to allow custom XHTML extensions but can't make heads nor tails from it. I need an XML document containing a mix of …
0
votes
2answers
35 views
Form entry gets inserted into the HTML code?
I am using following code to display HTML Form on my web page. This code also uses a third-party .js file that is linked to it. Everything is working fine except that when the first record is inserted …
0
votes
4answers
39 views
How to extract content of web pages easily which are embeded in html pages inside <body>?
How to extract content of web pages easily which are embeded in html pages inside only (like img, pdf, flv, doc, rtf, wmc etc) not css and css backgrounds images,javascript.
I'm migrating content …
0
votes
1answer
20 views
How to make the first column of a table invisible?
Below is the CSS code of my table display. How can I modify this code to make the first column invisible?
table.tbl { width:100%; border: 2px solid #c3daf9; font-size: 0.9em; clear: both; }
…
0
votes
1answer
28 views
How to handle Special Entities in email addresses?
if you look at the email address
b&byouaddress@email.com (this email address is a example)
The & is not a valid character for the email address & thus you get "b" in mail that is …
0
votes
3answers
29 views
list doesnt display inline IE?
The code below works fine in firefox, but the list doesnt display in-line with IE.
<div id="nav">
<ul>
<li><a href="#">1</a></li>
<li><a …
7
votes
25answers
715 views
Good Editors for Web Development on OS X?
I'm getting started with web development on OS X need some good development tools, text editors...etc. I have XCode already but it doesn't seem geared towards editing the web technologies I will be …
