Re: [css-d] Site Check - Footer Problem

2007-10-30 Thread Tony Haddon
Hi, I've only looked at it in Firefox. I notice you've a *and* a maybe if you put your #footercontainer within the #containerwrapper it would simplify things for you? Just a thought. T. __ css-discuss [EMAIL PROTECTED] http:

[css-d] Menu/navigation problem

2007-10-30 Thread Portman
I am working on a redesign for a client of mine and have run into a problem. The client wants a row of colored blocks across the top of the website and wants the navigation to fit inside each block. The problem is that when I design it to look good in 800 x 600, it looks awful in 1024 x 768 and

[css-d] Why a space in IE7 and not in FF

2007-10-30 Thread Marje Cannon
Does anyone know why there is a space at the bottom of the orange box (right-hand column) in IE7 but not in FF. I can't seem to correct this problem. http://www.bgcofmanatee.org/index-future.php Thanks! __ css-discuss

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Portman
Hi JonMarc, Thank you for the reply. I had considered the colored background to each li or a, but wasn't sure what to do when the menu ended. I think I need to try it and see what problems I run into. (The menu is absolutely positioned already.) Thanks! Riva JonMarc Wright wrote: > You could

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Alan Gresley
Riva Portman wrote: > I am working on a redesign for a client of mine and have run into a > problem. The client wants a row of colored blocks across the top of the > website and wants the navigation to fit inside each block. The problem > is that when I design it to look good in 800 x 600, it l

[css-d] Unwanted vertical space in IE7

2007-10-30 Thread Marje Cannon
Does anyone know why there is a space at the bottom of the orange address box (right-hand column) in IE7 but not in FF. I'm trying to remove the space in IE7 and can't seem to do it. http://www.bgcofmanatee.org/index-future.php Thanks! Marje ___

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Portman
Thank you for the reply Alan. I appreciate the comments. I did actually change the block graphic so that the blocks are smaller, but the only problem now is that the links are not centered at higher resolutions. I don't know if this will bother my client, but will look at the code again. Thank

Re: [css-d] How z-index works

2007-10-30 Thread bj
> I'd appreciate any comments that would help me improve this "tool": > http://tjkdesign.com/articles/z-index/teach_yourself_how_elements_stack.asp > Thanks, > -- > Regards, > Thierry | http://www.TJKDesign.com Thierry, this is a FUN way to learn positioning and stacking order and the vagaries

[css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread Rahul Gonsalves
Hello. The following site is behaving rather badly in Internet Explorer. I wonder whether anybody has any suggestions as to how to get the 'splash' text correctly, or whether my current method of positioning things is a bad one, etc. http://rahulgonsalves.com/WDD/ As it is a site intended

Re: [css-d] Menu/navigation problem

2007-10-30 Thread David Laakso
> Riva Portman wrote: > > >> I am working on a redesign for a client of mine and have run into a >> problem. The client wants a row of colored blocks across the top of the >> website and wants the navigation to fit inside each block. >> >> >> Riva >> http://www.littleracquets.com/new_site_tes

Re: [css-d] Menu/navigation problem

2007-10-30 Thread David Laakso
Portman wrote: > Thank you for the reply and suggestion, David. I did think of that but > my client wants all the blocks the same height and width. > > Riva > > David Laakso wrote: > >> Trying to cram all those long word menu links into narrow width/height >> spaces /may/ require some re-thin

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Portman
Thank you for the reply and suggestion, David. I did think of that but my client wants all the blocks the same height and width. Riva David Laakso wrote: > Trying to cram all those long word menu links into narrow width/height > spaces /may/ require some re-thinking of the layout concept to ac

[css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Robert O'Rourke
Hello, I didn't have much luck with google on this one so I've put together a demo page: http://www.sanchothefat.com/css/bugtests/ie/ol.html For some strange reason if you set 'list-style-position' to 'inside' on an ordered-list from the tenth list-item onwards the text-indent i

Re: [css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Robert O'Rourke
Just realised, it's not giving any extra room for the extra digit when you reach list-item number 10. Guess it's something I'll have to live with __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/cs

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread Ingo Chao
Rahul Gonsalves wrote: > Hello. > > The following site is behaving rather badly in Internet Explorer. I > wonder whether anybody has any suggestions as to how to get the > 'splash' text correctly, or whether my current method of positioning > things is a bad one, etc. > > http://rahulgonsal

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Portman
Thank you Brian and David. I actually did manage to get it working. Riva __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://

Re: [css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Luc
Good afternoon Robert, It was foretold that on 30/10/2007 @ 18:59:25 GMT+ (which was 15:59:25 where I live) Robert O'Rourke would write: > For some strange reason if you set 'list-style-position' to 'inside' > on an ordered-list from the tenth list-item onwards the text-indent it > cre

Re: [css-d] Menu/navigation problem

2007-10-30 Thread Brian Perry
Yeah, I agree with David - though I would probably have wrapped it in standardista: "Just be clear: are you designing for your client, or your client's customers?" :) Your clients will ultimately be rewarded if focused on the latter, though failing to cater to their whims might get you thrown out.

Re: [css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Jens Brueckmann
Hi Robert, > Just realised, it's not giving any extra room for the extra digit when > you reach list-item number 10. Guess it's something I'll have to live > with you may add whitespace between the list numbers and the first character by adding left padding to the first letter, e.g.: ol li:f

Re: [css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Robert O'Rourke
Luc wrote: > Good afternoon Robert, > It was foretold that on 30/10/2007 @ 18:59:25 GMT+ (which was > 15:59:25 where I live) Robert O'Rourke would write: > > > > >> For some strange reason if you set 'list-style-position' to 'inside' >> on an ordered-list from the tenth list-item onwa

Re: [css-d] IE Flicker on hover problem

2007-10-30 Thread Richard Grevers
On 10/30/07, James Leslie <[EMAIL PROTECTED]> wrote: > Hi, > > I know this is quite a well documented problem but I was wondering if > anyone has any great, new solutions. > > It is the problem of IE6 reloading background images in links every time > they are hovered on. > > I am using a sliding do

Re: [css-d] Site Review, IE Problems // World Disability Day.com

2007-10-30 Thread David Laakso
Rahul Gonsalves wrote: > Hello. > > The following site is behaving rather badly in Internet Explorer. I > wonder whether anybody has any suggestions as to how to get the > 'splash' text correctly, or whether my current method of positioning > things is a bad one, etc. > > http://rahulgonsalve

Re: [css-d] ordered lists in ie - is more than 10 items asking too much?

2007-10-30 Thread Robert O'Rourke
Jens Brueckmann wrote: > Hi Robert, > > >> Just realised, it's not giving any extra room for the extra digit when >> you reach list-item number 10. Guess it's something I'll have to live >> with >> > > you may add whitespace between the list numbers and the first > character by adding l

Re: [css-d] Unwanted vertical space in IE7

2007-10-30 Thread Gunlaug Sørtun
Marje Cannon wrote: > Does anyone know why there is a space at the bottom of the orange > address box (right-hand column) in IE7 but not in FF. > > I'm trying to remove the space in IE7 and can't seem to do it. > > http://www.bgcofmanatee.org/index-future.php IE/win (all versions) has serious pr

[css-d] Box Issue

2007-10-30 Thread Ryan Ellis
This is simple (I think) -- I'm a bit new to CSS and still learning, so I really appreciate any help you guys have to offer. I have this page - http://www.vitalmodels.com/V3/ The columns on the right/left, the backround extends past the bottom graphic. I basically need the bottom graphic to be at

Re: [css-d] IE Flicker on hover problem FIXED

2007-10-30 Thread David Hucklesby
On Mon, 29 Oct 2007 17:45:27 -, James Leslie wrote: > >> I am using a sliding doors style technique for a few tabs as shown at >> http://jamestesting.metafaq.com/clients/jamestesting/debug.html (CSS in >> head) whenever they are hovered over in IE6 the image is reloaded causing a >> flicker.