[css-d] Positioned Corners in IE6

2007-06-04 Thread Glen Lipka
http://cpns.commadot.com/ In IE6, the corners at the bottom are being placed an inch too low. When I use the IE Dev toolbar and change anything about them, they snap back into place. I hate errors like that. Any ideas? Thanks, Glen

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
What is the desired outcome when the screen gets small? A) The screen gets a horizontal scrollbar when a certain minimum width is reached? B) The elements overlap each other? And also, what happens if the screen resolution is very large. What is the intended results? Glen On 6/4/07, Luc

[css-d] Positioned Corners in IE6

2007-06-04 Thread Glen Lipka
Sample: http://cpns.commadot.com/ In IE6, the corners at the bottom are being placed too low. When I use the IE Dev toolbar and change anything about them, they snap back into place. I hate errors like that. Any ideas? Thanks, Glen

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
evening Glen, It was foretold that on 4/6/2007 @ 15:33:09 GMT-0700 (which was 19:33:09 where I live) Glen Lipka would write: Hi Glen, What is the desired outcome when the screen gets small? sorry if i didn't make myself clear (and sorry for all on the list) A) The screen gets

Re: [css-d] Born again CSS

2007-06-04 Thread Glen Lipka
(which was 21:18:55 where I live) Glen Lipka would write: snipped a bit How about something like this? http://www.commadot.com/jquery/min-width.htm That's the thing i'm after Glenn!! Look at the code with a table: http://www.commadot.com/jquery/min-width-table.htm Doesn't

[css-d] span / crashing IE7

2007-04-30 Thread Glen Lipka
My IE7 crashes if I look at the following source: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html head titleCrashes IE7/title style a { position: relative;} a span{position: absolute;} /style /head body a

Re: [css-d] DIV wrapping a variable DIV

2007-04-27 Thread Glen Lipka
%, which is no good or acts bizarre. Does this help explain the scenerio? Thanks again. Glen On 4/26/07, Bruno Fassino [EMAIL PROTECTED] wrote: Glen Lipka wrote: I made a sample page to demonstrate the problem. http://www.commadot.com/jquery/simple.htm I want to wrap a div around

[css-d] Display:Inline troubles

2007-04-26 Thread Glen Lipka
I made a sample page to demonstrate the problem. http://www.commadot.com/jquery/simple.htm I want to make a centered div with another div hugging it close. (The real application is more complex, but I think this is the simplest demonstration) Firefox and IE act totally differently for this

[css-d] DIV wrapping a variable DIV

2007-04-26 Thread Glen Lipka
I made a sample page to demonstrate the problem. http://www.commadot.com/jquery/simple.htm I want to wrap a div around another div. The second DIV is of unknown height/width and may be positioned left or center. The first div must wrap TIGHT around the contents of the second DIV. It can't