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

2006-06-30 Thread Theresa Mesa
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. These are not complicated pages! What is going on? Please help! Thank you in advance! --

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

2006-06-30 Thread francky
ben scott wrote me offlist: passes validation now, it makes no difference, it is working when these drop shadows arent in nested divs, also the technique deals with PNG transparency in ie by using technique in alistapart http://www.alistapart.com/articles/cssdrop2/. Hi Ben, I think the

[css-d] Print stylesheet/alt text

2006-06-30 Thread Design Groups
I've seen a lot of requests (in my searches for this answer) for people who want to display background images with CSS. It seems I want something different, and I can't seem to find the answer to this. I'm hoping you all can help :) What I want to do is display the alt text for my images,

Re: [css-d] Background flashes

2006-06-30 Thread Portman
I am also using IE6 on WinXP . . . Dave Goodchild wrote: Looks fine to me in IE6 on Win XP. -- http://www.web-buddha.co.uk http://www.projectkarma.co.uk __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Background flashes

2006-06-30 Thread 2geedesign
- Riva wrote I designed a website that has a big picture on the background (per the _client's_ request) and I find that the background flashes in IE - not just once, but every time I go to the page. I tried all the usual fixes I could find and even cleared the cache, but it is still

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

2006-06-30 Thread Chris C
Tom, Well thanks for your efforts! Your suggestion didn't work. Could this be a bug? I will start searching the Firefox forums and see what I can find... Chris -Original Message- From: Tom Livingston [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 11:48 AM To: Chris C Cc: CSS

Re: [css-d] Background flashes

2006-06-30 Thread Portman
Hi Kieron, Thanks for the reply. The transition: meta http-equiv=Page-Enter content=blendTrans(Duration=0.1) is what solved the problem. :-) Riva Kieron McIntyre wrote: Hi Riva, I have tested the site in IE5, 5.5, 6 and 7 and I can't replicate the issue you describe. You do have a

Re: [css-d] Fluid 3 column layout with images

2006-06-30 Thread David Laakso
Christine Reed wrote: I have just built my first successful 3-column layout - 'proper' contents still need adding. It works well at 1024 res and above but when the viewport gets reduced (eg at 800 res) or if Favourites is open on the side, the whole thing degrades badly - ie page elements

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%;} ...in

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 on

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] 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 {

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

2006-06-30 Thread francky
francky wrote: Hi Ben, [...] This is the testpage http://home.tiscali.nl/developerscorner/css-discuss/test-home3colours-nw.html. - 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 with only

[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

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 because

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 at

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

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 depending

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

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

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 scrollbar

[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 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 always

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 window

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 (with the

[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] 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 make a test

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 for the

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:

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: meta http-equiv=Page-Enter content=blendTrans(Duration=0.1) is what solved the

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]

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 (possibly

[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

[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] 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

[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

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 this

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. The blue

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 background

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 in

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%; }

[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.

[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

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 | Media

[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 li 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?

[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

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

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. Thanks

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 li 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

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

2006-06-30 Thread Micky Hulse
Micky Hulse wrote: Search for Legend: http://archivist.incutio.com/viewlist/css-discuss/?search=legend Search for Fieldset: http://archivist.incutio.com/viewlist/css-discuss/?search=Fieldset This thread in particular might be helpful (one of my favorite CSS-d list emails): Legend of the

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] 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 five