[css-d] Invitación a conectarnos en LinkedIn

2009-09-22 Thread Jose Aguero
LinkedIn Jose Aguero requested to add you as a connection on LinkedIn: -- Stefan, Me gustaría añadirte a mi red profesional en LinkedIn. -Jose Accept invitation from Jose Aguero http://www.linkedin.com/e/v2RX8LsYIp9Yytz5spRoDLsYaA_Tz4z5sp

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread bill walton
Hi Kevin, On Tue, 2009-09-22 at 12:41 -0400, Kevin Rodenhofer wrote: > Bill, > > I came up with a version that uses no images at all, and I believe, does > what you want it to do. > > You could expand on it a bit, and give it highlights at the top and left > as well. Or, make the shading and h

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread bill walton
Hi Erik, On Tue, 2009-09-22 at 10:21 -0500, Erik Vorhes wrote: > On Tue, Sep 22, 2009 at 8:54 AM, bill walton wrote: > > > > The problem is that the image on the right is not expanding to the same > > height as the one on the left. > > A possible solution: > > HTML: > > > ... > > >

Re: [css-d] Mystery margin on Windows FF & IE

2009-09-22 Thread jeffrey morin
On Tue, Sep 22, 2009 at 12:04 PM, Matt Fielding wrote: > Hello all, > > So I've been battling with a problem for the past few hours. I went to show > a peer a site I've been working on for an upcoming event of ours, and > discovered that on our site ( http://gdg.uml.edu/lan/ ), and only when > vi

Re: [css-d] trouble in IE8

2009-09-22 Thread Shawn Lawler
Sandy wrote: > hi all, > > A site that I did a few years ago is having trouble in IE8. > The contact button is shifting down, creating 3 rows of buttons instead > of two - contact on its own, the others on their 2 lines. > > You might try fleshing out your sitenav . Seemed to do the trick in

Re: [css-d] trouble in IE8

2009-09-22 Thread Sandy
> add this to your code, will help but is not a full solution: Cristiano, Tim, you guys rock. Thanks so much! this worked, and was SO MUCH EASIER than what I expected I would need to do. Sandy __ css-discuss [cs...@lists.c

Re: [css-d] trouble in IE8

2009-09-22 Thread Cristiano Diniz da Silva
add this to your code, will help but is not a full solution: Cristiano Diniz da Silva Web Development & Solutions http://www.mcloide.com http://mcloide.wordpress..com p. + 1 954 840 4010 c. + 1 561 809 1928 Coral Springs, Fl PHP5 Zend Certified Engineer Before pr

[css-d] trouble in IE8

2009-09-22 Thread Sandy
hi all, A site that I did a few years ago is having trouble in IE8. The contact button is shifting down, creating 3 rows of buttons instead of two - contact on its own, the others on their 2 lines. http://jodishuster.com/ http://jodishuster.com/js_css/jodi.css http://jodishuster.com/js_css/ie-h

[css-d] Fwd: moving content PROBLEM SOLVED - thanks.

2009-09-22 Thread Jen Bucktrout
Begin forwarded message: > css-d@lists.css-discuss.org __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-

Re: [css-d] moving content

2009-09-22 Thread Theresa Mesa
Someone here gave me a fix for this - slightly inelegant, but it works, and validates: html { height: 100.1% } This forces a scroll bar on every page. No more moving or jogging. On the pages that don't need a scroll bar, the scroll bar indicator is the height of the page. There's no "space"

Re: [css-d] moving content

2009-09-22 Thread Peter Hammarling
> http://www.bucktroutcreative.com/co/contact.html > http://www.bucktroutcreative.com/co/services.html > > Hi- > > I'm working on the services and contact page for this site. For some > reason when toggling between them, all of the content (including nav) > seems to move slightly. Does anyone kno

Re: [css-d] moving content

2009-09-22 Thread Climis, Tim
> I'm working on the services and contact page for this site. For some > reason when toggling between them, all of the content (including nav) > seems to move slightly. Does anyone know a fix for this. It looks to me like it's because one page scrolls and the other doesn't. so it all moves

[css-d] moving content

2009-09-22 Thread Jen Bucktrout
http://www.bucktroutcreative.com/co/contact.html http://www.bucktroutcreative.com/co/services.html Hi- I'm working on the services and contact page for this site. For some reason when toggling between them, all of the content (including nav) seems to move slightly. Does anyone know a fix fo

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread Kevin Rodenhofer
Bill, I came up with a version that uses no images at all, and I believe, does what you want it to do. You could expand on it a bit, and give it highlights at the top and left as well. Or, make the shading and highlights fuzzier by adding more "inner divs". Have a look: http://www.rodenhofer

Re: [css-d] Mystery margin on Windows FF & IE

2009-09-22 Thread Martin Waue
you use "li>a" as inline-elements - if you make them "display:inline-block" the gap disappears. but of course you`ll get problems with IE<8 and FF2 other solution: give the "a"-elements in your nav "line-height:20px" Matt Fielding wrote: > Hello all, > > So I've been battling with a problem for

[css-d] Mystery margin on Windows FF & IE

2009-09-22 Thread Matt Fielding
Hello all, So I've been battling with a problem for the past few hours. I went to show a peer a site I've been working on for an upcoming event of ours, and discovered that on our site ( http://gdg.uml.edu/lan/ ), and only when viewing it with Firefox or IE under Windows does this happen, there is

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread Erik Vorhes
On Tue, Sep 22, 2009 at 8:54 AM, bill walton wrote: > The panel in the middle behind the signup form is actually two images: > an 11px-wide one on the left that gets repeated, and an 11px one on the > right that finishes the image off.  The visual intent is shading on the > bottom and right edges

Re: [css-d] problem: background image won't size with content

2009-09-22 Thread bill walton
Hi Kevin, On Mon, 2009-09-21 at 21:54 -0400, Kevin Rodenhofer wrote: > Bill, I consolidated the 3 messages, and made the appropriate > corrections. Here you go: > > I don't know if this will work for you, but this is what I did for a > similar situation. I copied the code directly from my projec