[css-d] Absolute position problem in IE

2007-10-02 Thread Ross Hulford
I have an absolutely positioned div #button iside a relative container. div id=container div id=inside-container div id=top_curve/div div id=buttona href=http://www.mysite.com;Our Website/a/div This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a guess why this happens. It

Re: [css-d] Absolute position problem in IE

2007-10-02 Thread James Leslie
I have an absolutely positioned div #button iside a relative container. div id=container div id=inside-container div id=top_curve/div div id=buttona href=http://www.mysite.com;Our Website/a/div This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a guess why this happens. It

Re: [css-d] Absolute position problem in IE

2007-10-02 Thread Nick Fitzsimons
On 2 Oct 2007, at 12:30, Ross Hulford wrote: I have an absolutely positioned div #button iside a relative container. This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a guess why this happens. It reappears if I make it relative min-height:400px; Off the top of my

Re: [css-d] Absolute position problem in IE

2007-10-02 Thread Mark Story
Ross Hulford wrote: I have an absolutely positioned div #button iside a relative container. div id=container div id=inside-container div id=top_curve/div div id=buttona href=http://www.mysite.com;Our Website/a/div This is fine in FF and ie7 but in ie6 it disapears. Anyone hazzard a

[css-d] absolute position problem in IE

2007-04-03 Thread jeffrey morin
no problem is ff but in ie7 (probably more) the left side gets hidden. i'm sure it's something to do with the absolute positioning. ie isn't reading the margins any ideas? and is this even correct usage of absolute positioning? i wasn't sure how else to lay these things out

Re: [css-d] Absolute Position Problem with IE

2005-08-25 Thread Ingo Chao
Glenn E. Lanier, II wrote: http://bellsouthpwp.net/S/p/Speedy7/LayoutTest.html IE needs left:0; top:0; on this a.p. menu. Ingo -- http://www.satzansatz.de/css.html __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Absolute Position Problem with IE

2005-08-25 Thread Uwe Kaiser
On 25.08.2005 20:41, Glenn E. Lanier, II wrote: I have it laid out perfectly (I think) in Firefox, but IE places the MENU div inside my containing DIV. Can someone point out what I did wrong? HTML and CSS are in same file: http://bellsouthpwp.net/S/p/Speedy7/LayoutTest.html To add a left:

RE: [css-d] Absolute Position Problem with IE

2005-08-25 Thread Glenn E. Lanier, II
From: Ingo Chao Sent: Thursday, August 25, 2005 1:58 PM Glenn E. Lanier, II wrote: http://bellsouthpwp.net/S/p/Speedy7/LayoutTest.html IE needs left:0; top:0; on this a.p. menu. From: Uwe Kaiser Sent: Thursday, August 25, 2005 2:05 PM To add a left: 0; to the positioned Menu should