Re: [css-d] IE issues: positioning and background problems

2009-01-30 Thread Gunlaug Sørtun
Elle Meredith wrote: > 1. Cockerel at the bottom does not get the correct z-index -- should > be in front of the #footer on the home page > http://designbyelle.com.au/mq/ The test-file I sent you corrections for IE from before... ...with st

[css-d] IE issues: positioning and background problems

2009-01-30 Thread Elle Meredith
Hello, I actually asked for assistance with first problem before and thought the problem was fixed but it is not. I have two problems with IE: 1. Cockerel at the bottom does not get the correct z-index -- should be in front of the #footer on the home page http://designbyelle.com.au/mq/ 2. I'm

[css-d] IE Issues Abundant

2008-01-31 Thread David Terrell
This site just refuses to display properly in Internet Explorer of any variety , versions 6 and 7 both providing a different set of problems. Granted my knowledge is limited as this is the first site I've coded in css, but I thought I had tried many things in order for IE to work properly for me.

Re: [css-d] IE issues- oh gosh, here's the link!

2008-01-25 Thread Geoffrey Hoffman
Not to be flip, but have you read these: http://www.ejeliot.com/blog/63 http://www.positioniseverything.net/articles/cc-plus.html http://24ways.org/2005/avoiding-css-hacks-for-internet-explorer 2008/1/25 Copeland <[EMAIL PROTECTED]>: > Geez louise. Here's the link: HYPERLINK > "http://www.ch

[css-d] IE issues- oh gosh, here's the link!

2008-01-25 Thread Copeland
Geez louise. Here’s the link: HYPERLINK "http://www.chsva.org/new"http://www.chsva.org/new It *has* been one of those days… ; ) …And original post: Please help, two issues in IE6 & IE7 (but working fine in firefox): 1.The P7 Pop Menu Magic nav bar drops down *behind* the photograph, and

[css-d] IE issues... but fine in firefox

2008-01-25 Thread Copeland
Please help, two issues in IE6 & IE7 (but working fine in firefox): 1.The P7 Pop Menu Magic nav bar drops down *behind* the photograph, and looks all funky (I posted in their forum but no one has responded yet) 2.The buttons at the bottom are not vertically aligned within their divs- the

Re: [css-d] IE issues with element width

2008-01-22 Thread Marten Gallagher
> www.captureintegration.com > I apologize for making this my first post. I hope I can make > contributions to this community after I have a little more > experience, but for now I am a lost newbie. > I have managed to style a Wordpress website to my liking after many > months of experimentation

[css-d] IE issues with element width

2008-01-21 Thread Douglas Peterson
www.captureintegration.com I apologize for making this my first post. I hope I can make contributions to this community after I have a little more experience, but for now I am a lost newbie. I have managed to style a Wordpress website to my liking after many months of experimentation (I am a p

Re: [css-d] IE issues

2007-12-11 Thread Ray Leventhal
Lisa G. Wilcox wrote: >> Happy holidays everyone,I have this site… >> HYPERLINK"http://www.familyfirstdocs.com"www.familyfirstdocs.com >>I have validated it and ran all the checks in DW CS3 however the clientsstate that when they select a link, a >>horizontal line across the entire pageappears. Al

[css-d] IE issues

2007-12-11 Thread Lisa G. Wilcox
Happy holidays everyone, I have this site… HYPERLINK "http://www.familyfirstdocs.com"www.familyfirstdocs.com I have validated it and ran all the checks in DW CS3 however the clients state that when they select a link, a horizontal line across the entire page appears. Also the menu up top get’s botc

Re: [css-d] IE issues

2006-10-13 Thread ~davidLaakso
Travis Killen wrote: > Can someone point me in the right direction with my IE problems here. > http://www.tylerstrings.com > > I am using code from the following which seems to work in IE, but I > can't find my error. > http://www.chelseacreekstudio.com/ca/cssd/014.html > > much thx > -Travis Kill

Re: [css-d] IE issues

2006-10-12 Thread Travis Killen
Hi David - I don't know what you mean. Are you asking me what I changed from your layout? One thing that I change was this: div#content{margin: 0 200px;} to this div#content{ margin: 0 0 0 174px; padding: 15px 185px 15px 15px; } This gives the right column a solid background. Thanks

Re: [css-d] IE issues

2006-10-12 Thread ~davidLaakso
Travis Killen wrote: > Can someone point me in the right direction with my IE problems here. > http://www.tylerstrings.com > > I am using code from the following which seems to work in IE, but I > can't find my error. > http://www.chelseacreekstudio.com/ca/cssd/014.html > > much thx > -Travis Kill

[css-d] IE issues

2006-10-12 Thread Travis Killen
Can someone point me in the right direction with my IE problems here. http://www.tylerstrings.com I am using code from the following which seems to work in IE, but I can't find my error. http://www.chelseacreekstudio.com/ca/cssd/014.html much thx -Travis Killen __

[css-d] ie issues with photo-gallery

2006-10-05 Thread cappellano
Hello everyone! I need some help with one CSS gallery Im building. I´ve based it on one of Stu Nicholls gallery [1]. My version does works on Firefox and Opera, but I doesent on IE. Here is the link: http://geeknerdnanico.net/testes/html/galeria-1.html any help is apeciated! cheers and thanks! *

Re: [css-d] IE issues

2006-07-14 Thread Mike Botsko
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Zach Shepherd Sent: Friday, July 14, 2006 2:19 PM To: css-d@lists.css-discuss.org Subject: [css-d] IE issues I'm having some issues getting a page to display properly in MSIE (what a surprise). http://shepherdspecialties.com/p-ville_dev/ In FF and

[css-d] IE issues

2006-07-14 Thread Zach Shepherd
I'm having some issues getting a page to display properly in MSIE (what a surprise). http://shepherdspecialties.com/p-ville_dev/ In FF and Opera, it looks fine to me (the bar on the right is a bar on the right), but MSIE seems to have a problem re-arranging it. I can't figure out if it's a bug i

Re: [css-d] IE issues

2006-03-02 Thread ~davidLaakso
Dave Goodchild wrote: >Hi all - just realised what I did. Learned how to appease IE re centering of >divs, but put text-align: center in the container rather than the bsoy. >Looks ok now, apart from some small issues with dimensions which I guess are >part and parcel of navigating this minefield.

Re: [css-d] IE issues

2006-03-02 Thread Dave Goodchild
Hi all - just realised what I did. Learned how to appease IE re centering of divs, but put text-align: center in the container rather than the bsoy. Looks ok now, apart from some small issues with dimensions which I guess are part and parcel of navigating this minefield. However, any comments or su

[css-d] IE issues

2006-03-02 Thread Dave Goodchild
Hi all, I am pretty new to css from a layout perspective and made the mistake of coding my page for Mozilla (ok, good to code for Mozilla and then placate IE but I left viewing in IE until last). My test page is available at http://www.web-buddha.co.uk/test1.php ...looks cool in Firefox and Opera

[css-d] IE issues

2006-02-03 Thread Mike Tuller
I am just learning how to create pages with heavy use of CSS, so please bare with me on trying to figure out the differences between IE's use of CSS and every other browsers. I am trying to have a center container and all content within that container. I want it to work much like http://www

[css-d] IE issues

2005-11-22 Thread Mitko Gerensky-Greene
Hello, I am having some issues with IE rendering the right column of a three column site differently from Firefox. The photo and text on the right-hand column of http://www.lmmiller.com/biography.html show on the bottom in IE while they should be on top (as Firefox properly shows). I would appreci

[css-d] ie issues. also, need someone who can test it on mac.

2005-10-27 Thread cappellano
Hi folks. Here´s the link: http://geocities.yahoo.com.br/arc_jf/test.html it works fine on Linux Firefox, but the buttom image from the left menu is not being shown on Win32/FF. Ofcourse, IE screws it up. Anyhelp? cheers! PS.: Im using a -372px for align the divs... Id like not using this... a

Re: [css-d] IE issues

2005-07-13 Thread saul
Knew about the lack of support for Mac IE. Didn't know it's not in Tiger. I'm more concerned with Win IE users experiences since they have such a huge market share (particularly in the US). Thanks, Saul On Jul 13, 2005, at 11:21 AM, Gerry Creighton wrote: Mac IE is no longer supported by MS

[css-d] IE issues

2005-07-13 Thread saul
Hello List, I'm having terrific issues with IE Mac and Windows. For example, on the left hand subnavigation (listing articles 1, etc.) the little graphic in the third item repeats three times (once for each line). Also, is there a good way to make IE accept a minimum width so the layout d