Re: [css-d] IE 6 site check needed

2007-07-03 Thread Phil Turner
PNG's are not transparent Thanks for the info I've put transparent images in the divs but it seems IE 6 doesnt show these correctly , I tried a fix but that meant my site wouldnt validate any help to make this work in IE 6 please Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered

Re: [css-d] IE 6 site check needed

2007-07-03 Thread Phil Turner
sorry everyone the site with the transparent images that dont work in IE6 is here any suggestions to make them work appreciated thanks http://www.philturner-uk.com/index.html Phil Turner FREELANCE DESIGNER TEL: 0161 439 1669 Chartered Graphic Designer MCSD BA Hons [EMAIL PROTECTED]

[css-d] Basic layout issue...

2007-07-03 Thread Mark Finney
I am just about getting there with the basics of CSS but am confused by something ie6 is doing... The site is a fixed width, centred column with a header background image. The problem is that although it is fine in firefox it is shift 1px to the left in ie6 Why? Also is it ok in other

Re: [css-d] Basic layout issue...

2007-07-03 Thread Rick Lecoat
Mark, can you give the list a URL so we can look under the hood? -- Rick Lecoat -- **ORIGINAL MESSAGE** Received from Mark Finney on 3/7/07 at 10:07(London time): I am just about getting there with the basics of CSS but am confused by something ie6 is doing... The site is a fixed width,

Re: [css-d] Basic layout issue...

2007-07-03 Thread Mark Finney
Opps! Meant to do that... here is a test page that you can see www.helpusmarry.co.uk/test/ On 03/07/07, Mark Finney [EMAIL PROTECTED] wrote: I am just about getting there with the basics of CSS but am confused by something ie6 is doing... The site is a fixed width, centred column with a

Re: [css-d] IE 6 site check needed

2007-07-03 Thread Alan Gresley
Terry Hamel wrote: I may have misstated myself about IE6 and XML. I just reread Eric Myers picking a rendering mode @ http://www.ericmeyeroncss.com/bonus/render-mode.html in which he states IE6 DOES know how to render any XML mode in standards mode. I just completed a project that required

Re: [css-d] 2 IE7/Vista problems

2007-07-03 Thread Andrew S. Townley
On Mon, 2007-07-02 at 23:40, David Hucklesby wrote: On Mon, 02 Jul 2007 18:45:13 +0100, Andrew S. Townley wrote: However, there are two issues that I'm not sure how to fix for Vista. Problem #1: Son of Suckerfish based menu doesn't remain hovered even though the li elements clearly

Re: [css-d] IE 6 site check needed

2007-07-03 Thread David Laakso
Phil Turner wrote: sorry everyone the site with the transparent images that dont work in IE6 is here any suggestions to make them work appreciated thanks http://www.philturner-uk.com/index.html Phil Turner I /guess/ most people who do that sort of thing may rely

Re: [css-d] iframes - who still uses them

2007-07-03 Thread Zoe M. Gillenwater
Ray Gresko wrote: If you're referring to my IFRAMEs and max height post - I'd love to find a way to use a div with overflow to perform a similar function. My page design is essentially a menu shell that browses through content by setting the target of the iframe. Is there a way to do something

Re: [css-d] IE 6 site check needed

2007-07-03 Thread ron zisman
On Jul 3, 2007, at 6:38 AM, Alan Gresley wrote: I will dare say that xml doctypes, mime types and parsing seem to confuse people more than it does IE6. Indeed :-) However, note that Internet Explorer (any version) doesn't understand correctly served xhtml, so we have to serve xhtml as

[css-d] Layout problems...

2007-07-03 Thread John Lockerbie
Please could somebody help me sort myself out? I am attempting to develop my site - catnaps.org/islamic/design.html - where the pages in this section have become far too long. I want to break the pages up into shorter subjects and, in doing so, wish to put a menu for these subjects at the top and

[css-d] html background-color acting against body background-color

2007-07-03 Thread Michael Leibson
Hi; I'm new to CSS, and have been doing small experiments as a means to understanding how it works. I wanted to discover what kinds of attributes are applicable to the html element, and wrote the following primitive style: style type=text/css html {background-color: green;} body {height:

[css-d] html background-color acting against body background-color -- P.S.

2007-07-03 Thread Michael Leibson
P.S. I subsequently found that: style type=text/css html {background-color: green;} body {height: 100%; background-color: blue;} /style DID display the body background-color in IE6 -- for the entire viewport (minus a default body margin) -- but not in Firefox 2.0. Is the attribute height

Re: [css-d] Basic layout issue...

2007-07-03 Thread David Laakso
Mark Finney wrote: Opps! Meant to do that... here is a test page that you can see www.helpusmarry.co.uk/test/ On 03/07/07, Mark Finney [EMAIL PROTECTED] wrote: I am just about getting there with the basics of CSS but am confused by something ie6 is doing... The site is a fixed

Re: [css-d] html background-color acting against body background-color

2007-07-03 Thread Philippe Wittenbergh
On Jul 3, 2007, at 10:16 PM, Michael Leibson wrote: I'm new to CSS, Welcome ! and have been doing small experiments as a means to understanding how it works. That is the best way to start. I wanted to discover what kinds of attributes are applicable to the html element, and wrote the

[css-d] Layout check, please... (I think I finally have it all working as intended)

2007-07-03 Thread Andrew S. Townley
Hi, Thanks to everyone who's been helping me with my menu layout. I was making it harder than it needed to be, so I think I finally have the layout I originally intended working across IE 5.01-7 on XPsp2, IE 7 on Vista, Opera 9, Firefox, Netscape 7.1 and KHTML 3.5.5. Can someone make sure that

[css-d] Extra space in FireFox

2007-07-03 Thread Ian Young
Hi List Putting together pretty straightforward 2 col template with header over the cols. Eventually the column div will have three columns inside but that is for another day. At the moment, I am just placing each element div by div. I have an odd issue in FireFox where, despite having margin:0

Re: [css-d] Extra space in FireFox

2007-07-03 Thread Ingo Chao
Ian Young wrote: ... I have an odd issue in FireFox where, despite having margin:0 in both divs concerned, the inner div does not butt up against the outer. Probably best to look at http://www.iyesolutions.co.uk/templates/trossachs/index-2.html to see what I mean. I have left the colour

Re: [css-d] How do I position a floated div and its descendants over other divs when they overlap?

2007-07-03 Thread Josue Martinez
On 7/2/07, Matthew Ohlman [EMAIL PROTECTED] wrote: Josue: Take the z-index line completely out in the #sidebar declaration, and then add z-index: 1; to div#nav ul ul So, it will look something like this: div#nav ul ul { background: white url(assets/images/stripes.gif); position:

Re: [css-d] iframes - who still uses them

2007-07-03 Thread Ray Gresko
Thanks - I've gotten good direct info from the list members on using php/SSI (include) for doing this, but my web needs to be both live on a server and viewable without hosting (off a CD, disk, etc). I realized soon after putting out the last email that iframes aren't really involved in the issue

Re: [css-d] How do I position a floated div and its descendants over other divs when they overlap?

2007-07-03 Thread Ingo Chao
Josue Martinez wrote: ... Still, I'd like to understand why the page/menu doesn't render correctly in IE/Win URL: http://www.ic.sunysb.edu/clubs/phiota/test/ CSS: http://www.ic.sunysb.edu/clubs/phiota/test/base.css Couple of problems here. 1) IE7 and IE6 have a stacking problem. div

Re: [css-d] How do I position a floated div and its descendantsover other divs when they overlap?

2007-07-03 Thread Holly Bergevin
From: Josue Martinez [EMAIL PROTECTED] Still, I'd like to understand why the page/menu doesn't render correctly in IE/Win URL: http://www.ic.sunysb.edu/clubs/phiota/test/ CSS: http://www.ic.sunysb.edu/clubs/phiota/test/base.css I cannot find the - csshover.htc - file that IE6 needs to make your

[css-d] Links are not styling and position is wrong.

2007-07-03 Thread Kathy Parmentier
I am having a lot of trouble with link styling and header positioning. The styles do not display correctly. Even more confusing to me is that they display (mostly) as I expect in IE6, but not in Firefox 2. I have been able to get the navigation links to display as I intend if I embed the link

Re: [css-d] html background-color acting against body background-color -- P.S.

2007-07-03 Thread Rick Faircloth
Hi, Michael... I'm not sure how to answer all your questions, but I think That IE6 responds to height and FF2, and perhaps IE7, respond to min-height... try that and see what happens... Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael

[css-d] Help with header image position in IE6

2007-07-03 Thread Mark Finney
I posted a similar question earlier which return some interesting things but did not solve the problem I was facing. http://www.helpusmarry.co.uk/test is a quick mock up of a fixed width, centred column layout. The problem I have is that the header image appears one pixel to the left in IE6

[css-d] mozilla and opera bug?

2007-07-03 Thread Luc
Good evening list, I have on a form 2 yellow borders i can't get rid of in opera. Other browsers display the borders as intended. In Mozilla i have the known dotted border around my nav links. I had them in FF also but adding a { outline: none; } got rid of it in FF. Moz

Re: [css-d] mozilla and opera bug?

2007-07-03 Thread Philippe Wittenbergh
On Jul 4, 2007, at 7:57 AM, Luc wrote: In Mozilla i have the known dotted border around my nav links. I had them in FF also but adding a { outline: none; } So you killed all feedback about link focus for users who don't use/ can't use/don't have a mouse connected. Try

Re: [css-d] mozilla and opera bug?

2007-07-03 Thread Luc
Good evening Philippe, It was foretold that on 3/7/2007 @ 09:15:58 GMT+0900 (which was 21:15:58 where I live) Philippe Wittenbergh would write: snipped a bit o you killed all feedback about link focus for users who don't use/ can't use/don't have a mouse connected. Try navigating your

[css-d] Good layout/bad layout! - Can't find the differences...

2007-07-03 Thread Lisa Benham
Browser difference layout issues (of course...) Can't see straight anymore, to tell the good stuff from the bad. Any sharper eyes on this are hugely welcomed! MAIN ISSUES (of several): 1) These Book section pages are the only two to still have the correct side nav left location in IE7:

[css-d] Image gallery trouble

2007-07-03 Thread Luc
Good evening list, I'm using an image gallery but encounter following problems: the div with class=gallerycontainer needs a height, otherwise the page stops halfway the viewport. How can i prevent this from happening, i.o.w. without specifying an exact width? Also the offset

Re: [css-d] mozilla and opera bug?

2007-07-03 Thread Philippe Wittenbergh
On Jul 4, 2007, at 10:07 AM, Luc wrote: Good evening Philippe, It was foretold that on 3/7/2007 @ 09:15:58 GMT+0900 (which was 21:15:58 where I live) Philippe Wittenbergh would write: ^ wrong date. the message was sent 4/7/2007 o you killed all feedback about link focus for users who don't

Re: [css-d] Links are not styling and position is wrong.

2007-07-03 Thread David Hucklesby
On Tue, 3 Jul 2007 12:59:18 -0700, Kathy Parmentier wrote: I am having a lot of trouble with link styling and header positioning. The styles do not display correctly. Even more confusing to me is that they display (mostly) as I expect in IE6, but not in Firefox 2. Well, you are trying

Re: [css-d] WinIE Hack please

2007-07-03 Thread Richard Brown
Hi All On 02/07/07, David Hucklesby [EMAIL PROTECTED] wrote: Back to this site again: http://familywealthdifference.com/blog/ http://familywealthdifference.com/blog/wp-content/themes/FWPItheme2/style.css Hi Richard, Sorry. I am not seeing this particular problem, either in Opera 9 or

Re: [css-d] Help with header image position in IE6

2007-07-03 Thread David Hucklesby
On Tue, 3 Jul 2007 23:54:45 +0100, Mark Finney wrote: I posted a similar question earlier which return some interesting things but did not solve the problem I was facing. http://www.helpusmarry.co.uk/test is a quick mock up of a fixed width, centred column layout. The problem I have is