Re: [css-d] 2 small css problems

2010-03-18 Thread Claude Needham
On Wed, Mar 17, 2010 at 8:43 PM, Rod Castello flashju...@sbcglobal.net wrote: --- On Thu, 3/18/10, Rory Bernstein r...@rorybernstein.com 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:

Re: [css-d] 2 small css problems

2010-03-18 Thread Claude Needham
On Wed, Mar 17, 2010 at 8:33 PM, Rory Bernstein r...@rorybernstein.com 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

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 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 that

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 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
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

[css-d] Styling font-size of h tags

2010-03-18 Thread Brian M. Curran
Hi All, Does anyone have a rule of thumb for styling the font-size: of h tags? For example: h1:200%; ...180%,160%,140%,120%... h6:100%; . Sincerely, Brian __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Styling font-size of h tags

2010-03-18 Thread David Laakso
Brian M. Curran wrote: Hi All, Does anyone have a rule of thumb for styling the font-size: of h tags? Sincerely, Brian The list-wiki once had a chart but I can't seem to find it. As I recall, h1 was set in that chart at 180%. But for the most part rules, were made to be broken, and the

[css-d] 2 more problems (div width issues)

2010-03-18 Thread Rory Bernstein
Hi All, me again. http://rorybernstein.com/francesca_proto/book1.html So, I now have a new page. On the URL above, I have 2 problems: 1. I want the div called #book_images to have the images it containts to sit on the bottom of that div (bottom aligned). I tried changing the position to

Re: [css-d] Styling font-size of h tags

2010-03-18 Thread David Hucklesby
On 3/18/10 11:03 AM, Brian M. Curran wrote: Hi All, Does anyone have a rule of thumb for styling the font-size: of h tags? For example: h1:200%; ...180%,160%,140%,120%... h6:100%; . Most of my browsers apply these sizes and margins: h1 { font-size: 2em; margin: .67em 0; } h2 {