Re: [css-d] stupid question regarding background position: fixed and IE6

2006-07-07 Thread Olly Hodgson
On 07/07/06, Paul Seale <[EMAIL PROTECTED]> wrote: > > Well, I assigned the background fixed attribute and it works great with Fire > Fox but not with IE6. Does IE 6 not support this attribute? IIRC yes, it does, but only on the element. Cheers, -- Olly http://thinkdrastic.net/ __

Re: [css-d] What can I do about inconsistent spacing across browswers?

2006-07-07 Thread Michael Landis
On 7/7/06, Dova Wilson <[EMAIL PROTECTED]> wrote: > I understand that pixel perfect results across browsers are not > realistic, but what can I do to improve this at least a little? > > See http://209.211.255.131/newsite/testjuly7.html. The CSS code is at > http://209.211.255.131/newsite/testjuly7.

Re: [css-d] www.gamespot.com

2006-07-07 Thread michelle m
thanks a lot for the replies. i think i got it to work :) i appreciate your help. On 7/7/06, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > hey, group. i recently asked a question about a shadow effect, but > > i'm still a little confused about how to create it. i really like the > > effect

Re: [css-d] stupid question regarding background position: fixed and IE6

2006-07-07 Thread Dave Goodchild
On 07/07/06, Paul Seale <[EMAIL PROTECTED]> wrote: > > I have been working on a site recently and I decided to make the > background > fixed. > > Well, I assigned the background fixed attribute and it works great with > Fire > Fox but not with IE6. Does IE 6 not support this attribute? > > Thanks i

[css-d] stupid question regarding background position: fixed and IE6

2006-07-07 Thread Paul Seale
I have been working on a site recently and I decided to make the background fixed. Well, I assigned the background fixed attribute and it works great with Fire Fox but not with IE6. Does IE 6 not support this attribute? Thanks in advance. Paul __

Re: [css-d] www.gamespot.com

2006-07-07 Thread Christian Heilmann
> hey, group. i recently asked a question about a shadow effect, but > i'm still a little confused about how to create it. i really like the > effect on the sides of the content area on the gamespot.com website. > could anyone explain to me how to create something similar? is there > a way to cr

Re: [css-d] (no subject)

2006-07-07 Thread Austin, Darrel
> Why not apply that fix to IE only and spare Firefox? You could do: Because...uh...umm...well...that's a good point. ;o) -Darrel __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing h

Re: [css-d] 'dropped column' (was: no subject)

2006-07-07 Thread Austin, Darrel
> Well, I suppose you could just let the software do its thing > without intervention :-) ? > I could, but that's not what we want to happen. So that's not a viable solution. (and thanks for fixing the 'no subject'...me = embarrassed ;o)

[css-d] www.gamespot.com

2006-07-07 Thread michelle m
hey, group. i recently asked a question about a shadow effect, but i'm still a little confused about how to create it. i really like the effect on the sides of the content area on the gamespot.com website. could anyone explain to me how to create something similar? is there a way to create the e

Re: [css-d] Border strip on leftnav

2006-07-07 Thread Skip Knox
Thanks, Zoe, I'll give it a try. I've managed to fix most of what was wrong, but only by fiddling rather than restructuring. I sort of have to put this to bed, but once I've got the docs done, I'll take a run at restructuring. That's what I really want anyway -- no kludges, no hacks. Thanks for the

[css-d] Horizontal clickables thumbnails Scroller : problem under SAFARI

2006-07-07 Thread Jean-François NAUD
hi, What I want to achieve : a video gallery. Videos would be presented as an horizontal thumbnails list scoller. When you click on a thumb, a video d

[css-d] What can I do about inconsistent spacing across browswers?

2006-07-07 Thread Dova Wilson
I understand that pixel perfect results across browsers are not realistic, but what can I do to improve this at least a little? See http://209.211.255.131/newsite/testjuly7.html. The CSS code is at http://209.211.255.131/newsite/testjuly7.css. The spacing in IE6 is much more "generous" than a

Re: [css-d] floated div problem in IE

2006-07-07 Thread Bob Mason
looks like you have: margin-left: 20px; assigned to #sideBar... I seem to remeber reading that IE will double the margin unless you add display:inline; - (google ie double margin for details) alternatively you could assign one value for ie and then follow with the hack body>html #s

[css-d] floated div problem in IE

2006-07-07 Thread rollandburn
Hi all, I wonder if someone could take a peek at http://ap.projectstep.com/atlay/location_and_access/ The side menu on IE is getting shoved to the right but it looks fine on Firefox. I am stumped and would appreciate any help. Thanks!

Re: [css-d] can't get my text to wrap!

2006-07-07 Thread Zoe M. Gillenwater
Melissa Carraway wrote: > I'm developing a site using templates in Dreamweaver. Right now I have an > optional area that is enclosed in a DIV tag. I want the non optional content > text to wrap around the optional DIV if the DIV is present, and if it's not, > I want the copy to just take up the

Re: [css-d] Border strip on leftnav

2006-07-07 Thread Zoe M. Gillenwater
Skip Knox wrote: > http://webtest.boisestate.edu/templatedev/ > > I have a leftnav with dark blue background and a 9px lighter blue > stripe on its right. The leftnav actually has three components: logo at > the top, menu area below it, and a fade below that. > > I keep running into problems with

Re: [css-d] Why the extra vertical space?

2006-07-07 Thread Zoe M. Gillenwater
Michael Landis wrote: > On 7/6/06, Rick Pasotto <[EMAIL PROTECTED]> wrote: > >> >> >> These are nested DLs. (I'm using DLs because there is a possibility of >> additional info for each governor -- phone, quote, picture, etc.) >> >> As far as I can

Re: [css-d] Font Colouring - wils

2006-07-07 Thread Felix Miata
On 06/07/07 16:03 (GMT+0100) Richard Brown apparently typed: > Could you please take a look at this site: > http://www.wilsonsjewellery.co.uk/ > and tell me why black is not black and more a shadowy grey. Confuses me! It's totally unclear with its black and gray theme where black should be that i

[css-d] Problems in 3D :)

2006-07-07 Thread Santiago Restrepo
Hi css-d: I'm bringing css to my work place, and they've liked it a lot, but we have a problem. We went to cssplay.co.uk for a dropdown menu and (as usual) in firefox works great, but we have a problem with the position in the IE. Take a look: http://www.utp.edu.co/egresados/index.php test the d

Re: [css-d] About replacing a structural table with colspan

2006-07-07 Thread René Gallati
On 7/6/06, Robert O'Rourke <[EMAIL PROTECTED]> wrote: > > > There isn't an 'equivalent' without going crazy with classes and extra > markup. You have to think differently when using css for layout. Its > more about making things flow rather than controlling them as tightly as > a table does. Tha

Re: [css-d] Font Colouring

2006-07-07 Thread Glenn E. Lanier, II
> From: [EMAIL PROTECTED] > Sent: Friday, July 07, 2006 10:19 AM > Because you have color: #8A864E; written in many places. For > black, just > use color:#fff; I think color:#000; will produce a darker black 8->. (For those that do not recognize the notation, it is simply shorthand for #00,

Re: [css-d] Font Colouring

2006-07-07 Thread MarcLuzietti
Er, color:#000; -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 Because you have color: #8A864E; written in many places. For black, just use color:#fff; __ css-discuss [EMAIL PROTECTED] http://www.c

Re: [css-d] Font Colouring

2006-07-07 Thread MarcLuzietti
Because you have color: #8A864E; written in many places. For black, just use color:#fff; -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailma

Re: [css-d] DIV wrapping

2006-07-07 Thread Els
Vitali Doudko wrote: > Hello, > > First of all this is my very first post here, so please forgive > me for possibly being off on something. > > I got a CSS layout question in regards to wrapping of nested > DIV elements. How can I make sure that a set of images each > placed in a DIV element wraps

[css-d] Font Colouring

2006-07-07 Thread Richard Brown
Hi Could you please take a look at this site: and tell me why black is not black and more a shadowy grey. Confuses me! The css is at: Many thanks. -- Rich http://www.cregy.co.uk Embracing what God does fo

[css-d] Page check please.

2006-07-07 Thread Mark Batty (Gmail)
Hi all I've made some changes since my last post, I think it now works in the following: FF1.5, IE6, IE5.5, Opera 9 (XP) I believe there are issues in Netscape, Mozilla, Safari and IE5 Mac, would anyone be able to check these and any other platforms/browsers for me please. I think ideally I

[css-d] DIV wrapping

2006-07-07 Thread Vitali Doudko
Hello, First of all this is my very first post here, so please forgive me for possibly being off on something. I got a CSS layout question in regards to wrapping of nested DIV elements. How can I make sure that a set of images each placed in a DIV element wraps inside of a parent DIV like those