Re: [css-d] ie 6-7 wrapper problems

2007-01-06 Thread Julian Merrow-Smith
On 1/5/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Julian Merrow-Smith wrote: The div is outlined by a background shadow which fits fine in firefox etc. and IE 5, 5.5 but is 1px adrift in IE 7 and the div has expanded in IE6 to cover the background image. http://laserenissima.co.uk

[css-d] IE issue

2007-01-06 Thread Jehangir Larry
Please take a look at the single picture in the sidebar www.teerthyatri.com It appears below the menu in FF but 'crawls up' in IE, including IE7. Appreciate all help. TIA Larry __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Problem overlap in IE7

2007-01-06 Thread Ingo Chao
Scott Povlot wrote: ... I need some help on IE7. I have a website that works well on IE6, FF and Opera. But on IE7, the content text overlaps the sidebar on the right. The content area has a 13em right margin. And the sidebar (Upcoming Events) is positioned absolutely at the right on 0.

Re: [css-d] Problem overlap in IE7 (PLEASE)

2007-01-06 Thread Ingo Chao
One might reproduce the problem in IE6 by giving haslayout to #content (as overflow does in IW6) by applying zoom:1 here. must read ... (as overflow does in IE7) ... Sorry. Ingo -- http://www.satzansatz.de/css.html __

[css-d] Vertical-align problems in IE7

2007-01-06 Thread Blake
Hi guys, I'm having a pretty major problem with a design in IE7. The contents of the #content DIV are not vertically-aligning in the middle of the page. You can find the page here: http://blakehaswell.com/others/blakehaswell/ The CSS is here:

[css-d] need some help - MAC IE broswer + Safari problems and some text tag help

2007-01-06 Thread hiptojive @hotmail.com
Hi All, I'm trying to take a crack at coding this site using a style sheet. I've managed to get the page functioning okay on all PC broswers, however I'm having some trouble getting the MAC browsers to read the page properly. On Safari and IE, it's about a pixel off on the right hand content

Re: [css-d] Best way to have checkbox/indented paragraph line up

2007-01-06 Thread Matt Ryan
What I have is the typical acknowledgment of some term or condition before the user continues on, so you have a checkbox on the left with a paragraph on the right, and they are vertically aligned at the top, on the same row. Like so: __ | | A paragraph here that may go multiple

[css-d] Need help with containers

2007-01-06 Thread Donna Pfledderer @ Virtual Business Connection
Is there away to have the containers enlarge when you add content to it, but then push down a container below. LOL I'm sure that didn't make sense. But I have a page that is just 1 column, 3 rows. I want the bottom row to move when the middle row enlarges. Can this be done, if so, what am I doing

Re: [css-d] Need help with containers

2007-01-06 Thread Blake
On 1/7/07, Donna Pfledderer @ Virtual Business Connection [EMAIL PROTECTED] wrote: Is there away to have the containers enlarge when you add content to it, but then push down a container below. LOL I'm sure that didn't make sense. But I have a page that is just 1 column, 3 rows. I want the

Re: [css-d] Need help with containers

2007-01-06 Thread Matt Ryan
On 1/6/07, Blake [EMAIL PROTECTED] wrote: On 1/7/07, Donna Pfledderer @ Virtual Business Connection [EMAIL PROTECTED] wrote: Is there away to have the containers enlarge when you add content to it, but then push down a container below. LOL I'm sure that didn't make sense. Blake wrote: Hi

Re: [css-d] CSS Container Background Image Problems.

2007-01-06 Thread Matt Ryan
On 1/5/07, Ian Vaughan [EMAIL PROTECTED] wrote: I am having a problem with the #localnav div's background as it does not fill the full height of the page, it stops just after the links contained in the unordered list, I need the background image/colour to display the full length of the page,

Re: [css-d] need some help - MAC IE broswer + Safari problems and some text tag help

2007-01-06 Thread Gunlaug Sørtun
hiptojive @hotmail.com wrote: [...] On Safari and IE, it's about a pixel off on the right hand content pane, because of the border i have put on it. And then on IE the left hand nav pane is really off (too short). Any insight as to how to fix this problem would be HUGELY appreciated. We

Re: [css-d] IE issue

2007-01-06 Thread Andy Harrison
Sorry Larry, I don't see what's causing that. I did notice that the image popups don't work correctly in IE 6 though (they aren't absolutely positioned); who knows, it may have something to do with that. I have a few suggestions for your CSS: .pic a .large { /*...*/ display:none;

Re: [css-d] Vertical-align problems in IE7

2007-01-06 Thread Blake
Ahh, just did some research and it turns out IE7 doesn't support the display: table; or display: table-cell; declarations ... *sigh* Thanks anyway, Blake -- Australian Web Designer – www.blakehaswell.com __ css-discuss [EMAIL

[css-d] Browser testing - Opera problems and other slight variations.

2007-01-06 Thread Christopher Blake
Hello helpful folk, I am creating this site; http://www.neilparishmep.org.uk/new/index.html (url) http://www.neilparishmep.org.uk/new/stylefile/style1.css(css file) It's my first ever site and I am enjoying learning, for the most part! I use an apple mac so my browser

Re: [css-d] Vertical-align problems in IE7

2007-01-06 Thread Gunlaug Sørtun
Blake wrote: Ahh, just did some research and it turns out IE7 doesn't support the display: table; or display: table-cell; declarations ... *sigh* http://blakehaswell.com/others/blakehaswell/ That's correct, but unless I'm missing something (especially since I don't have IE7 installed) then

Re: [css-d] Browser testing - Opera problems and other slight variations.

2007-01-06 Thread Andrew Gregory
On Sun, 07 Jan 2007 12:18:02 +0900, Christopher Blake [EMAIL PROTECTED] wrote: http://www.neilparishmep.org.uk/new/index.html (url) http://www.neilparishmep.org.uk/new/stylefile/style1.css(css file) I use an apple mac so my browser testing is; Safari, Firefox, Netscape

Re: [css-d] Vertical-align problems in IE7

2007-01-06 Thread Blake
On 1/7/07, Gunlaug Sørtun [EMAIL PROTECTED] wrote: That's correct, but unless I'm missing something (especially since I don't have IE7 installed) then the following should work quite well... #content { height: 260px; /* position: relative; -- delete this */ position: absolute; top: 50%;

[css-d] Browser testing - Opera problems and other slight variations.

2007-01-06 Thread Christopher Blake
Hi, Thanks, that is s lot better. However when I expanded the browser, the right hand column (#dynamic) did not stay to the right (float right within #content with no set width). A difference that I noticed from firefox (which is a good difference) is that the 'enter email' and button are

Re: [css-d] Browser testing - Opera problems and other slight variations.

2007-01-06 Thread Gunlaug Sørtun
Christopher Blake wrote: http://www.neilparishmep.org.uk/new/index.html It's my first ever site and I am enjoying learning, for the most part! I use an apple mac so my browser testing is; Safari, Firefox, Netscape (all recent apps) , Opera, Internet explorer (opera not paid for, I.E 5)