Re: [css-d] Three Columns

2006-11-05 Thread ~davidLaakso
Richard Brown wrote: > > Duly created a layout that doesn't break down - hopeful. > > Could folks check it out for me please? > > > > Many thanks. > I guess you are using a mac and not seeing the iss

[css-d] :hover in IE7

2006-11-05 Thread Jonathan Berry
Hello all, I have produced a website (http://eldercare.signonsandiego.com/redesign) that exhibits a background-color highlight in IE6 and 7. Problem is, I can't remember how I did it. Now that I am working on a new site ( http://sdasf.org/cms/index.php?id=9,36,0,0,1,0), I want to replicate the :hov

Re: [css-d] Three Columns

2006-11-05 Thread ~davidLaakso
Richard Brown wrote: > >> Richard Brown wrote: >> >> > Duly created a layout that doesn't break down - hopeful. > > Could folks check it out for me please? > > > > Many thanks. > Connection e

Re: [css-d] Three Columns

2006-11-05 Thread Richard Brown
Hi David et al On 04/11/06, ~davidLaakso <[EMAIL PROTECTED]> wrote: > Richard Brown wrote: > > > > > > > [trimmed] > > The question is quite simple! How do I place a gap between the centre > > column and the two outside

Re: [css-d] LI width - explicit definition?

2006-11-05 Thread Gunlaug Sørtun
Erik Harris wrote: > http://www.eharrishome.com/vha/ > I'm having one issue at the moment. I'm not sure how to make my menu > items on the left have a fixed width. I made the LI element a block > element, and set its width to 100% (I also tried explicitly setting > it to the same width as its c

Re: [css-d] LI width - explicit definition?

2006-11-05 Thread francky
Erik Harris wrote: >Being a very amateur CSS/HTML guy, I tend to have issues any time I try a >new design, and this time is no exception. I've volunteered to put >together a website for our homeowner's association, and I'm running into an >issue with the design I've put together. > >First of a

Re: [css-d] Dotted borders not working in IE

2006-11-05 Thread francky
Catayoon wrote: >Hello, > >This is my first post to css-discuss. I am beginner with CSS. On the >homepage of the site I am working on: http://www.2ids.com/staging/ > >There are dotted borders that separate the columns and rows. The >borders seem to show up in Firefox and Safari. But they are no

Re: [css-d] Dotted borders not working in IE

2006-11-05 Thread Philippe Wittenbergh
On Nov 6, 2006, at 6:11 AM, Catayoon wrote: > This is my first post to css-discuss. I am beginner with CSS. On the > homepage of the site I am working on: http://www.2ids.com/staging/ > > There are dotted borders that separate the columns and rows. The > borders seem to show up in Firefox and Sa

Re: [css-d] IE6 vs IE7

2006-11-05 Thread Erik Harris
At 07:02 PM 11/5/2006, Ian Parsons wrote: >With regards to CSS, is IE7 more or less friendly than IE6? More, but still far from perfect. They appear to have added support for fixed positioning, and they've added hover support for more than just elements. Unfortunately, even though it shares a

Re: [css-d] IE6 vs IE7

2006-11-05 Thread Ian Young
> > > So as to remain somewhat on topic, I'll phrase my question carefully ;) > > > > With regards to CSS, is IE7 more or less friendly than IE6? > > > > Thanks! > > > > Ian That depends on your point of view. If you mean is it more compliant than IE6, then the answer is yes. Not perfect but a muc

Re: [css-d] IE7 and hacks

2006-11-05 Thread Big John
Barney Carroll wrote: > Not wishing to suggest debate, but I want to know where IE7 stands with > hacks. Position is Everything has an (by definition) authoritative > article on IE7's hack support which I found to be somewhat useful. > > http://positioniseverything.net/articles/ie7-dehacker.htm

[css-d] IE6 vs IE7

2006-11-05 Thread Ian Parsons
Hi all, So as to remain somewhat on topic, I'll phrase my question carefully ;) With regards to CSS, is IE7 more or less friendly than IE6? Thanks! Ian www.k5zm.com __ css-discuss [EMAIL PROTECTED]

Re: [css-d] CSS between local and server

2006-11-05 Thread Dark Ambient
On 11/5/06, Steve Clason <[EMAIL PROTECTED]> wrote: > > Mark Fellowes wrote: > > I'm creating some menu's and they look fine locally. When I upload them > to the server they are completely different. I know I'm not supplying much > information here , but what are some reasons for this behaviour ?

[css-d] LI width - explicit definition?

2006-11-05 Thread Erik Harris
Being a very amateur CSS/HTML guy, I tend to have issues any time I try a new design, and this time is no exception. I've volunteered to put together a website for our homeowner's association, and I'm running into an issue with the design I've put together. First of all, the WIP page is here:

Re: [css-d] CSS between local and server

2006-11-05 Thread Steve Clason
Mark Fellowes wrote: > I'm creating some menu's and they look fine locally. When I upload them to > the server they are completely different. I know I'm not supplying much > information here , but what are some reasons for this behaviour ? Could be: 1. the css isn't on the server; 2. the serv

Re: [css-d] positioning difficulties in IE 6 & 7

2006-11-05 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > http://www.janmc.com/index.html is appearing differently in IE & FF. > The nav bar is about 20 px too high in the IE version. If anyone can > point me in the right direction I would really appreciate it. Commenting out the following... *+html #main { padding-

Re: [css-d] one div's margin-top affecting neighbour

2006-11-05 Thread Gunlaug Sørtun
Adam wrote: > You can see I need to push the column headings down, but it shifts > the image too. Has anyone else come across this? All the time. It's a standard compliant browser's reaction to 'collapsing margins'[1], and affects _all_ my standard compliant browsers. > This is the HTML: http:/

[css-d] CSS between local and server

2006-11-05 Thread Mark Fellowes
I'm creating some menu's and they look fine locally. When I upload them to the server they are completely different. I know I'm not supplying much information here , but what are some reasons for this behaviour ? TIA Mark __

[css-d] Dotted borders not working in IE

2006-11-05 Thread Catayoon
Hello, This is my first post to css-discuss. I am beginner with CSS. On the homepage of the site I am working on: http://www.2ids.com/staging/ There are dotted borders that separate the columns and rows. The borders seem to show up in Firefox and Safari. But they are not working correctly in

Re: [css-d] How do you controll the vertical alignment of text inan

2006-11-05 Thread phdm
2006/11/4, Dave Rathnow: > YES!! Thanks, that did it! > > - Original Message - > From: "Jorge Rumoroso" : >> Hello Dave. If you use line-height in the list item you have center it >> vertically. Put same value in line-height that in height. Dave, you just added "line-height: 2.5em;" in the

Re: [css-d] Can't figure this out - Center a div with variable width

2006-11-05 Thread David Hucklesby
On Tue, 31 Oct 2006 10:14:31 -0800, Mark Wheeler wrote: > > Is this even possible? (I'm sure it is, but I still feel pretty new to > css) - Can you have a div (content) centered inside another div > (container) BUT, the content div's width may be different because of > content (thus you can't set t

Re: [css-d] IE7 and hacks

2006-11-05 Thread David Hucklesby
On Wed, 01 Nov 2006 11:17:13 +, Barney Carroll wrote: > Not wishing to suggest debate, but I want to know where IE7 stands with > hacks. > [snipped references to hacks] > > Does anyone know of a more comprehensive article than PIE's? I am > currently working on a site that suffers immensely fro

Re: [css-d] png background not showing in firefox

2006-11-05 Thread brian
Ross Hulford wrote: > works fine in IE7. > > #right { > background-image:url(../images/middle.png); > width: 510px; > position:absolute; > height:350px; > top:160px; > left:436px; > border:#006699 1px solid; > } This is similar to Melissa's problem with getting csshover.htc to load correctly. U

Re: [css-d] csshover.htc

2006-11-05 Thread brian
Melissa wrote: > Okay. I have refrained from posting and tried everything I know of and have > read about on previous posts to make this work, but nothing is working. I am > using the latest csshover.htc which is Version 1.42.060206 to make the drop > down menus work in IE. As I began to populate p

[css-d] (no subject)

2006-11-05 Thread Ross Hulford
Hi, I have some buttons, but when the text is increased it escapes from the div. Is there any way to force text wrapping? .rollover a { display:block; width: 80px; height:80px; word-wrap:break-word; color:#333; background: url(../images/home.png) 0 0 no-repeat; text-decoration: none; float:left

[css-d] positioning difficulties in IE 6 & 7

2006-11-05 Thread janmcintyre
I have a CSS question for anyone willing to take a look. I have 2 basic template pages on a site, one of which is fine in all browsers, and the other is causing a few problems in IE 6&7 and I've been pulling my hair out trying to figure out why they're viewing differently from each other. http

Re: [css-d] liquid corners (was: one div's margin-top affecting neighbour)

2006-11-05 Thread Adam Hardy
francky on 05/11/06 02:00, wrote: > Adam wrote: >> I am trying to apply a graphical look to my main content divs using a >> set of images giving them rounded corners and shading. >> [snip] > Hi Adam, > Maybe this can be usefull? > >* > http://home.tiscali.nl/developerscorner/liquidcorners/l

Re: [css-d] one div's margin-top affecting neighbour

2006-11-05 Thread Adam Hardy
francky on 05/11/06 02:00, wrote: > Adam wrote: >> I have a page that's misbehaving in firefox 2. >> >> > ... hoho: and should misbehave in IE too, if IE was css standards > compliant... ;-) Hi Francky, is that just a throw-away one-liner or do you know why it doesn't work? I liked your alter

Re: [css-d] png background not showing in firefox

2006-11-05 Thread francky
Ross Hulford wrote: >works fine in IE7. >[...] > > Francky wrote: Works fine in FF. see [...] = Oops! :-[ Indeed, my hard disk... ;-) I meant to link: see here . Greetings, francky _

Re: [css-d] csshover.htc

2006-11-05 Thread francky
Melissa Meyer wrote: >[...] >Here is the url of an shtml page that is stored several folders deep on the >site and the drop downs do not work in IE/6. > >http://www2test.ku.edu/~kueafin/campuses_hospital/med_center_kc/index.shtml > >Any ideas??? > >Thanks so much! >Melissa > Hi Melissa, Over here

Re: [css-d] one div's margin-top affecting neighbour

2006-11-05 Thread francky
Adam wrote: >Hi there, > >I have a page that's misbehaving in firefox 2. > > ... hoho: and should misbehave in IE too, if IE was css standards compliant... ;-) >I am trying to apply a graphical look to my main content divs using a >set of images giving them rounded corners and shading. > >My

Re: [css-d] png background not showing in firefox

2006-11-05 Thread francky
Ross Hulford wrote: >works fine in IE7. > >#right { >background-image:url(../images/middle.png); >width: 510px; >position:absolute; >height:350px; >top:160px; >left:436px; >border:#006699 1px solid; >} > > Works fine in FF1.07 on Win98SE :-) [1] Greetings, francky [1] So, what's the