[css-d] Navigation Background Image

2006-06-27 Thread Richard Brown
Hi Guys

I want to stretch the navigation background image on this site to fill  
100% across.



I mean the navigation that starts "Our Designers". However, I am not  
sure how to do this. Any ideas please?

Thanks
-- 
Rich
http://www.cregy.co.uk
Embracing what God does for you is the best thing you can do for him.  
Romans 12 v 1

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Navigation Background Image

2006-06-27 Thread Gunlaug Sørtun
Richard Brown wrote:

> I want to stretch the navigation background image on this site to
> fill 100% across. 

Adding...
#nav {background:url("buttons/bg.gif") repeat-x; float: left; width: 100%;}
...seems to work well. The background-image isn't tall enough to take
much font-resizing though.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/