Re: [css-d] IE class + id ordering

2006-06-30 Thread Ingo Chao
Mike Nowak wrote: > > #subcontenttabs ul li a#tabstats.taboption{ background: > url(../img/Baseball/tabs/stats_off.gif); } > #subcontenttabs ul li a#tabstats.tabcurrent {background: > url(../img/Baseball/tabs/stats_on.gif); } > Basically, what IE does is it ignores the "tabcurrent" declaratio

[css-d] IE class + id ordering

2006-06-30 Thread Mike Nowak
Hi, weird issue that I haven't seen before and I'm wondering if anyone knows a quick workaround. Basically, I have two navigation bits: Item 1 Item 2 and Sub 1 Sub 2 The main nav works fine. I assign it a background image for its regular state, and a different one for when the "on"

Re: [css-d] Drop-down menu IE6 problem

2006-06-30 Thread Marc Wolfgram
Ingo Chao wrote: > Marc Wolfgram wrote: >> I have used a css drop down menu list structure on several sites very >> successfully. I'm using it again on a site under development. The >> menu works fine on all browsers EXCEPT IE6 Win (works under IE7 beta >> too!) "Homeowner's Guide" should display

Re: [css-d] Using ems to size nested lists - Firefox seems to ignore

2006-06-30 Thread Rose Thorn
Thanks for your info Francky. It helped me to discover that I had erred in another place within my css code. I guess I should have run it through the w3c validator BEFORE posting my problem! My apologies to all who's time I may have wasted. -

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-06-30 Thread Micky Hulse
Micky Hulse wrote: > Search for "Legend": > > > Search for "Fieldset": > This thread in particular might be helpful (one of my favorite CSS-d list emails): Leg

Re: [css-d] Differences between IE/FF with fieldset padding/margins

2006-06-30 Thread Micky Hulse
Hi, Search for "Legend": Search for "Fieldset": Hth? Cheers, Micky __ css-discuss [EMAIL PRO

Re: [css-d] Using ems to size nested lists - Firefox seems to ignore

2006-06-30 Thread francky
Rose Thorn wrote: >I'm new to list and to CSS. > Hi Rose, Welcome to the club! >I am trying to resize a nested to make the font smaller than it's parent >but no matter what I try (ems larger or smaller), I cannot get Firefox to >display a different size font for the nested list. Am I trying

Re: [css-d] Cross browser compatibility

2006-06-30 Thread francky
Charles wrote: >How can i make this webpage display same thing in all browser. > It seem fine in IE but doesnt look good in other browser since the > navigation bar on top always spans to the right. > www.e-creationz.co.uk/eye4film/index.htm > I would require help to this one fron anyone. > T

Re: [css-d] Cross browser compatibility

2006-06-30 Thread Gunlaug Sørtun
Charles wrote: > www.e-creationz.co.uk/eye4film/index.htm > It seem fine in IE but doesnt look good in other browser since the > navigation bar on top always spans to the right. No wonder, since all browsers but IE will respect the 'width:100px;' you have declared on div.navbar. IE/win doesn't r

[css-d] IE 6 not scaling a 100% absolute img to height of containing div

2006-06-30 Thread Philip Bell
I want to scale an image along the height of a containing div when I change the size of the broswer window. The code works a treat in Firefox, but doesn't stretch down to the bottom of the containing div in IE 6. I've stripped my code down to one image and a div for you to peruse and hopefully

[css-d] Using ems to size nested lists - Firefox seems to ignore

2006-06-30 Thread Rose Thorn
I'm new to list and to CSS. I am trying to resize a nested to make the font smaller than it's parent but no matter what I try (ems larger or smaller), I cannot get Firefox to display a different size font for the nested list. Am I trying to do the impossible? ---

Re: [css-d] site check please

2006-06-30 Thread Tom Livingston
> .vnav li a{ > width: 100%; > } > > .vnav li a:hover { > zoom: 1; > width: 100%; > } > > www.coalcreekcollision.com is the site. Was this a typo or did you not add the zoom to the a as well? Not just the a:hover. Sorry if this isn't helping... -- Tom Livingston | Senior Multimedia Artist

[css-d] Differences between IE/FF with fieldset padding/margins

2006-06-30 Thread Mr. Kim Siever
Hi all, I've been doing some experimenting with IE and Firefox regarding padding and margins on a fieldset. Here are some things i noticed: 1. Adding top and bottom margins does not affect IE. 2. Adding padding increase space inside the border in Firefox and outside the border in IE Anyone know

[css-d] Cross browser compatibility

2006-06-30 Thread Charles
How can i make this webpage display same thing in all browser. It seem fine in IE but doesnt look good in other browser since the navigation bar on top always spans to the right. www.e-creationz.co.uk/eye4film/index.htm I would require help to this one fron anyone. Thanks Charles.

Re: [css-d] site check please

2006-06-30 Thread [EMAIL PROTECTED]
I already had display: block defined in the main stylesheet (stylesheet.css) for both a: and a:hover. I keep all my if IE stuff in a separate stylesheet (if_ie.css), and added the following to it: .vnav li a{ width: 100%; } .vnav li a:hover { zoom: 1; width: 100%; } www.coalcreekcollision.

Re: [css-d] Background flashes

2006-06-30 Thread Portman
Hi Francky, The reason behind the double reference is editing that I forgot to undo. I saw articles on line about putting the image inside something but not something else, etc. and so I tried it. Thank you for pointing this out. I will remove it. Riva francky wrote: > Hi Riva, > I noticed i

Re: [css-d] Background flashes

2006-06-30 Thread francky
Portman wrote: >Ah, that explains it. :-) > >[EMAIL PROTECTED] wrote: > > >>hah.. yeah, that could do it. and would explain why I didn't see it. >>transitions drive me batty, so I disabled them in the browser. >> >> Hi Riva, I noticed in some pages there is a double reference to the backg

Re: [css-d] Need help with the flyout type of menu:

2006-06-30 Thread Tom Livingston
On 6/30/06, Vic Rauch <[EMAIL PROTECTED]> wrote: > Here is the page I'm working on: > > http://www.ggshows.com/2006A/DisplayPageCMX.html > > The blue background items should not be in the visible menu. They should > fly-out when the item just above the two blue background items is > hovered over. T

Re: [css-d] Extra space in IE is not wanted, FF displays correctly.

2006-06-30 Thread Dave Goodchild
On 30/06/06, Vic Rauch <[EMAIL PROTECTED]> wrote: > > The page at: > > http://www.ggshows.com/2006A/DisplayPageCMX.html > > should not have the brown strip down the right side of the left side > menu (in IE). FF displays it correctly, or at least how I want it to > look. How do I fix IE to display

[css-d] Extra space in IE is not wanted, FF displays correctly.

2006-06-30 Thread Vic Rauch
The page at: http://www.ggshows.com/2006A/DisplayPageCMX.html should not have the brown strip down the right side of the left side menu (in IE). FF displays it correctly, or at least how I want it to look. How do I fix IE to display this correctly? Thanks, Vic

[css-d] Need help with the flyout type of menu:

2006-06-30 Thread Vic Rauch
Here is the page I'm working on: http://www.ggshows.com/2006A/DisplayPageCMX.html The blue background items should not be in the visible menu. They should fly-out when the item just above the two blue background items is hovered over. The blue background items are the "Exhibitor Info" and "At

[css-d] [ADMIN - OFF TOPIC] Re: Browser Load order

2006-06-30 Thread Alex Robinson
>Probably OT for css-d... ah well :-) Not probably. Definitely. So let us have no more on this subject. Alex css-d moderator __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

[css-d] liquify current layout

2006-06-30 Thread James Fishwick
Hello: Site: I'm looking to liquify the current layout. Ideally I'd like to mirror the general layout of this layout: http://blog.html.it/layoutgala/LayoutGala23.html One modification I'd like to implement is the ability to have text either span the entire width of the wrapper, or float the the

Re: [css-d] Browser Load order

2006-06-30 Thread Nick Fitzsimons
Nicholas Morgan wrote: > Does anyone know what the load order for a browser is? > > 1 HTML > 2 CSS > 3 IMAGES > 4 JS > 5 ??? > When you first request a page, your browser sends a GET request to the server, which returns the HTML to the browser. The browser then starts parsing the page (possibl

Re: [css-d] Background flashes

2006-06-30 Thread Portman
Ah, that explains it. :-) [EMAIL PROTECTED] wrote: > hah.. yeah, that could do it. and would explain why I didn't see it. > transitions drive me batty, so I disabled them in the browser. __ css-discuss [EMAIL PROTECTED] http://

Re: [css-d] Background flashes

2006-06-30 Thread tg-php
hah.. yeah, that could do it. and would explain why I didn't see it. transitions drive me batty, so I disabled them in the browser. = = = Original message = = = Hi Kieron, Thanks for the reply. The transition: is what solved the problem. :-) Riva Kieron McIntyre wrote: > Hi Riva, > > I h

Re: [css-d] site check please

2006-06-30 Thread Tom Livingston
>Also - for IE it would be better if I could make hover work >for the entire width of the menu try adding display:block; to your a's and for IE add zoom:1; for the same a's. width:100%; on the a's might be needed as well. HTH -- Tom Livingston | Senior Multimedia Artist | Media Logic | ph: 5

Re: [css-d] PNG Background in IE6

2006-06-30 Thread Christy Collins
> Hi David, > > I read the enteire website, and this fix don't work for png images > used as background in the css like : > > .bckgrnd{ > background: url('image;png'); > } > > but, thanks for the page, I like the solution he offers there for > regular images. > > Still hopping to find a solution

Re: [css-d] Browser Load order

2006-06-30 Thread APaella
Nicholas Morgan wrote: > Does anyone know what the load order for a browser is? > > 1 HTML > 2 CSS > 3 IMAGES > 4 JS > 5 ??? > 1 first of all 2,3,4 when they occours in the HTML code. The response from the server may be "non consequential" so the "load order" is not (well) defined. You can m

[css-d] Browser Load order

2006-06-30 Thread Nicholas Morgan
Does anyone know what the load order for a browser is? 1 HTML 2 CSS 3 IMAGES 4 JS 5 ??? Thanks, Nick --- Nick Morgan | Web Developer | New City Media P: 540.552.1320 x204 F: 540.552.5493 C: 540.921.7835 __

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Theresa Mesa
Hmmm, I didn't see that on my PC. Interesting. Will look into that. Thanks! On 6/30/06 7:17 AM, "Nick Fitzsimons" <[EMAIL PROTECTED]> wrote: > However, on Internet Explorer 6 (Windows) the main content is slightly > closer to the navigation on the home page than it is on all the other > pages (wit

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Nick Fitzsimons
Theresa Mesa wrote: > http://mdh-test.com/perry_roofing > > http://mdh-test.com/perry_roof.css > > The contact page on FF and Safari on the Mac is jogging to the right. On > Netscape 7.2 the testimonials page and the contact page jog. > Firefox and Safari both look fine, as long as I have the w

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Theresa Mesa
Nope, no IE/Win bowing up. Will check it in other browsers later. Thanks! On 6/30/06 6:29 AM, "Eystein Alnaes" <[EMAIL PROTECTED]> wrote: > > > It spans the page larger then the actual viewport of the browser, no matter > how much you resize the browserwindow, - thus forcing the scrollbar to >

[css-d] site check please

2006-06-30 Thread [EMAIL PROTECTED]
Thanks to advice that has come through this group since the beginning of the year, this site just went live. Tips that have been particularly useful have included centering words and groups images, also some general tips on opacity and background images, alt-text. I checked on windows XP, IE

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread David Laakso
Theresa Mesa wrote: > I already have html, body set to 100%. Why does adding the extra .1% fix it, > which it does? > > Theresa > > > On 6/30/06 3:40 AM, "Eystein Alnaes" <[EMAIL PROTECTED]> wrote: > >> If you by jogging mean that all of the contents jump ca 10 px, that would be >> because the s

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Eystein Alnaes
I already have html, body set to 100%. Why does adding the extra .1% fix it, > which it does? > > Theresa > It spans the page larger then the actual viewport of the browser, no matter how much you resize the browserwindow, - thus forcing the scrollbar to always appear. By the way, I haven't che

Re: [css-d] PNG Background in IE6

2006-06-30 Thread Marcelo Wolfgang
Hi David, I read the enteire website, and this fix don't work for png images used as background in the css like : .bckgrnd{ background: url('image;png'); } but, thanks for the page, I like the solution he offers there for regular images. Still hopping to find a solution for the background png

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Theresa Mesa
I already have html, body set to 100%. Why does adding the extra .1% fix it, which it does? Theresa On 6/30/06 3:40 AM, "Eystein Alnaes" <[EMAIL PROTECTED]> wrote: > > > If you by jogging mean that all of the contents jump ca 10 px, that would be > because the scrollbar appears/disappears depe

Re: [css-d] Liquid columns Printing Issue - update

2006-06-30 Thread Chris C
Thank you Georg! That worked! And thank you Tom for your earlier help!! When I went over to Firefox I found this issue: https://bugzilla.mozilla.org/show_bug.cgi?id=154892 (not sure if you have to be logged in or not for the above link to work) but it explains that this is a problem in Firefox si

Re: [css-d] Rounded corners

2006-06-30 Thread francky
Eoin Maguire wrote: >Hi, > >I'm trying to get rounded corners working through CSS, I've read lots on >the net about how it's possible and have in the past implemented some >systems of my own that worked out really well. > >However, I think what I'm attempting now isn't possible with CSS, or a

Re: [css-d] Why is it jogging on the Mac?

2006-06-30 Thread Eystein Alnaes
http://mdh-test.com/perry_roofing > > http://mdh-test.com/perry_roof.css > > The contact page on FF and Safari on the Mac is jogging to the right. On > Netscape 7.2 the testimonials page and the contact page jog. If you by jogging mean that all of the contents jump ca 10 px, that would be becaus

[css-d] Rounded corners

2006-06-30 Thread Eoin Maguire
Hi, I'm trying to get rounded corners working through CSS, I've read lots on the net about how it's possible and have in the past implemented some systems of my own that worked out really well. However, I think what I'm attempting now isn't possible with CSS, or at least not practical if it'

Re: [css-d] help with drop shadow technique and fluid layout

2006-06-30 Thread francky
francky wrote: >Hi Ben, >[...] >This is the testpage >. >- For proper displaying in IE still some other things have to be >arranged... (as usual). > > And to avoid IE-hacks for the png's: made a quick alternative wi

Re: [css-d] Print stylesheet/alt text

2006-06-30 Thread Andrew Gregory
On Fri, 30 Jun 2006 10:38:42 +0800, Design Groups <[EMAIL PROTECTED]> wrote: > What I want to do is display the alt text for my images, instead of the > images themselves, in the printed page. The CSS way of doing that is to add something like the following to your print styles: img { con

Re: [css-d] PNG Background in IE6

2006-06-30 Thread David Laakso
Marcelo Wolfgang wrote: > Hi list, > > Is it possible to have a png with transparency in IE ? I only found > out about techniques to do that with images on the code, > > If someone can help me I appreciate. > > TIA > Grillo Perhaps this link will help answer the question:

Re: [css-d] Drop-down menu IE6 problem

2006-06-30 Thread Ingo Chao
Marc Wolfgram wrote: > I have used a css drop down menu list structure on several sites very > successfully. I'm using it again on a site under development. The > menu works fine on all browsers EXCEPT IE6 Win (works under IE7 beta > too!) "Homeowner's Guide" should display five submenu items

Re: [css-d] Liquid columns Printing Issue - update

2006-06-30 Thread Gunlaug Sørtun
Chris C wrote: > The only problem I'm having left is FireFox still refuses to print > beyond the first page where as it looks great in every other browser > (IE6, IE7, and Opera). > The URL once again is: http://hitech.lead2gold.org/view_teams.php Try adding... table,td {height: 100%;} ...i