[css-d] Tests on CSS tables

2008-02-09 Thread Gabriele Romanato
Hi all! http://www.css-zibaldone.com/test/tables bye G. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

[css-d] left sidebar float problems

2008-02-09 Thread Lisa Wilcox
I have a website I'm working on. What I am trying to do is to have the sidebar carry down with the content so that it appears seamless. I've been reading http://www.alistapart.com/articles/holygrail and trying to follow instructions. Now it seems I have too much sidebar carrying down..I'm so beyo

Re: [css-d] Float problem in IE

2008-02-09 Thread Kepler Gelotte
> Here's my second problem of the day: the floated main navigation links are > dropping down incrementally in IE 6, and are doing the same in IE 7, but > also hiding all but the top link in IE 7 behind an image in the div below. Hi Janie, Try changing the elements of your navigation to inline a

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-09 Thread Felix Miata
On 2008/02/10 11:35 (GMT+1300) Michael Adams apparently typed: > In addition Microsoft released the Core font set to the public and > though discontinued by Microsoft free distribution was allowed under > the original licence. These font are still being distributed third party > and have been inst

[css-d] Float problem in IE

2008-02-09 Thread Janie Hadsel
It's not a good CSS day for me. My site was working fine in IE6 & 7 until I started cleaning some things up today. I received some help from Ingo earlier, adding overflow: hidden to the main_nav's ul li a styles to fix a problem in FF, but I don't think that has anything to do with the new problem,

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-09 Thread Michael Adams
On Fri, 08 Feb 2008 21:49:27 -0500 Felix Miata wrote: > On 2008/02/08 23:49 (GMT+1300) Michael Adams apparently typed: > > > If you add helvetica to that font family that caters to most Mac and > > Linux users as well. > > font-family: Tahoma, Arial, Helvetica, sans-serif > > Helvetica, while ve

Re: [css-d] pixel-perfect line-height troubles

2008-02-09 Thread Gunlaug Sørtun
mean dspt wrote: > [...] But the resulting line-height looks different in IE, Opera and > FF. > http://susvet.info/ > I'd like the page to look the way it look now in Opera. I think you got the selector wrong: a .tagadelic { line-height : 21px; } ...should be... a.tagadelic { line-height : 2

[css-d] pixel-perfect line-height troubles

2008-02-09 Thread mean dspt
Dear all, I have a fixed-height container (it's using some js that requires fixed dimensions to look nice) with a tag-cloud inside. I also have a text-size CSS swich on the page. In order to prevent text-size switch overflowing the fixed container, I've written some rules to set the sizes inside t

Re: [css-d] Problem with floated links at right of page in FF

2008-02-09 Thread Ingo Chao
Janie Hadsel wrote: > ... > http://www.hadseldesign.com/projects.html . > > Here's my problem, when you click on a link in either the main navigation or > the sidebar links FF places a faint dotted line around the link that extends > all the way across the page to the left side. It is intended as

[css-d] Problem with floated links at right of page in FF

2008-02-09 Thread Janie Hadsel
I've been working on this site, my site, in short spurts between other projects and could be doing something entirely wrong. The site uses floats to place main navigation list links with background images at both the top of the page and for project links in the sidebar div to the right of the main_

Re: [css-d] credit text in bottom of browser

2008-02-09 Thread David Hucklesby
On Thu, 7 Feb 2008 15:37:07 -0600, Melinda Odom wrote: > Hi, > > Is there a way to have text appear on top of a repeating graphic in the > bottom of the > browser window? > > I have a repeating color on the body tag to "x" repeat which is fine and I > would like > to be able to put text in the ce

Re: [css-d] start an ordered list at a number > 1

2008-02-09 Thread Jukka K. Korpela
Bob Rosenberg wrote: > At 18:22 -0500 on 02/07/2008, Tim White wrote about Re: [css-d] start > an ordered list at a number > 1: > >> You can use (whatever number you need) to start a >> list at a new number. Or, you can use to skip >> numbering within a list. >> >> Both attributes are deprecated

Re: [css-d] IE vs FF Textarea Font Size Inconsistent

2008-02-09 Thread Bruno Fassino
Felix Miata wrote: [...] > You can also see that IE is using 10pt Courier New in its > internal stylesheet for PRE, CODE, TT, SAMP & TEXTAREA What has probably not been mentioned yet, is that this IE behavior (i.e. those elements having a smaller default size) can simply be overridden specifying p