Re: [css-d] 2 small css problems

2010-03-18 Thread Rory Bernstein
OK, I did change the width of that thumbnail_grid div and it worked. I am sure that I tried that when I was working on the problem myself, so I am not sure why it did not work for me then. Thanks to everyone who responded, you have made my day. I am very grateful. Rory ___

Re: [css-d] 2 small css problems

2010-03-18 Thread Climis, Tim
> And if anyone knows the reason why I have the other problem with my > thumbnail_grid div's position, please let me know! That's on this #thumbnail_grid { position: relative; float: left; overflow: hidden; /* border: 1px solid red; */ width: 100%; } Claude Needham already answered that one, but

Re: [css-d] 2 small css problems

2010-03-18 Thread Rory Bernstein
RE: the missing number in my hex value: Doh. So sorry. It works now. I just need to fix the layout here now: http://rorybernstein.com/francesca_proto/section_landing.html to get the grid of thumbnails moved up the page, next to the nav list. Many thanks to Christian and Rod for your help with my

Re: [css-d] 2 small css problems

2010-03-18 Thread Christian Kirchhoff
Am 18.03.2010 13:40, schrieb Rory Bernstein: > There was some sort of weird invisible character at the end of the > "color" rule ; that was what was messing up the rendered code. I > removed it but the hover still is not working! I just started using > coda (moving away from BBedit) and I find th

Re: [css-d] 2 small css problems

2010-03-18 Thread Rory Bernstein
There was some sort of weird invisible character at the end of the "color" rule ; that was what was messing up the rendered code. I removed it but the hover still is not working! I just started using coda (moving away from BBedit) and I find that something is causing these strange characters to be

Re: [css-d] 2 small css problems

2010-03-18 Thread Claude Needham
On Wed, Mar 17, 2010 at 8:33 PM, Rory Bernstein wrote: > Next, on this page: > http://rorybernstein.com/francesca_proto/section_landing.html > > The div with the id of  "thumbnail_grid" has a float:left rule. > Shouldn't it sit alongside the div "nav", and not under it? Why is it > under it? I wan

Re: [css-d] 2 small css problems

2010-03-18 Thread Claude Needham
On Wed, Mar 17, 2010 at 8:43 PM, Rod Castello wrote: > --- On Thu, 3/18/10, Rory Bernstein wrote: > http://rorybernstein.com/francesca_proto/ > > On this page, I cannot get the "hover" to work on the nav bar links. > The style sheet is here: > http://rorybernstein.com/francesca_proto/style.css >

Re: [css-d] 2 small css problems

2010-03-17 Thread Rod Castello
--- On Thu, 3/18/10, Rory Bernstein wrote: From: Rory Bernstein Subject: [css-d] 2 small css problems To: "CSS Discuss List" Date: Thursday, March 18, 2010, 3:33 AM I have 2 small CSS problems and I just can't seem to figure them out: http://rorybernstein.com/francesca_proto/ On this pag