Re: [css-d] Jumping buttons in IE6 fixed position hack. - alternative

2007-02-22 Thread francky
Gunlaug Sørtun schreef: > Christopher Blake wrote: > > >> http://domain1255110.sites.fasthosts.com/uni/index6.html html >> > > >> I have been playing around with this hack and it seems like my >> earlier attempts were over complicating things. This is the revised >> version but I am

Re: [css-d] Jumping buttons in IE6 fixed position hack. - update

2007-02-22 Thread Gunlaug Sørtun
Christopher Blake wrote: > http://domain1255110.sites.fasthosts.com/uni/index6.html html > I have been playing around with this hack and it seems like my > earlier attempts were over complicating things. This is the revised > version but I am still experiencing problems with the rollover imag

Re: [css-d] Tabs not displaying right in IE

2007-02-22 Thread David Hucklesby
On Thu, 22 Feb 2007 13:45:31 -0500, Brian Jones wrote: > > I have created a tab navigation menu and it displays fine in Firefox, but in > IE there > is a gap between the tabs and the tabbox. [...] > > Here's the html > http://astro.temple.edu/~tua14115/tabs.html > > Here's the css > http://astro.t

Re: [css-d] IE6 ol list bug

2007-02-22 Thread Philippe Wittenbergh
Ingo Chao wrote: > Eystein Alnaes wrote: >> I'm having trouble making IE6 display the numbers in a ordered >> list... > >> #breadcrumbs li { >> float: left; >> background: transparent; >> list-style: decimal; >> padding-left: 30px; >> margin-left: 30px; >> } > > > If haslayou

Re: [css-d] Tabs not displaying right in IE

2007-02-22 Thread francky
Brian Jones schreef: > Hi, > > I have created a tab navigation menu and it displays fine in Firefox, > but in IE there is a gap between the tabs and the tabbox. I've tried > playing around with it but I still can't get it to display correctly > in both browsers. Any help would be greatly appreciate

Re: [css-d] Is there a CSS solution for a wide screen monitor?

2007-02-22 Thread Michael Geary
Let's take this offlist so we don't overstay our welcome here. :-) But basically, yeah, it really is a matter of finding out what the native resolution of the monitor is and setting the OS to match that resolution. I'll get back to you later offlist with further thoughts... > This sounds almost

Re: [css-d] Is there a CSS solution for a wide screen monitor?

2007-02-22 Thread Bob Meetin
This sounds almost identical to the problem I'd brought up several weeks back (see the thread wide-screen monitors and sites). Today I visited the client who has the widescreen laptop which displays everything stretched horizontally. Images (256h x192w) display as approximately square. These

Re: [css-d] Jumping buttons in IE6 fixed position hack. - update

2007-02-22 Thread Christopher Blake
On 22 Feb 2007, at 22:45, Chris Hoffman wrote: > On 2/22/07, Christopher Blake <[EMAIL PROTECTED]> wrote: > >> * Left hand side column is position fixed. Internet explorer hack is >> nearly working except for the navigation. It holds position in the >> viewport however the buttons jump on rollov

Re: [css-d] Jumping buttons in IE6 fixed position hack.

2007-02-22 Thread Chris Hoffman
On 2/22/07, Christopher Blake <[EMAIL PROTECTED]> wrote: > Left hand side column is position fixed. Internet explorer hack is > nearly working except for the navigation. It holds position in the > viewport however the buttons jump on rollover. I don't understand > this and what makes it even more

[css-d] Tabs not displaying right in IE

2007-02-22 Thread Brian Jones
Hi, I have created a tab navigation menu and it displays fine in Firefox, but in IE there is a gap between the tabs and the tabbox. I've tried playing around with it but I still can't get it to display correctly in both browsers. Any help would be greatly appreciated. Here's the html http://astro

Re: [css-d] absolute positioning headaches

2007-02-22 Thread Kenny Graham
> from what i've read it is my understanding that absolute positioning will > position an element absolutely based upon the nearest positioned element. so > if i have an absolute position in my code that is directly under a > relatively positioned element it should place it in relation to that obje

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-22 Thread Christopher Blake
On 22 Feb 2007, at 16:07, Gunlaug Sørtun wrote: Christopher Blake wrote: http://domain1255110.sites.fasthosts.com/uni/index5.html 1: you're overstyling for IE6 :-) The left column is the only element that shall be 'fixed' to the top... * html #Lcolumn{ position: absolute; top:expression(eval(doc

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-22 Thread Gunlaug Sørtun
Christopher Blake wrote: >> http://domain1255110.sites.fasthosts.com/uni/index5.html 1: you're overstyling for IE6 :-) The left column is the only element that shall be 'fixed' to the top... * html #Lcolumn{ position: absolute; top:expression(eval(document.compatMode && document.compatMode=='CSS

Re: [css-d] Hover issue

2007-02-22 Thread Kenoli Oleari
Great. It works. Finally! Thanks so much, --Kenoli On Feb 21, 2007, at 6:29 PM, francky wrote: > Kenoli Oleari wrote: >> This now my code in the stylesheet and I am still getting a >> background on hover: >> >> a { >> color: #FF; >> font-size: small; >> } >> a:active {color: #339

[css-d] absolute positioning headaches

2007-02-22 Thread jeffrey morin
hello everyone, from what i've read it is my understanding that absolute positioning will position an element absolutely based upon the nearest positioned element. so if i have an absolute position in my code that is directly under a relatively positioned element it should place it in relation to

[css-d] Jumping buttons in IE6 fixed position hack.

2007-02-22 Thread Christopher Blake
Hi folks, Left hand side column is position fixed. Internet explorer hack is nearly working except for the navigation. It holds position in the viewport however the buttons jump on rollover. I don't understand this and what makes it even more confusing is that it only happens to the bottom

Re: [css-d] IE6 ol list bug

2007-02-22 Thread Ingo Chao
Eystein Alnaes wrote: > I'm having trouble making IE6 display the numbers in a ordered list... > #breadcrumbs li { > float: left; > background: transparent; > list-style: decimal; > padding-left: 30px; > margin-left: 30px; > } If haslayout is set on li in an ol, it will disr

Re: [css-d] line break and fieldset height problems

2007-02-22 Thread Bill Walton
Hi Kenny, Kenny Graham wrote: > Don't have time right now to figure out what > would work tho. Thank you for making the time to reply. I appreciate it. And I especially appreciated that comment. It had a very 'familiar ring' to it. As a developer, I've given very similar feedback to newbie

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-22 Thread Christopher Blake
> Christopher Blake wrote: >> http://domain1255110.sites.fasthosts.com/uni/index4.html > >> I know that there is a hack to help this but don't understand it when >> I read it. I want to start learning how and why I need to create >> these hacks so any useful links would be appreciated. So far I

Re: [css-d] navigation height expanding!

2007-02-22 Thread jeffrey morin
It's because you're positioning "in thin air". That #mainNav isn't > positioned relative to any element in the page, so browsers either > position it relative to body - which vary with browser-window, or drop > it where it suits them. > > 1: add... > #wrapper { > position: relative; > } > ...t

[css-d] IE6 ol list bug

2007-02-22 Thread Eystein Alnaes
I'm having trouble making IE6 display the numbers in a ordered list. I know list backgrounds are a problem, but here I'm using the lists' own numbers. Works in FF and Safari. But not IE. I've tried all the tips at http://www.positioniseverything.net/explorer/ie-listbug.html and other places, but th

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-22 Thread Austin Harris
There is a very similar discussion going on over on The List at the moment... Austin __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/cs

Re: [css-d] fixed positioning problems in ie6 (and probably below)

2007-02-22 Thread Christopher Blake
> Christopher Blake wrote: >> http://domain1255110.sites.fasthosts.com/uni/index4.html > >> I know that there is a hack to help this but don't understand it when >> I read it. I want to start learning how and why I need to create >> these hacks so any useful links would be appreciated. So far I

Re: [css-d] clear :after method

2007-02-22 Thread Gunlaug Sørtun
Web Developer wrote: > hey Gunlaug Sørtun, i was just curious, it says "As of IE7, overflow > became a layout-trigger." wasnt this a layout trigger in previous IE > versions though? > > I remember applying overflow: hidden or auto to divs which contain > floats which then contains the floats...

Re: [css-d] IE Print Defect

2007-02-22 Thread George Ornbo
> [EMAIL PROTECTED] wrote: > > Has anyone noticed IE not printing out all the text from a web page > > before? It is doing that to me now. Most of the words are there but > > a few that should be at the end of a line before it wraps to the > > next line have disappeared. I've always used this met

Re: [css-d] IE Print Defect

2007-02-22 Thread Rob Crowther
[EMAIL PROTECTED] wrote: > Has anyone noticed IE not printing out all the text from a web page > before? It is doing that to me now. Most of the words are there but > a few that should be at the end of a line before it wraps to the > next line have disappeared. > I've seen it when the text was i