Re: [css-d] dupe char mimic

2009-03-11 Thread Gunlaug Sørtun
David Laakso wrote: > > Now what I'll do (other than get an eye exam)? I suggest you delete the "h" you've left in the markup... h ...as it won't go away otherwise. meow Molly 'the cat' -- http://www.gunlaug.no

Re: [css-d] dupe char mimic

2009-03-11 Thread David Laakso
Gunlaug Sørtun wrote: > David Laakso wrote: >> > > > I suggest you delete the "h" you've left in the markup... > > h > > > meow > Molly 'the cat' Good grief. So much for Tidy and the w3c markup validation service. Thanks Georg and Kathy --

[css-d] dupe char mimic

2009-03-11 Thread David Laakso
OS/Browsers: all Reproduce: -- scroll down to "Portfolio 4" -- click tab "02" -- letter "h" appears above top-left corner of the ochre image Now what I'll do (other than get an eye exam)? -

Re: [css-d] iFrame and z-index

2009-03-11 Thread Gunlaug Sørtun
Ray Costanzo wrote: > [...] I am not able to click either button, whereas I am expecting to > be able to click the one with z-Index of 20. > http://test.lane34.com/css-discuss/zindex.asp A 'z-index' only affects positioned elements, and your input elements are not positioned. Add 'position: re

Re: [css-d] not exactly centred

2009-03-11 Thread Kathy Wheeler
>> I bet I know what the color matching problem is. I just went >> through a >> BIG learning curve because of this issue. I think it's that the >> image >> was saved with a Color Profile attached/embedded. Almost all >> browsers >> ignore color profiles, but Safari pays attention to th

Re: [css-d] 1px jog help

2009-03-11 Thread Rolland Burn
very oddi checked the site in my vmware PC IE7 & IE6, Firefox and it looks fine. On my MacBook however the site shows the jog not in Firefox 2, but in Firefox 3 and Safari 3.2.1. I've heard that this jog was introduced to firefox3 but the safari jog is strange. Any idears? __

[css-d] iFrame and z-index

2009-03-11 Thread Ray Costanzo
Hi list, I'm trying to overlay an iFrame on top of some content in a page, and make it such that the iFrame is actually kinda woven in, on top of some elements and under others. I put up a sample page that contains an iFrame with a z-index of 10 overlaid on top of two buttons, one with a z-ind

Re: [css-d] 1px jog help

2009-03-11 Thread Ian Young
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of rollandburn > Sent: 11 March 2009 15:57 > To: Gunlaug Sørtun; Bill Brown > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] 1px jog help > > Thanks for the

Re: [css-d] 1px jog help

2009-03-11 Thread Jack Timmons
On Wed, Mar 11, 2009 at 10:56 AM, rollandburn wrote: > Thanks for the speed! I've made the suggested changes and am seeing > the jog still in firefox 3.0.7. It is most apparent just above the > logo in the header when the window is resized slowly. Hmm... any > other thoughts? > > Validate. ht

Re: [css-d] 1px jog help

2009-03-11 Thread rollandburn
Thanks for the speed! I've made the suggested changes and am seeing the jog still in firefox 3.0.7. It is most apparent just above the logo in the header when the window is resized slowly. Hmm... any other thoughts? On 11-Mar-09, at 11:35 AM, Gunlaug Sørtun wrote: > rollandburn wrote: >>

Re: [css-d] 1px jog help

2009-03-11 Thread Gunlaug Sørtun
rollandburn wrote: > I have a layout that is falling victim to the 1px jog in firefox and > wonder if there is somebody could lend a hand. The testing url is > http://www.flexcomp.ca.php5-10.websitetestlink.com/ Your layout is falling victim to a "designer induced bug" :-) Set margins/paddings

Re: [css-d] not exactly centred

2009-03-11 Thread Sandy
> I bet I know what the color matching problem is. I just went through a > BIG learning curve because of this issue. I think it's that the image > was saved with a Color Profile attached/embedded. Almost all browsers > ignore color profiles, but Safari pays attention to them. >> http

Re: [css-d] 1px jog help

2009-03-11 Thread Bill Brown
rollandburn wrote: > Hi everyone, I have a layout that is falling victim to the 1px jog in > firefox and wonder if there is somebody could lend a hand. The > testing url is http://www.flexcomp.ca.php5-10.websitetestlink.com/ Changing the margin-left to -1px on the body worked for me in Firebu

[css-d] 1px jog help

2009-03-11 Thread rollandburn
Hi everyone, I have a layout that is falling victim to the 1px jog in firefox and wonder if there is somebody could lend a hand. The testing url is http://www.flexcomp.ca.php5-10.websitetestlink.com/ I understand a popular solution is to house the body's background image in a 100% high cont

Re: [css-d] not exactly centred

2009-03-11 Thread Christian Kirchhoff
As far as I can see the default margin-left of the body pushes the div.container a couple of pixels to the right. If you define margin-left: 0; for the body, then the centering is better. Regards, Christian *Editura Gesellschaft für Verlagsdienstleistungen mbH* Tempelhofer Damm 2 · 12101 Berlin

[css-d] not exactly centred

2009-03-11 Thread Sandy
hey all, I am having a few problems with this page, and I hope you can help. these are the tests I am looking at: http://www.browsercam.com/public.aspx?proj_id=464449 this is the page and the style sheet: http://sandyfeldman.com/proposal/nathanieldett/test1.php http://sandyfeldman.com/proposal/

Re: [css-d] Button width in IE6

2009-03-11 Thread Ingo Chao
I guess you mean that a element does not shrink-wrap its content. The A has haslayout, and its parent LI is a float. The float should shrink-wrap, but this fails in IE6. http://www.satzansatz.de/cssd/onhavinglayout.html#shrinkwrap I think floating the A may help. > Unfortunately I can't point you

[css-d] ie cornered tabs solution

2009-03-11 Thread Martin Möller
Dear List, iam working on a Html Corner Tabs Solution and iam trying to make it look the same in FF, IE7 and IE6. - Fireforx renders it as expected. - IE7 doesnt render the Corner Width as same as the Width of the A Element beneath - IE6 renders the complete Width but uses the 100% instead of jus

[css-d] Button width in IE6

2009-03-11 Thread Ian Piper
Hi all, I'm having a senior moment: I am putting together a horizontal button navigation and using a method that has worked many times before. This time, I am seeing a weird problem in IE6 (Safari and Firefox are both OK on Mac and Windows, and IE7 is fine too). Instead of displaying in a