[css-d] problem with nav bar

2009-01-26 Thread Kim Walta
Hi! This is my first time submitting a questions here. The prexisting nav
bar at the top (the light blue, orange, red bar) the text is jutting out to
the left. I've been staring at this for a while and I'm hoping to use some
of your fresh eyes! Any help would be appreciated! I've been working with
the template for a while and just ran across the problem when I added this
click and show css at the bottom. It's a lot of stuff so let me know what
I should do to make it less digging for you guys. Here's the site.

http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.html

Here is my css

http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.css

Thank you!!
__
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-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] problem with nav bar

2009-01-26 Thread David Laakso

Kim Walta wrote:

Hi! This is my first time submitting a questions here.
http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.html

Here is my css

http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.css

  


Welcome!

Try (not tested):
#lselect a { padding-left:10px;}
aside: the faculty (and some students) are gonna love trying to read the 
mousetype and scaling the fonts in the world's most popular browser...


--

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
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-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] problem with nav bar

2009-01-26 Thread Ib Jensen
2009/1/26 David Laakso da...@chelseacreekstudio.com:
 Kim Walta wrote:

 Hi! This is my first time submitting a questions here.
 http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.html

 Here is my css

 http://libraries.slu.edu/liaisons/kwalta/referencelib/reflib.css


Just a note from a Non-expert:

Looking at your page with HTML Validator, a FF plug-in, I've got about
30 warnings.
I don't know how serius this warnings are 
These warnings starts about line 170

But a hr inline style, not in the .css ?



-- 
Regards / Mhv.
Ib K. jensen - http://ikjensen.dk
__
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-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] problem with nav bar

2005-08-30 Thread Matt Lemay
Hi all this will be my first post on this list. I am having a problem with a 
site I am building mostly using css. There is a left side navigation bar that 
is made up of .gif's, the last one having a height of 100% so it resizes with 
the content. The problem is it resizes irregularly sometimes not expanding all 
the way to the bottom, sometimes leaving a lot of unwanted open space after the 
last div. I have tried everything i can think of but nothing has worked. Any 
ideas? 

The site is here:
 http://www.lpcapitalinvestments.com/118eharvard.html

and the external style sheet can be viewed here:
http://www.lpcapitalinvestments.com/styles.css

thanks for your help
__
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/


Re: [css-d] problem with nav bar

2005-08-30 Thread Tim Quinton
I'm no guru, but I'd take a look at getting rid of the javascript and do a 
css only menu. Here are some sites I used for info:

http://www.projectseven.com/tutorials/css/uberlinks/index.htm
http://www.projectseven.com/tutorials/css/css%5Ftd/
and
http://www.cssdrive.com/index.php/examples/exampleitem/blue_blocks_menu
use ONE image background for in your style
ie:
{background-image: url(menubackg.gif);

I'm mucking with my own menu at
http://www.electricvillages.com/berm/test.php
www.electricvillages.com/berm/stripped.css

I've got my own problem with my menu - the text is the link - I want the 
background to be the active link also.


Anyone have suggestions?

Tim

- Original Message - 
From: Matt Lemay [EMAIL PROTECTED]

To: css-d@lists.css-discuss.org
Sent: Tuesday, August 30, 2005 7:38 PM
Subject: [css-d] problem with nav bar


Hi all this will be my first post on this list. I am having a problem with a 
site I am building mostly using css. There is a left side navigation bar 
that is made up of .gif's, the last one having a height of 100% so it 
resizes with the content. The problem is it resizes irregularly sometimes 
not expanding all the way to the bottom, sometimes leaving a lot of unwanted 
open space after the last div. I have tried everything i can think of but 
nothing has worked. Any ideas?


The site is here:
http://www.lpcapitalinvestments.com/118eharvard.html

and the external style sheet can be viewed here:
http://www.lpcapitalinvestments.com/styles.css

thanks for your help
__
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/




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


Re: [css-d] problem with nav bar

2005-08-30 Thread Kelly Miller

Matt Lemay wrote:

Hi all this will be my first post on this list. I am having a problem with a site I am building mostly using css. There is a left side navigation bar that is made up of .gif's, the last one having a height of 100% so it resizes with the content. The problem is it resizes irregularly sometimes not expanding all the way to the bottom, sometimes leaving a lot of unwanted open space after the last div. I have tried everything i can think of but nothing has worked. Any ideas? 


The site is here:
http://www.lpcapitalinvestments.com/118eharvard.html

and the external style sheet can be viewed here:
http://www.lpcapitalinvestments.com/styles.css

thanks for your help
__
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/

 

You know...your HTML is invalid.  I'd suggest making it valid HTML 4.0 
at least (at this point, it's not even valid HTML 3.2).


Oh, one suggestion, even though it's off-topic...using the attributes 
onmouseover and onmouseout is usually a bad idea.  You do know you can 
assign events to HTML tags without using the attributes, right?  Try 
starting here:  http://www.quirksmode.org/js/introevents.html .


--
http://www.mozilla.org/products/firefox/ - Get Firefox!
http://www.mozilla.org/products/thunderbird/ - Reclaim Your Inbox!

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.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/