Rahul Gonsalves wrote:
http://janaagraha.org/rahul/
   * Even a slight text-zoom breaks the "mainnav" top navigation links.
     I'm not sure if there is a way to do this better than I have.
     Ideally, I would like the links to stretch all the way across the
     screen, and not resize or move to the next-line, while being viewable.

As you cannot prevent the links from wrapping, you should make them visible when they are wrapped to the next line.


.mainnav { margin: 0pt;  padding: 0.5em; ...}
.mainnav li { display: inline;  line-height: 3em; margin:0;}
.mainnav li a {  padding: 0.5em; line-height: 3em; ... }
.mainnav li a:hover {...}
.current {padding: 0.5em; ...}

Just design for the wrapped status.

   * There is a white space after the image. I'm not sure why it's
     showing up, but I want the column to be flush against the image.

It's the default margin-top on h2 "Happenings". Zero it.

   * Slightly OT: The people who I'm designing this for are not very
happy with the color scheme.

Take a photo from your country and pick the colours. Ah, decisions.

Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to