First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Layout Float and Anchor problems. Need advice. Online Example.
Hello, I created the following layout: http://www.flyondreams.net/Layout.html I have two problems: 1. I am not able to clear the floats. You can see the red borders that are collapsed. I used divs with Clear class to clear the floats but no success. I am not sure if I even need the Clear divs ...... 2 Feb 2010 14:42
Anchor tags - Correct way to style it
Hello, I am styling some anchors as follows: a {color: #2E6194;} a:link {color: #2E6194;} a:visited {color: #285580;} a:hover, a:active, a:focus {text-decoration: none;} Is there a specific order to style the anchors? And should I use the common a? What is the correct way to style anchor tag... 2 Feb 2010 14:42
css problems
Wrote out some random thoughts about problems of CSS. (a blog). Any thoughts? ------------------------------------- (perm link with links and updates: http://xahlee.org/js/css_problems.html) Am reading the Wikipedia article on Cascading Style Sheets again. Here's a interesting quote: While new additio... 2 Feb 2010 14:43
Reduce distance between table columns?
Hi, I'm using a custom css table design to display a program's usage info. in the style of a Linux man page. There are 2 different custom td definitions so that I can have a thin column width for the command and a wide width for the description. See this page: http://gencon.pyrus.feralhosting.com/ftm/ftm.... 2 Feb 2010 14:42
Can Someone please help me with my Computer stuff? 59001
I use the computer and the Net on a regular basis but I don't know a whole lot about it all, especially when it gets technical. I have an Acer Aspire AM5100-U5300A. I would like to speed this computer up, I would like a very good grasphics card without spending a fortune. Once I find out what I need I willo just go t... 27 Jan 2010 14:52
How wide is the world? 640 800 1200 1680 ??
On 26 Jan, 10:59, Steve Swift <steve.j.sw...(a)gmail.com> wrote: It's entirely reasonable to restrict the width of your pages; What's a "page" ? If you mean "browser window", then you can't control this without being intensely irritating to the user. If you do set the browser window, it's normally set in p... 2 Feb 2010 14:42
How wide is the world? 640 800 1200 1680 ??
What screen size should one design for? And how to do it? I see all sort of page widths. What is the best management of width? masonc ... 2 Feb 2010 14:42
Setting margin relative to the float on my left?
Hi all, How can I set my indenting margin relative to the float on my left, or the container border if I'm below the float? That is can I achieve the following layout with CSS? Google didn't help. .. o O ( Or I'm using the wrong keywords. ) ,------------------------. |,--------. | || Flo... 26 Jan 2010 17:46
Textarea width increasing in IE6
In the following html the width of the text area increases in IE6 outside of the containing div after the user starts typing in it... It works fine in every other browser I've tested. Why? And how should I prevent it from happening in IE6? Thanks <html><head> <title>Test</title> <style> * html .boxhead h2... 25 Jan 2010 12:46
How to calculate the width for a <div> = current browser window width MINUS 180 pixel?
I would like to dynamically calculate the width of a <div> pane as the current browser window width minus 180 pixel. In other words I would like to setup an CSS instruction like DIV.special { width: calculate(100% - 180px); } Unfortuantely this does not work. How else can I achieve this with HTML/CSS ? ... 25 Jan 2010 12:46
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24