Re: [css-d] Page check MAC - kiades

2006-06-02 Thread Arno @ Raketnet
> Well, I suppose if you want to go back two months ago-- then here is a > fixed width cross-browser/cross-os version that was offered then Which was built with absolute positioning. I tried to get rid of absolute positioning after repeated advise to do so... Now I have to figure out the

Re: [css-d] Images underlined in Firefox

2006-06-02 Thread Glenn E. Lanier, II
> From: Joanne > Sent: Friday, June 02, 2006 7:18 PM > #p7PMnav a, { > display: block; > text-decoration: none; > background-color: #d3c6a6; > color: #CC; > font-size: 90%; > } > > When I hand code an image in to the hyperlink, (this is a > Project Seven PMM > menu) firefox shows a lin

[css-d] Images underlined in Firefox

2006-06-02 Thread Joanne
#p7PMnav a, { display: block; text-decoration: none; background-color: #d3c6a6; color: #CC; font-size: 90%; } When I hand code an image in to the hyperlink, (this is a Project Seven PMM menu) firefox shows a line underneath the image. How do I get rid of the line? (as you can see, text-d

Re: [css-d] left justified UL

2006-06-02 Thread Dave Pierce
Roger Roelofs rapidly wrote: > #left, #main, #right { float: left; width: 180px; margin-left: 30px; } > /* the padding-top value may be unnecessary once the html is fixed */ > #left { margin-left: 25px; padding-top: 1em;} > #main { width: 150px; } > > #left ul, #right ul, #main ul { margin: 0; pa

Re: [css-d] IE7's treatment of height

2006-06-02 Thread Robert O'Rourke
Ingo Chao wrote: >> Time to update the wiki re. min/max then. >> > > You seem to have overlooked the "Fixed in Mar20:" comment. > > It is implemented [1], it works well, but it adds haslayout. > > Ingo > > [1] I think this intervening post > http://blogs.msdn.com/ie/archive/2006/02/02/523679.a

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread Ingo Chao
Robert O'Rourke wrote: > Hooray! > > Thats a load off my mind. I picked a fun time to get into web > development =] Yes. > Time to update the wiki re. min/max then. You seem to have overlooked the "Fixed in Mar20:" comment. It is implemented [1], it works well, but it adds haslayout. IE7

[css-d] Need help with IE navigation / hover issue

2006-06-02 Thread Flying I Ranch
Greetings: We have a layout that we're struggling to get working correctly in IE, which works fine in Firefox - we've tried several methods to get the main, horizontal navigation (the black bar) to work the same way in these browsers. The layout in question: http://hiller.flyingiranch.com/working

[css-d] MSIE blinking nav links, Part 2

2006-06-02 Thread Steve Tyron
Yesterday it was a mystery as to why my inline nav links were highlighting incorrectly without regard to the pointer actually being over them. As fun as that was, I thought it was worth fixing. I posted and learned that there are "phantom links" in every box of MSIE 5.2 for the Mac! Thanks to Phil

Re: [css-d] Need to overrule body style background color

2006-06-02 Thread Tony Watkins
> Tony Watkins wrote: >> Notice the body style below sets the background color to #006bb6. This is >> great for all of my pages except one which needs a white background. Since >> the body style applies to all pages with a body tag, how would I specify a >> different body background color for a spe

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread Robert O'Rourke
cj wrote: > On 6/2/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > >> No, IE7 now respects height. So, all those Holly Hacks with height: 1% >> will need to be hidden from it or altered. However, I'm not sure if IE7 >> supports min-height (can't remember!). >> > > yes it does and the la

Re: [css-d] Need to overrule body style background color

2006-06-02 Thread Tony Watkins
> Tony Watkins wrote: >>> Notice the body style below sets the background color to #006bb6. >>> This is >> great for all of my pages except one which needs a white background. >> Since the body style applies to all pages with a body tag, how would >> I specify a different body background color for

Re: [css-d] Need to overrule body style background color

2006-06-02 Thread Thierry Koblentz
Tony Watkins wrote: >> Notice the body style below sets the background color to #006bb6. >> This is > great for all of my pages except one which needs a white background. > Since the body style applies to all pages with a body tag, how would > I specify a different body background color for a speci

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread Robert O'Rourke
> Rob, > > No, IE7 now respects height. So, all those Holly Hacks with height: 1% > will need to be hidden from it or altered. However, I'm not sure if IE7 > supports min-height (can't remember!). > > Zoe What a nightmare! According to the wiki IE7beta2 does not support min/max rules yet:

Re: [css-d] Need to overrule body style background color

2006-06-02 Thread David Laakso
Tony Watkins wrote: > Notice the body style below sets the background color to #006bb6. This is > great for all of my pages except one which needs a white background. Since > the body style applies to all pages with a body tag, how would I specify a > different body background color for a specific

Re: [css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread cj
On 6/2/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > No, IE7 now respects height. So, all those Holly Hacks with height: 1% > will need to be hidden from it or altered. However, I'm not sure if IE7 > supports min-height (can't remember!). yes it does and the latest beta has it :). for thos

Re: [css-d] Need to overrule body style background color

2006-06-02 Thread Tony Watkins
> Notice the body style below sets the background color to #006bb6. This is great for all of my pages except one which needs a white background. Since the body style applies to all pages with a body tag, how would I specify a different body background color for a specific page? > > body { margin:

Re: [css-d] Page check MAC - kiades

2006-06-02 Thread Felix Miata
On 06/06/02 14:18 (GMT-0400) Arno @ Raketnet apparently typed: > www.aave.info/test/index.html > www.aave.info/test/css/styles.css > I don't have access to a Mac, so I'd appreciate some feedback on the above > site. I don't either. Here's how I handle that: http://www.snugtech.com/safaritest/

[css-d] Need to overrule body style background color

2006-06-02 Thread Tony Watkins
Notice the body style below sets the background color to #006bb6. This is great for all of my pages except one which needs a white background. Since the body style applies to all pages with a body tag, how would I specify a different body background color for a specific page? body { margin: 0; bac

[css-d] IE7's treatment of height [WAS Re: Broken Layout]

2006-06-02 Thread Zoe M. Gillenwater
Robert O'Rourke wrote: > I've just done some reading up on min/max stuff in IE7 and it seems > it's not in the beta yet but they are working on it. Does anyone know if > IE7 still expands elements with a fixed height if their content overflows? > Rob, No, IE7 now respects height. So, all

Re: [css-d] Horizontal navbar not centralised with div in FF/Netscape

2006-06-02 Thread Zoe M. Gillenwater
2geedesign wrote: > >> #servicesnav ul { >> /*margin: 0em;*/ >> margin: 0 auto; >> padding: 1px 0 8px 3px; >> /*padding-top: 1px; >> padding-bottom: 2px;*/ >> } >> >> > David, Thanks for that - everything seems to work perfectly now. If you have > the time to reply could you explain to me how

Re: [css-d] Page check MAC

2006-06-02 Thread David Laakso
Arno @ Raketnet wrote: > www.aave.info/test/index.html > www.aave.info/test/css/styles.css > > I don't have access to a Mac, so I'd appreciate some feedback on the above > site] > Screenshots and tips very welcome. > Arno, I guess a lot depends on your client's market and the browsers they

[css-d] Page check MAC

2006-06-02 Thread Arno @ Raketnet
Hi list, www.aave.info/test/index.html www.aave.info/test/css/styles.css I don't have access to a Mac, so I'd appreciate some feedback on the above site. I've heard that the frame doesn't extend down to with the text (on the opening page, and further?) and that there's some problems with the

Re: [css-d] Horizontal navbar not centralised with div in FF/Netscape

2006-06-02 Thread David Laakso
2geedesign wrote: >> 2geedesign wrote: >> >>> The webpage is http://www.synergie.uk.com/services.html >>> The CSS is http://www.synergie.uk.com/stylesheets/main-style.css >>> I have a horizontal navbar contained with the #servicesnav div. In IE6 >>> > Win and Opera 8.5 the links are cen

Re: [css-d] compatability problem with floating div

2006-06-02 Thread Zoe M. Gillenwater
Dave Pierce wrote: > Marty said: > > >> I've done this before but for whatever reason it ain't working now :) >> >> I'm trying to float one div up next to the other. >> >> You can see the code here-- http://www.mearis.com/ >> >> It looks like it should in FF but in IE6 div#right is wrapping ben

Re: [css-d] Broken Layout

2006-06-02 Thread Robert O'Rourke
Brian Jones wrote: > On 6/1/06, francky <[EMAIL PROTECTED]> wrote: > >> New experiment: here is another altenative, with small images, and >> font-scaling proof: >> http://home.tiscali.nl/developerscorner/css-discuss/test-brian.htm >> (fixed width version) > > Hi francky, > > thanks for your help..

Re: [css-d] styling SELECT OPTION

2006-06-02 Thread Zoe M. Gillenwater
tedd wrote: > At 11:02 AM +0200 6/2/06, Zhonghai Wang wrote: > >> Hi guys, >> >> I am new here, and this is my first post in this list. So first of all, >> greeting !! >> >> I am trying to style the SELECT element in IE, and what I want to do is to >> change the background color of the options u

Re: [css-d] Horizontal navbar not centralised with div in FF/Netscape

2006-06-02 Thread 2geedesign
> 2geedesign wrote: > > The webpage is http://www.synergie.uk.com/services.html > > The CSS is http://www.synergie.uk.com/stylesheets/main-style.css > > I have a horizontal navbar contained with the #servicesnav div. In IE6 Win and Opera 8.5 the links are centralised as I want within the div. Howev

Re: [css-d] Horizontal navbar not centralised with div in FF/Netscape

2006-06-02 Thread David Laakso
2geedesign wrote: > The webpage is http://www.synergie.uk.com/services.html > The CSS is http://www.synergie.uk.com/stylesheets/main-style.css > I have a horizontal navbar contained with the #servicesnav div. In IE6 Win > and Opera 8.5 the links are centralised as I want within the div. However in

Re: [css-d] Broken Layout

2006-06-02 Thread Brian Jones
On 6/1/06, francky <[EMAIL PROTECTED]> wrote: > New experiment: here is another altenative, with small images, and > font-scaling proof: > http://home.tiscali.nl/developerscorner/css-discuss/test-brian.htm > (fixed width version) Hi francky, thanks for your help...i will use this technique..but

Re: [css-d] floats and expanding vertically

2006-06-02 Thread Bill Brown
> Hi List -- > > I'm having a problem with a floating div expanding vertically > to the content. > > Here is the structure: > > > -- includes a float that SHOULD expand based on the amount of text > > Lisa, I apologize if your example structure was meant to symbolize your html ra

[css-d] floats and expanding vertically

2006-06-02 Thread Lisa Ellington
Hi List -- I'm having a problem with a floating div expanding vertically to the content. Here is the structure: -- includes a float that SHOULD expand based on the amount of text The floating div won't expand. I've tried clear: both, getting rid of padding, etc. Here's the css.

Re: [css-d] styling SELECT OPTION

2006-06-02 Thread tedd
At 11:02 AM +0200 6/2/06, Zhonghai Wang wrote: >Hi guys, > >I am new here, and this is my first post in this list. So first of all, >greeting !! > >I am trying to style the SELECT element in IE, and what I want to do is to >change the background color of the options using hover, active and focus, >

[css-d] Horizontal navbar not centralised with div in FF/Netscape

2006-06-02 Thread 2geedesign
Hi The webpage is http://www.synergie.uk.com/services.html The CSS is http://www.synergie.uk.com/stylesheets/main-style.css I have a horizontal navbar contained with the #servicesnav div. In IE6 Win and Opera 8.5 the links are centralised as I want within the div. However in FF and Netscape the

Re: [css-d] styling SELECT OPTION

2006-06-02 Thread Roger Roelofs
Zhonghai, On Jun 2, 2006, at 5:02 AM, Zhonghai Wang wrote: > I am new here, and this is my first post in this list. So first of all, > greeting !! Welcome! This list is a great place to be when learning css. > I am trying to style the SELECT element in IE, The list wiki

[css-d] styling SELECT OPTION

2006-06-02 Thread Zhonghai Wang
Hi guys, I am new here, and this is my first post in this list. So first of all, greeting !! I am trying to style the SELECT element in IE, and what I want to do is to change the background color of the options using hover, active and focus, since these three elements can be used for all the elem

[css-d] (no subject)

2006-06-02 Thread Bert Mahoney
Hi, Having a tough time sorting out what I believe to be a box model issue with IE6. The template I'm building looks as it should in Firefox, but in IE6 its adding roughly 90px on the right causing it to not 'truly' be centered. I am centering a fixed width container (895px) within the bro