Re: [css-d] Sudden font size discrepancy

2007-04-15 Thread Suzanne Bernard
 I'd appreciate it if anyone who has time could look at
 http://www.nycss.org/ and tell me why the font sizes are so different
 in IE6 and Firefox.

I've changed the Doctype to !DOCTYPE HTML PUBLIC -//W3C//DTD HTML
4.01//EN http://www.w3.org/ 
 TR/html4/strict.dtd as suggested by Gunlaug and Philippe and it hasn't
appeared to fix the problem. And the results at
http://validator.w3.org/check?uri=http://www.nycss.org/ don't make sense to
me. Is there a guide somewhere to translating the validation statements? 
What's confusing is that last time I checked the site it had the old
DOCTYPE declaration and there was no problem. I've had to reduce some font
sized in the stylesheet to make the page presentable in IE, which makes it
really tiny in Firefox. Any other suggestions appreciated.

Suzanne Bernard





__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Sudden font size discrepancy

2007-04-14 Thread Suzanne Bernard
I'd appreciate it if anyone who has time could look at http://www.nycss.org/ 
and tell me why the font sizes are so different in IE6 and Firefox. This was 
not the case last time I checked, and I can't figure out what I've 
inadvertently changed to cause this (I want them both in the smaller size). 
They stylesheet is at http://www.nycss.org/stylesmain.css. Thanks for any help 
you can give.



Suzanne Bernard
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] FF2 : scrolbars disapear on top on a fixed img

2007-01-19 Thread Bernu Bernard
Is this a known pb ? What is a workaround ?

http://www.lptl.jussieu.fr/users/bernu/pub/scrollbar.html

I have a an img inside a fixed div covering most of the page (not all)

In an other div I have a textarea standing on top of the img: the  
scrollbars are not active (white rectangle) and I do not see the cursor.

Removing the img and everything works fine !

Works fine in Safari, Opera (don't have Win-IE right now)

Bernard
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Navigation button spacing

2006-12-20 Thread Suzanne Bernard
The navigation buttons on my website (http://www.nycss.org) are styled on 
http://www.nycss.org/stylesmain.css, under the class navbuttons. So they 
should look the same on every page, right?  But in IE6 on 
http://www.nycss.org/join.html, they're spaced further apart than on the other 
pages (example: http://www.nycss.org/index.html). Why? Also, in Firefox 2.0, 
they're spaced further apart on all the pages than in IE. How do I get them 
closer together in Firefox?  And finally, one more Firefox issue: on 
http://www.nycss.org/links.html, I want the list items in the table 
(id=linkstable) to line up with the heading rather than being indented. I've 
managed to make these lists look the way I want in IE, but not in Firefox. Any 
thoughts welcome.

Suzanne Bernard
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Styling visited links

2006-12-09 Thread Suzanne Bernard
Is it possible to have a rule that changes visited links when they're hovered 
over?  Something like:  

 a:visited:hover   {color:  purple }

I've tried the above, but it doesn't seem to work.


Suzanne Bernard
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] fixed - absolute - relative in IE6

2006-10-25 Thread Bernu Bernard
Hi,
I'm new in this list and after reading the frontpage I didn't find a  
solution for my problem.

I have a div (static or relative) in which I want to put  other divs  
with { position: absolute } .

I also have a header that I want to be fixed. So I have a mix of  
fixed div with  absolute div inside relative div.

When I scroll the window I want the the absolute div inside relative  
to follow the text (of the relative div).

In W3C browsers, this works fine:
http://www.lptl.jussieu.fr/users/bernu/pub/test/position.html (all  
div with Hello from 1 to 6 move together when I scroll the window)

I could not find out how to do that in IE6.

Thanks,

Bernard

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Static headers and footers using CSS in IE

2006-06-23 Thread Bernard
I am new to CSS and have been working with various layouts to get a feel 
for and to learn using stylesheets.

One of the examples I started to experiment with are the Fixed Header 
and Fixed Footer examples by Anne van Kesteren and Arthur Steiner 
http://limpid.nl/lab/css/fixed/footer. I would like to know if there is 
a way of achieving the same layout in IE without using Quirks mode. I 
use external stylesheets and would rather use the IE conditional 
directive in the  head  tag to conditionally load an IE stylesheet.

Is there a good source of information on what the differences in IE 
markup vs. the rest of the browsers that would address this issue?

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/