First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
IE vs. Screenreader
OK not really a css problem but there are some sensible folks here! I got a blind guy to listen to my website, he suggested some improvements. Something weird came up: using Firefox this worked OK http://www.combines.org.uk/Galleries/allis/gallery.html using IE he said "everything is duplicated" Now if ... 12 May 2010 09:07
wondering why this div is over to the right
added: I just found out the problem only shows when my page zoom was at 125%. I don't remember changing the zoom, but when I changed it back to normal view zoom the probem disappeared. It's still a mystery to me why the one row at 125% zoom had white space to the left and the div over to the right instead over to... 12 May 2010 06:56
Tabs Using CSS1
I had an idea similar to the OP. I wanted to try to make a tab control that was as minimal as possible. Since the page was just for personal use, I decided to experiment rather than do some research and find a battle-tested design (in fact I did already have a saved float-based design from the Dan Cedarholm Bulletp... 6 May 2010 11:54
cellpadding="0" cellspacing="0" in CSS
Hello, I have a table as follows: <table class="Protocol" cellpadding="0" cellspacing="0"> Can I move the cellpadding="0" cellspacing="0" to the Protocol Css Class? How can I do that in CSS? Thank You, Miguel ... 20 May 2010 05:08
Float
Hello, I have the following markup: <div class="Center"> <img class="Thumbnail" src="/center/getthumbnail/1" alt=""/> <div class="Info"> <span>Name</span> <div class="Contact"> St. Something, 4000, New York<br/> 112794334334<br/> <a... 6 May 2010 07:25
Is there a way to detect "unused" CSS entries?
In article <1954758.RbkFSEjSb9(a)PointedEars.de>, PointedEars(a)web.de says... Ed Mullen wrote: C A Upsdell wrote: Bill Braun wrote: Look for the Dust-Me Selectors 2.2 add-on. Does a nice job. Does a great job. But not compatible (yet) with FF 3.6. Works fine if you just alte... 4 May 2010 06:47
Gap between img and containing form in IE
Hi group, where does the gap between the img/input and the surrounding form come from and how do I get rid of it? http://kundenweb.creations.de/usenet/css/ie_form.htm (view in IE) Regards, André ... 13 May 2010 16:00
Menu Bar not inside its containing div
On this website: http://www.blighty.co.za/ there is a menubar inside a containing div (id="NavBar"). The NavBar has this formatting: #NavBar {border:1px dotted red;} The dotted red line appears to have zero height and is above the menubar. I expected the menubar to be inside the red dotted line. It isn't, an... 3 May 2010 23:07
Need CSS to make dynamic-height textbox
I created an HTML invoice form that works well except for the area where I enter the item description. I'd like a CSS solution that will allow my description column to autowrap and expand vertically as I type within the cell. I'd like the entirety of my text to be visible within that cell for printing. I expec... 4 May 2010 10:03
Active menu items in ul/li hierarchy (breadcrumb)
Hello, what I'm doing is pretty trivial: display a nav tree and mark the currently active elements in the tree in boldface (much like a breadcrumb). I use the following code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/ TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <style> ul.subnav a... 30 Apr 2010 18:31
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17