Re: [css-d] Reseting styles with the use of conditional comments

2006-05-03 Thread Ingo Chao
Ingo Chao wrote: > http://www.satzansatz.de/cssd/drcc/drcc2.html Tim, many thanks to Tim for testing. And I got 48 Browsercam shots offlist from a kind soul. Much appreciated. And Georg has live examples. Good. So it does work in IE5.0, 5.5, 6.0, 7beta2, and it doesn't irritate any other brows

Re: [css-d] Placement changes slightly from page to page

2006-05-03 Thread Tony Balazs
> Because the vertical scrollbar comes and goes. My advice -- ignore it. > Most people won't notice it, and I personally appreciate the fact that > the vertical scrollbar isn't always present. I will add more content anyway which will make the scrollbar appear. > > "But it's driving me crazy!" y

[css-d] Site Check Please!

2006-05-03 Thread Tom Payne
Hi all, If anyone's got a minute, could they have a look at http:// www.fiddlerontherails.com - it's tested in Safari, Firefox Mac and IE6 (although there have been a few changes since then), but any other browsers and any feedback would be great. Thanks in advance! Tom __

Re: [css-d] Site Check Please!

2006-05-03 Thread james.hebben
One thing I notice (Maxthon - IE6) is that if the font is set to Largest, your top menu wraps the CONTACT link onto a second row. I guess this is due to the fixed width of your content column. Regards, James Hebben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [css-d] Site Check Please!

2006-05-03 Thread Tom Payne
On 3 May 2006, at 08:58, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > One thing I notice (Maxthon - IE6) is that if the font is set to > Largest, your top menu wraps the CONTACT link onto a second row. I > guess > this is due to the fixed width of your content column. > > > Regards, > Jam

Re: [css-d] Site Check Please!

2006-05-03 Thread Tom Payne
On 3 May 2006, at 08:58, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: > One thing I notice (Maxthon - IE6) is that if the font is set to > Largest, your top menu wraps the CONTACT link onto a second row. I > guess > this is due to the fixed width of your content column. Thanks James, I've

Re: [css-d] Simple (?) padding question

2006-05-03 Thread antmanbee
on 2/5/06 19:02, Gunlaug Sørtun at [EMAIL PROTECTED] wrote: > You will of course have to figure out your own values and ways to make > your layouts/designs work. It is often best to learn these simple > methods in depth at an early stage, as there will always be new demands > for each design. Som

Re: [css-d] Hover problem in Opera 8.5

2006-05-03 Thread Imhotep
It works fine for me in opera 8.5/windows. 2006/5/3, Bill Moseley <[EMAIL PROTECTED]>: > I noticed a few people looked at this in my logs. Did anyone see the > same behavior? Any ideas about the problem? > > > > On Mon, May 01, 2006 at 06:15:48AM -0700, Bill Moseley wrote: > > http://hank.or

[css-d] [ADMIN - OVERQUOTING] Re: Hover problem in Opera 8.5

2006-05-03 Thread Alex Robinson
Dear Imhotep, In future, please cut any unnecessary material from your replies. Just consider how much of your reply was needed - especially for the people who read the digest version of the list. Seeing that you'r eposting from gmail, you miight consider reading this: http://css-discuss.i

Re: [css-d] Placement changes slightly from page to page

2006-05-03 Thread Zoe M. Gillenwater
Tony Balazs wrote: >> Because the vertical scrollbar comes and goes. My advice -- ignore it. >> Most people won't notice it, and I personally appreciate the fact that >> the vertical scrollbar isn't always present. >> > > I will add more content anyway which will make the scrollbar appear. >

Re: [css-d] [ADMIN - OVERQUOTING] Re: Hover problem in Opera 8.5

2006-05-03 Thread Alex Robinson
Dear List, My apologies. That message was meant for Imhotep alone and not the 7000 plus of you who just received it. However, let it serve as a reminder that the moderators of the list look unkindly on people not bothering to edit their responses before sending them... ... and also that you s

[css-d] Descendant Selectors Based on IDs

2006-05-03 Thread Dagmar Noll
Hi all. Are descendant selectors based off of IDs valid CSS? In case I am not using the right language (please set me straight if I'm not), I mean this: #header ul #header p #header img #sections h1 #sections h2 #section p If this is valid CSS, are there any major red flags regarding using de

Re: [css-d] Site Check Please! - fiddler

2006-05-03 Thread Felix Miata
On 06/05/03 03:52 (GMT-0400) Tom Payne apparently typed: > If anyone's got a minute, could they have a look at http:// > www.fiddlerontherails.com - it's tested in Safari, Firefox Mac and > IE6 (although there have been a few changes since then), but any > other browsers and any feedback woul

[css-d] Fwd: navigation with death kiss by Dave Shea

2006-05-03 Thread Landrik
-- Forwarded message -- From: Landrik <[EMAIL PROTECTED]> Date: 03-May-2006 13:44 Subject: navigation with death kiss by Dave Shea To: [EMAIL PROTECTED] Hi all, i'm currently having a problem, i never had before; i'm using Dave Shea technique for navigation for my site, but it won

[css-d] short white space

2006-05-03 Thread Daniel Kessler
I have a white blank area that I'm trying to make 3 pixels tall using a css div. I'm not sure of the proper way of doing it and can only get it to work in Safari, not Mozilla or IE PC. Here's the page: http://hhp.umd.edu/events/systems_thinking/ There's a banner with white space below it

Re: [css-d] 5 column CSS box

2006-05-03 Thread Sandra Qu
Try these sites for guidance :: Horizontal lists http://css.maxdesign.com.au/listamatic/ :: http://www.cssplay.co.uk/menus/index.html --sandra __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d I

Re: [css-d] Hover problem in Opera 8.5

2006-05-03 Thread cj
On 5/2/06, Bill Moseley <[EMAIL PROTECTED]> wrote: > I noticed a few people looked at this in my logs. Did anyone see the > same behavior? Any ideas about the problem? i don't have a linux browser to test on, but my opera 8.54 on winxp doesn't do anything weird. _

Re: [css-d] Design question

2006-05-03 Thread [EMAIL PROTECTED]
Related to CSS? Sort of. It probably is relates more to how you code, whether you use a template program such as dreamweaver, hand-coding, also whether you work in a scripting language like php as well. I do what I can to keep pages light. I have a couple sites with standard navigation, but

Re: [css-d] short white space

2006-05-03 Thread Els
Daniel Kessler wrote: > I have a white blank area that I'm trying to make 3 pixels > tall using a css div. I'm not sure of the proper way of doing > it and can only get it to work in Safari, not Mozilla or IE > PC. Here's the page: > http://hhp.umd.edu/events/systems_thinking/ There's a banner >

Re: [css-d] short white space

2006-05-03 Thread Daniel Kessler
I removed that and it improved in Mozilla (thanks!), but it's still not working in PC IE. On May 3, 2006, at 9:51 AM, Els wrote: > Take out the 'display:inline', and it will obey the height. > -- > Els > http://locusmeus.com/ > http://locusoptimus.com/ > _ Daniel

[css-d] Strange IE error on some systems

2006-05-03 Thread Stuart Swan
Hi List, I'm having a problem in IE on Windows, for some reason the poblem doesn't show for me on my laptop or desktop. The client informed me of this so I checked Browsercam: http://www.acutus.co.uk/ie6windowsxp800600.JPG - Screenshot Just below the logo and above the 'Under Construction' it is

Re: [css-d] short white space

2006-05-03 Thread Els
Daniel Kessler wrote: > I removed that and it improved in Mozilla (thanks!), but it's > still not working in PC IE. .white img{ display:block; } Images are inline by default, which means a space below them is left, just like under text, to make room for the descenders of g,j,p,q,y. Setting

Re: [css-d] Strange IE error on some systems

2006-05-03 Thread Stuart Swan
Site: http://www.acutus.co.uk CSS: http://www.acutus.co.uk/css/styles.css Stuart __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 Lis

Re: [css-d] short white space

2006-05-03 Thread Daniel Kessler
That worked fine - thanks! I didn't quite get the explanation (lost at the descenders comment) so I'll have to look more into it. I appreciate the assistance. On May 3, 2006, at 10:22 AM, Els wrote: > Daniel Kessler wrote: >> I removed that and it improved in Mozilla (thanks!), but it's >> st

Re: [css-d] short white space

2006-05-03 Thread Els
Daniel Kessler wrote: > That worked fine - thanks! You're welcome :-) > I didn't quite get the explanation (lost at the descenders > comment) so I'll have to look more into it. a c e -> letters without ascenders or descenders b d f -> letters with ascenders g j y -> letters with descenders. All

[css-d] Way to left and right align SPANs in a DIV?

2006-05-03 Thread Eoin Maguire
Hi, I have a DIV and within it two spans. I would like to left align one of those spans and right align the other span. Is there a way to do this? Floats don't seem to work. Thanks. __ css-discuss [EMAIL PROTECTED] http

Re: [css-d] Strange IE error on some systems

2006-05-03 Thread Big John
Stuart Swan wrote: > I'm having a problem in IE on Windows, for some reason the poblem > doesn't show for me on my laptop or desktop. The client informed me of > this so I checked Browsercam: > > http://www.acutus.co.uk/ie6windowsxp800600.JPG - Screenshot > > Just below the logo and above the 'U

Re: [css-d] Way to left and right align SPANs in a DIV?

2006-05-03 Thread Els
Eoin Maguire wrote: > I have a DIV and within it two spans. I would like to left > align one of those spans and right align the other span. Is > there a way to do this? Floats don't seem to work. I'd say floats can certainly work for this, but it depends on what result you want. Do you want eac

Re: [css-d] Fwd: navigation with death kiss by Dave Shea

2006-05-03 Thread Robert O'Rourke
> i'm currently having a problem, i never had before; > i'm using Dave Shea technique for navigation for my site, but it wont show > this time, and i dont know where i'm doing wrong since both xhtml and css > validates fine; > Hi Landrik, I've played with this technique a little, what exact

Re: [css-d] Descendant Selectors Based on IDs

2006-05-03 Thread Tyson Tate
On May 3, 2006, at 5:56 AM, Dagmar Noll wrote: > #header ul > #header p > #header img > #sections h1 > #sections h2 > #section p > > If this is valid CSS, are there any major red flags regarding using > descendant selectors based on IDs? All of the above will work perfectly. However, keep in min

[css-d] Border around div

2006-05-03 Thread battey
Why does the following produce a border around my div? And how do I get rid of it? Thanks, David __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio

Re: [css-d] Border around div

2006-05-03 Thread Dave Goodchild
First of all don't use inline styles. Second, is it related to anything else in the css. Give us more to work with please. On 03/05/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Why does the following produce a border around my div? And how do I get > rid of it? > > > > Thanks, > David > _

[css-d] single pixel gap between button and border

2006-05-03 Thread MarcLuzietti
In IE6 I've got a single pixel gap between button and the border, and I can't figure out why it is there. It's for an internal app, so I can't show you. Teh relevant code, (I think): CSS=== .button { background:url(/SHF/resources/skins/koolBleu/images/buttonBackBlue.gif) re

Re: [css-d] Border around div

2006-05-03 Thread Pringle, Ron
David wrote: > Why does the following produce a border around my div? And > how do I get rid of it? > > > > Thanks, > David Try setting the border to border:none; Regards, Ron __ css-discuss [EMAIL PROTECTED] http://www.css-

Re: [css-d] short white space

2006-05-03 Thread Zoe M. Gillenwater
Daniel Kessler wrote: > I have a white blank area that I'm trying to make 3 pixels tall using > a css div. I'm not sure of the proper way of doing it and can only > get it to work in Safari, not Mozilla or IE PC. Here's the page: > http://hhp.umd.edu/events/systems_thinking/ There's a bann

[css-d] IE6 left nav problem

2006-05-03 Thread Chris C
I can't figure out why the left navigation bar centers itself in IE6. The page will first appear perfectly. Then if you click the "home" button (within the page) the navigation bar (on the left) will immediately move right across the page to the center. This page displays fine in all other brow

Re: [css-d] Way to left and right align SPANs in a DIV?

2006-05-03 Thread Zoe M. Gillenwater
Eoin Maguire wrote: > I have a DIV and within it two spans. I would like to left align one of > those spans and right align the other span. Is there a way to do this? > Floats don't seem to work. > > Floats should work. Can we see the problem page? See if this article can help you: http://www.

Re: [css-d] Placement changes slightly from page to page

2006-05-03 Thread Tony Balazs
On 3 May 2006, at 15:22, [EMAIL PROTECTED] wrote: >>> Is there a reason why you can't just place each image in each of >>> those >>> divs forming those columns? Send us a link to the page that >>> demonstrates >>> the problem you are having. >>> >> >> I have done this and it seems OK. I wasn't

[css-d] IE6 , page not displaying

2006-05-03 Thread Mark Fellowes
Trying a simple 3 col fluid layout. It refuses to show up in IE6. Firefox seems fine. http://pamshop.com/Template1/exp10.html I checked markup, simple and correct. #wrapper has min-width: 720px; which i think is IE incompatible but I expected to see something. Sorry to ask but anyone und

Re: [css-d] IE6 , page not displaying

2006-05-03 Thread Mike Botsko
You have an

Re: [css-d] IE6 , page not displaying

2006-05-03 Thread Mark Fellowes
 My apologies. I went over the code carefully to makes sure I didn't waste list bandwidth but negelected commnets. Mark -Original Message- From: [EMAIL PROTECTED] Sent: Wednesday, May 3, 2006 10:10 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED];CSS List [EMAIL PROTECTED] Subject: [css

[css-d] Problem with IE showing text

2006-05-03 Thread Brian Jones
Hi, When I view my page Internet Explorer is not displaying the text right away. I have to highlight the text or scroll the page for the text to be show and sometimes after that it disappears again. The text displays fine with Firefox...so it's not a font color issue like I first thought. Does an

Re: [css-d] Odd Firefox Bugs

2006-05-03 Thread francky
Tyson Tate wrote: >On May 2, 2006, at 7:21 PM, francky wrote: >[snip] > > >>btw: you know the Liquid Corner/Border method (without javascript)? >>See Playgarden 8.a >liquidcorners/liquid-corners-playgarden-08a.htm>, and the new >>examples Playgarde

Re: [css-d] Problem with IE showing text

2006-05-03 Thread francky
Brian Jones wrote: >Hi, > >When I view my page Internet Explorer is not displaying the text right >away. I have to highlight the text or scroll the page for the text to >be show and sometimes after that it disappears again. The text >displays fine with Firefox...so it's not a font color issue lik

Re: [css-d] IE6 left nav problem

2006-05-03 Thread Gunlaug Sørtun
Chris C wrote: > I can't figure out why the left navigation bar centers itself in IE6. > The page will first appear perfectly. Then if you click the "home" > button (within the page) the navigation bar (on the left) will > immediately move right across the page to the center. > The URL is: htt