Re: [css-d] Font property

2006-06-05 Thread Bojana Lalic
I see! Thanks so much for that! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philippe Wittenbergh Sent: Tuesday, June 06, 2006 3:39 PM To: CSS-D Subject: Re: [css-d] Font property On Jun 6, 2006, at 2:50 PM, Bojana Lalic wrote: > > Can I have font-s

Re: [css-d] Font property

2006-06-05 Thread Philippe Wittenbergh
On Jun 6, 2006, at 2:50 PM, Bojana Lalic wrote: > > Can I have font-size: 2.2em/1.5; instead? I am just a bit confused > about > the two values thing. > No. With the font shorthand property, the first value (2.2em) is the font-size, the second one is the line-height. If you use the font-si

Re: [css-d] Font property

2006-06-05 Thread Bojana Lalic
Hi Philippe Thanks for that. Can I have font-size: 2.2em/1.5; instead? I am just a bit confused about the two values thing. Bojana -Original Message- From: Philippe Wittenbergh [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 3:14 PM To: CSS-D Subject: Re: [css-d] Font property

Re: [css-d] Font property

2006-06-05 Thread Philippe Wittenbergh
On Jun 6, 2006, at 2:35 PM, Bojana Lalic wrote: > Is this valid css and if not what's wrong with it: > > > > font: 2.2em/1.5; invalid CSS. When using the font shorthand, you must declare a value for font- family and font-size. The css validator would have told you that. Philippe --- Philippe W

[css-d] Font property

2006-06-05 Thread Bojana Lalic
Hi all Is this valid css and if not what's wrong with it: font: 2.2em/1.5; Regards Bojana Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, Australia. Visit our website http://www.educationau.edu.au/globalsummit2006 for further details. __

Re: [css-d] Problem with IE Double Margin Bug (I think?)

2006-06-05 Thread Gunlaug Sørtun
Erik Domingo wrote: > I seem to be having a problem with the IE double margin bug on > floats. It's only affecting this page: > > http://roblin.bluelangroup.net/v4_Services.php > > and only when viewed in IE6. Other pages on the site render fine in > FF and IE. The IE double margin on floats b

[css-d] Image partially shows

2006-06-05 Thread Patrick Roane
Hi folks, I'm trying to create a background image in my .css file but it gets 'overshadowed' by other .css elements and I can't figure it out. Please take a glance at: www.pdrsolution.com/bistro17/index.html Here, you will see that I deliberately inserted the building image into the index.html

[css-d] Problem with IE Double Margin Bug (I think?)

2006-06-05 Thread Erik Domingo
Hi all, I seem to be having a problem with the IE double margin bug on floats. It's only affecting this page: http://roblin.bluelangroup.net/v4_Services.php and only when viewed in IE6. Other pages on the site render fine in FF and IE. The CSS can be viewed at: http://roblin.bluelangroup.net/m

Re: [css-d] Firefox vs IE display of website

2006-06-05 Thread Gunlaug Sørtun
Martin Deen wrote: > http://www.intownjulie.com > Main problem is that my tabbed menu is now floating above my content > ruining the effect I was going for. I've been at a loss to figure > out how to address this one. Looks like a 'collapsing margins'[1] case. Easiest solved by adding a paddi

Re: [css-d] Using s5 to present photography slides

2006-06-05 Thread Jim Nannery
Afternoon Don You wrote; >I modified s5-blank.html to show photography slides. The goal is to > maximize the screen space for the pictures. > > I removed the headers and footers and sized the pictures to fit centered > on > the page. > > Using FireFox 1.5.0.3 all works as expected. Using IE 6.

[css-d] CSS Printable Pages

2006-06-05 Thread xtiandc
Is there a way to control font size/layout on printable pages? The printer is adhering to my (very) basic layout, but seems to be ignoring my font declarations. Is there a simple way to control this? My CSS consists of: html{ background: #ff; font: normal 8pt/10pt arial, helvetica,

Re: [css-d] Using s5 to present photography slides

2006-06-05 Thread Don Miller
Better check Win98, IE6. Pictures appear on load and then disappear. And I liked the pictures - at least the couple I did get to see before they evaporated. Don - Original Message - From: "Dan Healy" <[EMAIL PROTECTED]> To: Sent: Monday, June 05, 2006 12:11 PM Subject: [css-d] Using s5

Re: [css-d] The Not-so-thin Blue Line (solved)

2006-06-05 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote: > On Jun 4, 2006, at 06:33:36 +0200, Gunlaug S?rtun wrote: > > >> Try adding... >> >> p.copy {margin: 0;} >> >> Georg >> > > Yep, that did it (and it still works correctly in IE6!) > > Much obliged. > So you can avoid the problem in the future, instead of j

[css-d] Using s5 to present photography slides

2006-06-05 Thread Dan Healy
I modified s5-blank.html to show photography slides. The goal is to maximize the screen space for the pictures. I removed the headers and footers and sized the pictures to fit centered on the page. Using FireFox 1.5.0.3 all works as expected. Using IE 6.0.2800.1106 all of the pictures don't cen

Re: [css-d] strange whitespace in IE6

2006-06-05 Thread David Laakso
Indranil Dasgupta wrote: > Kindly see the following page in IE6. http://www.inctalk.com/wp/ > You can see a whitespace of 40px to the right of the page. This does not > appear in IE 7 or other browsers. The CSS is > http://www.inctalk.com/wp/wp-content/themes/inctalk/style.css > Indranil Since /I

[css-d] Firefox vs IE display of website

2006-06-05 Thread Martin Deen
I'm working on a website located at http://www.intownjulie.com with the stylesheet located at http://www.intownjulie.com/tabbed.css I've gotten the layout looking exactly the way I want in Firefox [Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4] but when

Re: [css-d] The Not-so-thin Blue Line (solved)

2006-06-05 Thread phidlerwerf
On Jun 4, 2006, at 06:33:36 +0200, Gunlaug S?rtun wrote: > Try adding... > > p.copy {margin: 0;} > > Georg Yep, that did it (and it still works correctly in IE6!) Much obliged. __ css-discuss [EMAIL PROTECTED] http://www.

Re: [css-d] Firefox issue

2006-06-05 Thread Robert O'Rourke
[EMAIL PROTECTED] wrote: > Hi, > > I am pretty new to CSS. This file is fine with IE but when view through > Firefox it does not display correctly. Any help would be greatly > appreciated! > > http://www.ccclib.org/programs/srl_dsl.html > http://www.ccclib.org/Style/programs.css > > > Thanks > S

Re: [css-d] weird safari behavior (advanced css)

2006-06-05 Thread Ingo Chao
Guillaume Bokiau wrote: > Have a look at http://www.4project.be/Guillaume%20Bokiau/ in Safari. ... I've tried to reduce the problem http://www.satzansatz.de/safari/fixscroll.html pink #menu's width causes a scrollbar. When the window is scrolled, the fixed, overflown navy #MainContainer does

[css-d] strange whitespace in IE6

2006-06-05 Thread Indranil Dasgupta
Hello, Kindly see the following page in IE6. http://www.inctalk.com/wp/ You can see a whitespace of 40px to the right of the page. This does not appear in IE 7 or other browsers. The CSS is http://www.inctalk.com/wp/wp-content/themes/inctalk/style.css Any help would be appreciated. Regards Indr

Re: [css-d] Firefox issue

2006-06-05 Thread Guillaume Bokiau
(seriously sorry for the dubble post - i'm new to mailing lists) For a starter, delete all those display:inline in the css. They have no purpose here. Also, for all those images you want to float next to text, I would do it this way : Lapsit Ages 6 months - 2 1/2 years

Re: [css-d] Firefox issue

2006-06-05 Thread Guillaume Bokiau
__ 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://ww

Re: [css-d] Firefox issue

2006-06-05 Thread Dave Goodchild
On 05/06/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > I am pretty new to CSS. This file is fine with IE but when view through > Firefox it does not display correctly. Any help would be greatly > appreciated! > > http://www.ccclib.org/programs/srl_dsl.html > http://www.ccclib.org/St

[css-d] Firefox issue

2006-06-05 Thread sdeng
Hi, I am pretty new to CSS. This file is fine with IE but when view through Firefox it does not display correctly. Any help would be greatly appreciated! http://www.ccclib.org/programs/srl_dsl.html http://www.ccclib.org/Style/programs.css Thanks Stacie ___