Re: [PHP] Div-element at same vert. position?

2006-03-29 Thread Jochem Maas
can someone nuke this guys addr form the list? pretty please? [EMAIL PROTECTED] wrote: Please use [EMAIL PROTECTED] instead of [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread Jay Blanchard
[snip] I have a code-snippet here: while ($dbArray = mysql_fetch_array($querys)) { $dbIDLevel1 = $dbArray[IDLevel1]; $dbLevel1Name = $dbArray[level1Name]; $dbFactsLevel1Name = $dbArray[factsLevel1Name]; $dbFactsPictureLevel1Name = $dbArray[factsPictureLevel1Name]; ? div id=factsmenu_?php echo

Re: [PHP] Div-element at same vert. position?

2006-03-28 Thread John Nichel
Gustav Wiberg wrote: snip The CSS list is down the road a-ways. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Div-element at same vert. position?

2006-03-28 Thread Jochem Maas
Jay Blanchard wrote: A. The is a CSS question true :-) 2. You didn't provide a way to see it. III. Using absolute positioning is a bad thing and the left div should be floated to the left. what's wrong with absolute positioning? -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread Jay Blanchard
[snip] what's wrong with absolute positioning? [/snip] Because there is only one absolute; that there are no absolutes. IE, FF, Opera and others all treat the box model differently. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread Chrome
Try drag-drop without absolute ;-) Dan --- http://chrome.me.uk -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: 28 March 2006 21:21 To: Jochem Maas Cc: PHP General Subject: RE: [PHP] Div-element at same vert. position? [snip] what's wrong

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread Jay Blanchard
[snip] [snip] what's wrong with absolute positioning? [/snip] Because there is only one absolute; that there are no absolutes. IE, FF, Opera and others all treat the box model differently. [/snip] My bad.I should have said that it is a bad idea to use fixed positioning. -- PHP General

Re: [PHP] Div-element at same vert. position?

2006-03-28 Thread Gustav Wiberg
- Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Gustav Wiberg [EMAIL PROTECTED]; PHP General php-general@lists.php.net Sent: Tuesday, March 28, 2006 10:00 PM Subject: RE: [PHP] Div-element at same vert. position? [snip] I have a code-snippet here: while ($dbArray

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread Jay Blanchard
[snip] A. The is a CSS question 2. You didn't provide a way to see it. III. Using absolute positioning is a bad thing and the left div should be floated to the left. Ok, I got your message you all! But I really wanted to do the postitioning in PHP with absolute positioning (just for the sakes

RE: [PHP] Div-element at same vert. position?

2006-03-28 Thread tedd
At 2:21 PM -0600 3/28/06, Jay Blanchard wrote: [snip] what's wrong with absolute positioning? [/snip] Because there is only one absolute; that there are no absolutes. IE, FF, Opera and others all treat the box model differently. That's if you use margins and padding. The way I understand it,

Re: [PHP] Div-element at same vert. position?

2006-03-28 Thread Gustav Wiberg
- Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: Gustav Wiberg [EMAIL PROTECTED]; PHP General php-general@lists.php.net Sent: Tuesday, March 28, 2006 11:52 PM Subject: RE: [PHP] Div-element at same vert. position? [snip] A. The is a CSS question 2. You didn't provide