0
votes
0answers
15 views
IE6 is rendering a period.. totally randomly. This period does not show in any other browsers. HELP!
I just previewed my page in IE6 and for some reason it is rendering a period for absolutely not reason. I looked in my html to make sure I didnt add an extra period on accident or something and was …
0
votes
2answers
26 views
Question about jQuery Selectors
Hi, i want to select all h1 tags except myclass with jQuery. For example i want select < h1> but i don't want to select < h1 class="myclass">
Thanks
1
vote
4answers
35 views
Text style affecting the whole site
I've got an input so the user can type either html or plain text. When the user copy & paste text from MS Word, for example, it generates a weird html. Then, when you view that topic, you can see …
0
votes
3answers
39 views
overflow: hidden on the left side too?
could one use overflow:hidden for both sides?
cause i want the row to be centered.
EDIT: ive got a row of link elements. i want it to be like: http://jqueryfordesigners.com/coda-popup-bubbles/
the …
2
votes
2answers
37 views
CSS for docking/sliding panel on a web page
Hi,
I would like to display any validation error messages on a web form similar to compilation error messages in visual studio that slides up from the bottom when there are errors. the error message …
0
votes
1answer
31 views
What is the best strategies to make css layout with any number of columns?
I want to good method to make css layout with any number of columns. I need less use of div and css with semantic coding. I need code for Fixed width, centered site and footer always should be at …
0
votes
3answers
70 views
center an element?
if i've got a line of links like:
<a>foobar</a><a>foobar</a><a>foobar</a><a id="center">foobar</a><a>foobar</a>
but one of them got an …
0
votes
3answers
58 views
Question about including html page in PHP
Hi,
If I include an HTML page on a PHP page (say, index.php) with the following:
<?php
include ("../../forms/login/form.html");
?>
Then will form.php show up correctly in index.php? When I …
3
votes
3answers
55 views
Best Practices & Considerations when writing HTML Emails
I've been developing websites for over a decade now, but quickly found that many of my habits in developing for the web are useless when developing for email clients. This has caused me an enormous …
0
votes
2answers
35 views
IE remove colors for web page when printing.
HI,
I have a website with background colours which are important at the time of printing, but IE removes all colours from page.
I know there is some settings to disable this on IE, but I can not rely …
2
votes
4answers
71 views
CSS - Is it possible to split up a <li> element?
Hi, I'm just wondering, is it possible to split up a 'li' element?
I want to try to create a menu where the :hover effect is made up of three divs.
Or, I'm not sure if I need three divs. All I want …
2
votes
1answer
33 views
IE6 float and height
Hi i have 2 divs that floats and IE6 fails on height (its not set from css). If i have letters as g,p,j its cut off the end of these letters.
Here is the code
<div class="left"> <!-- …
1
vote
1answer
27 views
CSS W3C compliance for jquery
Hi,
Just recently I studied about HTML W3C compliance and started understanding its benefits. But when it comes to CSS W3C compliance, is it really possible for a web 2.0 website? I found that jquery …
0
votes
2answers
28 views
Wrapping a text using php, based on language
Hi!
My problem is that I have quite a small area (div or span), in which one to about five words are displayed. However, the area is too small for some words (for instance "muziekgeschiedenis" will …
0
votes
2answers
20 views
Internet Explorer image offset
I'm trying to make a fairly simple image slideshow to replace a flash based one. I've got it working consistently in most modern browsers, the code validates (at least it used to. After battling IE, …
