Re: [css-d] adding a global override in a style

2006-08-22 Thread ~davidLaakso
Trish Meyer wrote: At 9:40 PM -0400 8/21/06, ~davidLaakso wrote: http://www.co-op7.org/ http://www.co-op7.org/stylesheets/coop7.css [...] I could always add a deeper margin to a p.last I suppose, but the same problem occurs with getting it to work. Let's say I have defined p differently

Re: [css-d] Rt. Clmn spills into Main when browser is smallr

2006-08-22 Thread videoscott1
I believe I figured it out; a dah moment like the many lately;-\ A site check would be nice though! I officially ask later. [EMAIL PROTECTED] wrote: Hi Experts;-) http://videointegrations.com/odyssey/ The #sidebar_rt content is spilling into the #main_content1 when browser width is less then

Re: [css-d] IE gap below li in suckerfish type pop out

2006-08-22 Thread Julie Ellam
Got some help on this one and it was the IE Whitespace bug. I set the li's to display: inline and that fixed it. Julie Room 108 Limited Creative New Media Solutions West Lothian http://www.room108.co.uk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [css-d] Unwanted space in SuckerFish dropdown- SORTED

2006-08-22 Thread Ian Young
Have an annoying extra white space in Suckerfish dropdown. In IE6 only, of course. Now resolved. as follows li li ... float:none li li float:left Seems to work fine now. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database:

[css-d] And finally Mac IE 5

2006-08-22 Thread Ian Young
The layout is coming together and is ok across everything except Mac IE 5 where menu is stage right. The end column also drops in the full version (php) Anyone got a quick fix? http://www.iyesolutions.co.uk/templates/lvsc/template3.html Thanks in anticipation Ian

[css-d] stylesheet question (@import?)

2006-08-22 Thread Shelly
I had a quick question - and probably one that everyone on this list but me knows about :) - about stylesheets and the @import rule. I was working on converting a Wordpress theme today (Blix, if anyone cares to know), and the stylesheet had something I had never seen before. Basically, the

Re: [css-d] stylesheet question (@import?)

2006-08-22 Thread Martin Heiden
Shelly, on Tuesday, August 22, 2006 at 13:33 Shelly wrote: @import layout.css; @import spring_flavour.css; This is a very common way to organize stylesheets. I do that since years. Drawbacks: NN 4.x and co. doesn't support this, so it's an easy way to keep old browsers away from styles that

Re: [css-d] stylesheet question (@import?)

2006-08-22 Thread Micky Hulse
Hi, Here is how I go about it: In HTML: link rel=stylesheet type=text/css media=all href=/css/master.css / And in master.css: @import url(resets.css); @import url(fonts.css); @import url(layout.css); @import url(links.css); @import url(forms.css); @import url(nav_vert.css); @import

Re: [css-d] YUI Navigation Tabs: IE5.0/PC. IE5.2/Mac

2006-08-22 Thread Nick Fitzsimons
On 22 Aug 2006, at 01:55, Micky Hulse wrote: Hi, http://developer.yahoo.com/ypatterns/examples/tabs.html I am having a heck of a time trying to figure out how to get the above tabbed navigation to work in IE5.0/PC. IE5.2/Mac (main tabs span 100% width of the page.) Yahoo! operate on the

Re: [css-d] stylesheet question (@import?)

2006-08-22 Thread Christian Heilmann
On 8/22/06, Micky Hulse [EMAIL PROTECTED] wrote: Hi, Here is how I go about it: [...] How about: http://css-discuss.incutio.com/?page=ImportHack and updating that if needed ? :) -- Chris Heilmann Book: http://www.beginningjavascript.com Blog: http://www.wait-till-i.com Writing:

Re: [css-d] And finally Mac IE 5

2006-08-22 Thread Philippe Wittenbergh
On Aug 22, 2006, at 7:12 PM, Ian Young wrote: The layout is coming together and is ok across everything except Mac IE 5 where menu is stage right. The end column also drops in the full version (php) Anyone got a quick fix? http://www.iyesolutions.co.uk/templates/lvsc/template3.html

[css-d] Inline elements and display:block

2006-08-22 Thread Chris Ovenden
Hi All I am reading More Eric Meyer on CSS, and came across a passage (on p158) that I don't understand. After making some a tags have display:block, he says: Note that we have *not* changed the nature of the links themselves. The a elements are still inline elements. What's happened is that the

Re: [css-d] Inline elements and display:block

2006-08-22 Thread David Dorward
On 22/08/06, Chris Ovenden [EMAIL PROTECTED] wrote: Is there really an intrinsic difference between block level and inline elements, other than presentational ones? If so, what? The DTD defines what elements may be contained in other elements. e.g. span div /div /span is forbidden, inline

Re: [css-d] And finally Mac IE 5

2006-08-22 Thread ~davidLaakso
Ian Young wrote: The layout is coming together and is ok across everything except Mac IE 5 where menu is stage right. The end column also drops in the full version (php) http://www.iyesolutions.co.uk/templates/lvsc/template3.html Ian I do not have mac/ie5.2, so I can't test this -- but for

Re: [css-d] stylesheet question (@import?)

2006-08-22 Thread Shelly
Thanks so much for this info - that's great! I have a lot to read up on. Look at me, all excited about this. I'm such a geek. ;) ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2

[css-d] IE 6 adding a margin (from another element) when hover over a link

2006-08-22 Thread Arian Hojat
Hello all, I was working on building a template for rounded sliding doors tabs, set upon a rounded corner box like so: http://arihoj.freehostia.com/tabTest.html I got it working in firefox, but IE (6) seems to have a problem... if you hover over one of the inactive links, a margin shows up

[css-d] font-size Different in li and p

2006-08-22 Thread R. Alan Payne
Problem: font-size seems to be rendered differently for li class=issue and for p class=issue. (Example is in: www.dvmvac.com/snippet/ ... CSS: www.dvmvac.com/snippet/DVMcss.css (pls ignore background - I just did a quick file copy and didn't get bkgnd file resolved.) In external CSS, I define

Re: [css-d] font-size Different in li and p

2006-08-22 Thread Scott Bicknell
On Tuesday, August 22, 2006 8:47 am, R. Alan Payne wrote: Problem: font-size seems to be rendered differently for li class=issue and for p class=issue. (Example is in: www.dvmvac.com/snippet/ ... CSS: www.dvmvac.com/snippet/DVMcss.css (pls ignore background - I just did a quick file copy and

Re: [css-d] font-size Different in li and p

2006-08-22 Thread Felix Miata
On 06/08/22 11:47 (GMT-0400) R. Alan Payne apparently typed: Problem: font-size seems to be rendered differently for li class=issue and for p class=issue. (Example is in: www.dvmvac.com/snippet/ ... CSS: www.dvmvac.com/snippet/DVMcss.css (pls ignore background - I just did a quick file copy

Re: [css-d] font-size Different in li and p

2006-08-22 Thread ~davidLaakso
R. Alan Payne wrote: Problem: font-size seems to be rendered differently for li class=issue and for p class=issue. (Example is in: www.dvmvac.com/snippet/ ... CSS: www.dvmvac.com/snippet/DVMcss.css (pls ignore background - I just did a quick file copy and didn't get bkgnd file resolved.) In

Re: [css-d] IE 6 adding a margin (from another element) when hover over a link

2006-08-22 Thread Gunlaug Sørtun
Arian Hojat wrote: http://arihoj.freehostia.com/tabTest.html I got it working in firefox, but IE (6) seems to have a problem... if you hover over one of the inactive links, a margin shows up between #contentbody and element before it. It seems to 'use' #TroubleMaker bottom margin which

[css-d] Unwanted padding in FF

2006-08-22 Thread Henry Felton
Hi guys, I'm in the process of doing a site that has a nav bar at the top, followed by a second nav pane on the left. For some reason the top nav bar has acquired what looks like extra bottom padding in FF (fine in IE) between it and the left-hand pane. The problem is obvious if you see it

[css-d] Problem IE Opera Mac + How's IE6-7 ?

2006-08-22 Thread videoscott1
www.videointegrations.com/odyssey/ I think we're almost ready to fly on this one! I haven't had a chance yet to look at this on IE6-7 but Opera and IE Mac both show a gap below the picture which doesn't go away when zoomed? Anyone have a fix? Also IE Mac shows the #header graphic twice on the

Re: [css-d] Unwanted padding in FF

2006-08-22 Thread Gunlaug Sørtun
Henry Felton wrote: The problem is obvious if you see it (www.henryfelton.net/oscarlayout). There is an unwanted white space below the 'Listen Live' and grey nav buttons. Does anyone know the reason? Secondly, at the bottom you can see some text containers; again in IE it's fine but

[css-d] Header Row shifts in IE when window resized THEAD

2006-08-22 Thread Adam Wakal
Hello All I am a newbie to css-d. I am trying to get a table to work with dynamic data and a fixed header. I am having problems with IE6 when I resize the page. The header row shifts to the right or left when down sized and does not bounce back when window is resized up. (Hopefully that made

Re: [css-d] Problem IE Opera Mac + How's IE6-7 ?

2006-08-22 Thread ~davidLaakso
[EMAIL PROTECTED] wrote: www.videointegrations.com/odyssey/ I think we're almost ready to fly on this one! I haven't had a chance yet to look at this on IE6-7 but Opera and IE Mac both show a gap below the picture which doesn't go away when zoomed? Anyone have a fix? Also IE Mac shows the

[css-d] safari padding problems

2006-08-22 Thread Stephen Fishman
I have a problem. My pages render perfectly in FF and IE but in safari there is a wierd space about 3/4 down the page below the photographs and above the 1 pixel red border. My pages can be seen at: http://www.trivoca.com/vintagehomes/aboutUs.html

Re: [css-d] YUI Navigation Tabs: IE5.0/PC. IE5.2/Mac

2006-08-22 Thread Micky Hulse
Hi Nick, great info! Thanks so much for your response and time. ;D Nick Fitzsimons wrote: [...] In other words, you aren't going to get Yahoo!'s stuff to work on those browsers because it was never designed to. You'll have to do it yourself, so you might as well start from scratch - no

Re: [css-d] Please give my site a sping.

2006-08-22 Thread Vinj Vinj
www.eswap.com Falling back to HTML 4.01 to avoid validating the (lack of) wellformedness - only 56 errors. That's as good a result as that page can get. I specified the doctype as http://www.w3.org/TR/html4/loose.dtd; and got the errors down to 20 The main part looks like tabular data to me,

[css-d] Why are my fonts and sizes different between ie and firefox

2006-08-22 Thread Vinj Vinj
I'm not sure why the fonts come out differently between ie and firefox. My website is: www.eswap.com and the fonts in IE are larger than what I would like them to be. Any ideas on how I can make them consistent between the browsers. Vineet

[css-d] Can you spot the IE bug?

2006-08-22 Thread Phil Trinh
My blog is here: http://philsproof.com Some kind of IE problem (which affects both versions 5 and 6) is causing some of my blog posts to display one word at a time. I've managed to track the problem to a horizontal line I use to divide my posts up. I use the following call, div class =

[css-d] no class, no id, no element?

2006-08-22 Thread Brian Cummiskey
I'm looking through a vBulletin install, and I'm noticing some weird things: a:link, body_alink { * color : #9c; } what is body_alink here? It's not a class, nor an ID, nor an html element, and it's separated by a comma, so it's not playing parent/child. It validates, so it must be

Re: [css-d] Problem IE Opera Mac + How's IE6-7 ?

2006-08-22 Thread videoscott1
Thanks again David, I guess I was right and it seems IE 5 - 6 has more padding or was that margin? I get to have a 4 day vacation from my marriage that I want a divorce from. My own biz! ;-\ The last real vacation was in 98' So I'm hoping this site's behind me after tomorrow. 1. Why the hell

Re: [css-d] Jukka?

2006-08-22 Thread Felix Miata
On 06/08/23 00:40 (GMT-0400) Francesco Sanfilippo apparently typed: What even happened to Jukka K. Korpela? I haven't heard from him in months. He seems to be active, just not here. Google for him on news:comp.infosystems.www.authoring.stylesheets to see what he thinks lately. -- Let us not

Re: [css-d] Can you spot the IE bug?

2006-08-22 Thread Gunlaug Sørtun
Phil Trinh wrote: http://philsproof.com Some kind of IE problem (which affects both versions 5 and 6) is causing some of my blog posts to display one word at a time. I've managed to track the problem to a horizontal line I use to divide my posts up. The bug is presenting itself on the

Re: [css-d] Can you spot the IE bug?

2006-08-22 Thread Phil Trinh
Georg, Thank you for the very informative and helpful post. That seems to have done the trick. Do you have a guess as to why this bug would only appear on certain page refreshes? Phil On 8/23/06, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Phil Trinh wrote: http://philsproof.com Some kind