Re: [css-d] spacing problem

2006-07-26 Thread David Laakso
Aaron Gray wrote: > The following web page works properly in IE but not FF, NS, and Opera. > http://angray.members.beeb.net/Examples/CSS/test.html > Basically the #header should be 80px in height, on IE it is, but other > browsers are inserting extra line space, effectively creating another lines

Re: [css-d] spacing problem

2006-07-26 Thread David Sharp
David Sharp wrote: > I think you have discovered browser inconsistency with regards to the > Box Model (see http://css-discuss.incutio.com/?page=BoxModel for a far > more detailed explanation than I could give you). I am assuming you are > looking at IE6 as I think IE7 has corrected this issue.

[css-d] spacing problem

2006-07-26 Thread Aaron Gray
I seem to be having a problem with div's vertical spacing. The following web page works properly in IE but not FF, NS, and Opera. http://angray.members.beeb.net/Examples/CSS/test.html The CSS is in the HTML header. Basically the #header should be 80px in height, on IE it is, but other

Re: [css-d] spacing problem

2006-07-26 Thread David Sharp
Aaron Gray wrote: > I seem to be having a problem with div's vertical spacing. > > > > Basically the #header should be 80px in height, on IE it is, but other > browsers are inserting extra line space, effectively creating another lines > worth. > > > I think you have discovered browser incons

[css-d] spacing problem

2006-07-26 Thread Aaron Gray
I seem to be having a problem with div's vertical spacing. The following web page works properly in IE but not FF, NS, and Opera. http://angray.members.beeb.net/Examples/CSS/test.html The CSS is in the HTML header. Basically the #header should be 80px in height, on IE it is, but other b

Re: [css-d] Site squashed up in IE 5s

2006-07-26 Thread Gunlaug Sørtun
Pat wrote: > I tested out the site that I recently finished, that worked fine in > IE6 and FF, and find that both IE5.01 and IE 5.5 render the site very > wrong. > http://www.singingschool.org.nz/index.html You're experiencing the differences between 'Quirks mode' and 'Standard mode'. IE6 can r

Re: [css-d] Browser handler div scrolling differently

2006-07-26 Thread Gunlaug Sørtun
Don Miller wrote: > http://www.dgmservices.com/test/iframe.html > http://www.dgmservices.com/test/div-test.html > > The above are two test pages. The div-test shows odd results for > different browsers. Works great in IE5 and IE6 on Win 98 but does > different things in NS7, Mozilla, and Oper

[css-d] Site squashed up in IE 5s

2006-07-26 Thread Pat
I installed IE 5.01 and IE 5.5 stand alone browsers, followed the advice given on how to set them up properly and they seem to load up ok. I tested out the site that I recently finished, that worked fine in IE6 and FF, and find that both IE5.01 and IE 5.5 render the site very wrong. The main

[css-d] Browser handler div scrolling differently

2006-07-26 Thread Don Miller
http://www.dgmservices.com/test/iframe.html http://www.dgmservices.com/test/div-test.html The above are two test pages. The div-test shows odd results for different browsers. Works great in IE5 and IE6 on Win 98 but does different things in NS7, Mozilla, and Opera. The div-test is the one I a

Re: [css-d] Divs not giving a scroll bar

2006-07-26 Thread David Gee
Michael Landis wrote: > Actually, scrollbars are pretty consistently supported. The issue is > that overflow-x and overflow-y are not valid CSS 2 properties, but are > IE extensions. If you look at the references for overflow-x and > overflow-y at MSDN[1][2] you'll see that they are proposed additi

Re: [css-d] Site Check

2006-07-26 Thread David Laakso
Todd Silver wrote: > Thanks in advance for any comments or suggestions: > > http://www.toddsilverdesign.net/ > > --Todd > > > Todd, Nice clean site, Todd. Just a couple of minor things that you may want to consider: the problem children /may/ be ie5, 5.5, and(possibly) macie/5.2(see captures)

Re: [css-d] Divs not giving a scroll bar

2006-07-26 Thread Michael Landis
On 7/26/06, Don Miller <[EMAIL PROTECTED]> wrote: > I have a problem with a div not giving me a scroll bar in NS7, Mozilla1, and > Opera 9. Works great in IE5 and IE6 on Win98. > Can someone point me to a GOOD article on using scroll bars in divs that > works cross-browser. My research on Goog

Re: [css-d] Freaky Win/IE disappearing/reappearing text?

2006-07-26 Thread Michael Landis
On 7/26/06, Cliff Pruitt <[EMAIL PROTECTED]> wrote about http://dev.josegomez.com/apps/bbs/thread_list_view.asp?l1id=2: > The problem is that on IE the page will load but a large portion of > text will just be invisible. If you scroll the window so that the > missing portions are out of the viewpo

Re: [css-d] IE Whitespace to right of absolutely positioned div

2006-07-26 Thread Els
Tom Livingston wrote: > On 7/26/06, Peter <[EMAIL PROTECTED]> wrote: >> I have a site where I've stripped out truckload of tables and >> even tried to protect again some font size variation. It >> looks good (i.e. works) in FF 1.5 and Opera 9, but hey ho, >> there's a 2px wide gap in IE. >> >> Here

Re: [css-d] List in IE

2006-07-26 Thread Uwe Kaiser
On 26.07.2006 15:40, faramineux wrote: > IE is not showing the bullet or the list. Where am I wrong? > Many thanks. > > CSS: > > ul {list-style-image: url(graphics/arrow22.gif); margin: 20px 0 0 0; } > > ul li { margin: .5em 0 .5em 0; } > Because you are using a left margin of 0px, MSIE/PC won

Re: [css-d] IE Whitespace to right of absolutely positioned div

2006-07-26 Thread Tom Livingston
On 7/26/06, Peter <[EMAIL PROTECTED]> wrote: > I have a site where I've stripped out truckload of tables and even tried to > protect again some font size variation. It looks good (i.e. works) in FF 1.5 > and Opera 9, but hey ho, there's a 2px wide gap in IE. > > Here's a link to a simplified versio

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Janet Lynn Ford
> at this point, and that I look to see if there are conferences or > anything out there for CSS. Anyone know about this? > This one might be interesting: http://www.refresh06.com/schedule/ Also, this list keeps track of about any upcoming events that are Web related: http://www.d.umn.edu/itss/s

Re: [css-d] CSS validation question

2006-07-26 Thread Aaron Scott Hildebrandt
> When validating css at http://jigsaw.w3.org/css-validator/, do you want to > include the web site URL (like you'd pull up in a browser) or the URL for > the css stylesheet itself? Either or will work. I checked both of them and both give you the same colour warnings, which can be safely ignored

[css-d] Divs not giving a scroll bar

2006-07-26 Thread Don Miller
I have a problem with a div not giving me a scroll bar in NS7, Mozilla1, and Opera 9. Works great in IE5 and IE6 on Win98. Can someone point me to a GOOD article on using scroll bars in divs that works cross-browser. My research on Google indicates scroll bars are very iffy and very browser d

[css-d] CSS validation question

2006-07-26 Thread Magenta Placenta
When validating css at http://jigsaw.w3.org/css-validator/, do you want to include the web site URL (like you'd pull up in a browser) or the URL for the css stylesheet itself? For example: http://www.matthickerson.com/recent/barley Returns a bunch of color errors, which don't make a lot of sens

[css-d] Freaky Win/IE disappearing/reappearing text?

2006-07-26 Thread Cliff Pruitt
Hey guys, I just began subscribing to this list and I'm wondering if anyone has any insight. I'm working on a re-design of a cross site message board system. I'm attempting to do it without tables & for the most part I've been able to however I've got a strange problem on Win/IE that seems

Re: [css-d] image layover making links not work

2006-07-26 Thread Michael Landis
Magenta Placenta wrote: > http://www.matthickerson.com/recent/barley/ > > In Firefox and Opera, the "latest news" links don't work, but > they do in IE 6. What I'm doing is displaying the text, then > overlaying a header graphic of that text: > > > Latest News > > div#home_latestnews h2 span > {

[css-d] IE Whitespace to right of absolutely positioned div

2006-07-26 Thread Peter
I have a site where I've stripped out truckload of tables and even tried to protect again some font size variation. It looks good (i.e. works) in FF 1.5 and Opera 9, but hey ho, there's a 2px wide gap in IE. Here's a link to a simplified version www.kuroi.co.uk/testing/ITC. If anybody can tell me

[css-d] Site Check

2006-07-26 Thread Todd Silver
Thanks in advance for any comments or suggestions: http://www.toddsilverdesign.net/ --Todd __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?p

Re: [css-d] Testing for IE 5 and Below

2006-07-26 Thread Cliff Pruitt
Gee Dean... thanks for making the new guy jealous. My fiance isn't going to be happy about you tempting me to blow our honeymoon cash on an upgrade of my current Powerbook. ;-) - Cliff On Jul 26, 2006, at 2:07 PM, Dean Champeau wrote: > Now that I think about it, I might have an ideal testing

Re: [css-d] image layover making links not work

2006-07-26 Thread Els
Magenta Placenta wrote: > http://www.matthickerson.com/recent/barley/ > http://www.matthickerson.com/recent/barley/stylesheet.css > > In Firefox and Opera, the "latest news" links don't work, but > they do in IE > 6. What I'm doing is displaying the text, then overlaying a > header graphic of that

[css-d] image layover making links not work

2006-07-26 Thread Magenta Placenta
http://www.matthickerson.com/recent/barley/ http://www.matthickerson.com/recent/barley/stylesheet.css In Firefox and Opera, the "latest news" links don't work, but they do in IE 6. What I'm doing is displaying the text, then overlaying a header graphic of that text: Latest News div#home_late

Re: [css-d] Testing for IE 5 and Below

2006-07-26 Thread Holly Bergevin
From: "Tom Livingston" <[EMAIL PROTECTED]> > If you mean what you have is xp ie6, you could download standalone >> versions of ie501sp2_nt.zip and ie55sp2_nt.zip from here >> http://browsers.evolt.org/?ie/32bit/standalone. >> > >Be advised that conditional comments get messed up, because the syste

Re: [css-d] Testing for IE 5 and Below

2006-07-26 Thread Tom Livingston
On 7/26/06, Dean Champeau <[EMAIL PROTECTED]> wrote: > > Intel-based Macintosh running Parallel Workstations YEAH BABY! -- Tom Livingston | Senior Multimedia Artist | Media Logic | ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com

Re: [css-d] Testing for IE 5 and Below

2006-07-26 Thread Dean Champeau
Now that I think about it, I might have an ideal testing environment, because I use an Intel-based Macintosh running Parallel Workstations, which allows me to set up multiple "virtual machines" running as distinct computers with their own OS etc. So I could have setup virtual machines for I

Re: [css-d] Testing for IE 5 and Below

2006-07-26 Thread Tom Livingston
On 7/26/06, David Laakso <[EMAIL PROTECTED]> wrote: > Dean Champeau wrote: > > Hello. > If you mean what you have is xp ie6, you could download standalone > versions of ie501sp2_nt.zip and ie55sp2_nt.zip from here > http://browsers.evolt.org/?ie/32bit/standalone. > Be advised that conditional com

Re: [css-d] List in IE

2006-07-26 Thread faramineux
Hi, faramineux, It is difficult to tell exactly the issue without a test page. My first guess is that, since the left margins are removed from the list and the list items, there is no room to show the bullet on the left side of the list. It could also be that the image URL is pointing to the wrong

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Jan Brasna
-- Jan Brasna :: www.alphanumeric.cz | www.janbrasna.com | www.wdnews.net __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub

Re: [css-d] wrapping

2006-07-26 Thread Els
Paul Collins wrote: > doesn't seem to work. I think if one element is floated the > other will wrap itself around it. That's what I understood you wanted. Reading it again, I gather you probably meant to not have the text flow below the image, like it does when you just float the image. In that c

Re: [css-d] wrapping

2006-07-26 Thread Paul Collins
That's got it, thanks very much - Original Message - From: [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Wednesday, July 26, 2006 4:39 PM Subject: Re: [css-d] wrapping Oops. Got my right and left mixed up. But same idea -- Joel Goldstick www.columbuswebma

Re: [css-d] wrapping

2006-07-26 Thread [EMAIL PROTECTED]
Oops. Got my right and left mixed up. But same idea -- Joel Goldstick www.columbuswebmakers.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.c

Re: [css-d] wrapping

2006-07-26 Thread [EMAIL PROTECTED]
First, you don't need to float the test right. Give the text a left margin equal to the width of the image. -- Joel Goldstick www.columbuswebmakers.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] wrapping

2006-07-26 Thread Els
Paul Collins wrote: > Pretty basic question: if you had an image floating right and > a paragraph of text floating left, what's the best way to stop > the text wrapping if it exceeds the height of the image? Can > you do this without adding extra text? > > style="float:left;> >your text here

[css-d] wrapping

2006-07-26 Thread Paul Collins
Pretty basic question: if you had an image floating right and a paragraph of text floating left, what's the best way to stop the text wrapping if it exceeds the height of the image? Can you do this without adding extra text? your text here

Re: [css-d] List in IE

2006-07-26 Thread Michael Landis
On 7/26/06, faramineux <[EMAIL PROTECTED]> wrote: > IE is not showing the bullet or the list. Where am I wrong? > Many thanks. > > CSS: > > ul {list-style-image: url(graphics/arrow22.gif); margin: 20px 0 0 0; } > > ul li { margin: .5em 0 .5em 0; } Hi, faramineux, It is difficult to tell exactly t

Re: [css-d] List in IE

2006-07-26 Thread cj
On 7/26/06, faramineux <[EMAIL PROTECTED]> wrote: > http://www.ombredor.com/css/testing.html i see the bullets just fine on winxp pro sp2 ie6. __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b

Re: [css-d] FF & MSIE background image problem

2006-07-26 Thread Gunlaug Sørtun
Terry O'Leary wrote: > www.arcolectric.co.uk/index2.html > I've discovered that i have a problem with the mast head being > rendered differently in different browsers. On windows in IE the page > displays perfectly, but in firefox/safari on a mac a top margin of > around 7px appears in the div

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread Zoe M. Gillenwater
Dave Goodchild wrote: > > > On 26/07/06, *Zoe M. Gillenwater* <[EMAIL PROTECTED] > > wrote: > > Jeralyn Merideth wrote: > > I have been making a serious effort to not use tables in any of > my web projects. However, this one had me stumped (as I am still >

Re: [css-d] Displaying page in different resolutions

2006-07-26 Thread Martin Heiden
Chris, on Wednesday, July 26, 2006 at 15:56 Audano, Chris wrote: > Is there a way to easily program a site to automatically determine the > users resolution? Why? Make your layout liquid! Just get rid of the width on the container and use some repeating background images instead of fixed ones. D

Re: [css-d] List in IE

2006-07-26 Thread faramineux
On Jul 26, 2006, at 10:20 AM, cj wrote: > do you perhaps have a page we can look at then, so we're not making > stabs in the dark? http://www.ombredor.com/css/testing.html __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.

Re: [css-d] Displaying page in different resolutions

2006-07-26 Thread Christian Heilmann
> Is there a way to easily program a site to automatically determine the > users resolution? > > This is primarily for our intranet. We have about half of our users > still using a 800x600 resolution and the others 1024x768 or higher. > > I'm using a container for the content so those users with 1

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread Dave Goodchild
On 26/07/06, Zoe M. Gillenwater <[EMAIL PROTECTED]> wrote: > > Jeralyn Merideth wrote: > > I have been making a serious effort to not use tables in any of my web > projects. However, this one had me stumped (as I am still fairly new) and I > used a table inside a div wrapper for the content. Is the

Re: [css-d] List in IE

2006-07-26 Thread cj
do you perhaps have a page we can look at then, so we're not making stabs in the dark? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread cj
this is just a mock-up (and quickly done), but perhaps it can give you a place to start. [no comments on the fast coloring!] :D http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; > )}i{( Test h2 { background: tan;

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread Sam Brown
- Original Message From: Jeralyn Merideth <[EMAIL PROTECTED]> I have been making a serious effort to not use tables in any of my web projects. However, this one had me stumped (as I am still fairly new) and I used a table inside a div wrapper for the content. Is there another way to do

Re: [css-d] Using 100% css with no tables

2006-07-26 Thread Zoe M. Gillenwater
Jeralyn Merideth wrote: > I have been making a serious effort to not use tables in any of my web > projects. However, this one had me stumped (as I am still fairly new) and I > used a table inside a div wrapper for the content. Is there another way to do > it using only css? If so, please help b

Re: [css-d] List in IE

2006-07-26 Thread faramineux
On Jul 26, 2006, at 9:51 AM, cj wrote: > try putting your image on the "li" instead of the "ul". another > possible failure might be that your graphic isn't referenced according > to where your css file is. let us know if either of those work for > ya. I failed to say it works well in all other

[css-d] Displaying page in different resolutions

2006-07-26 Thread Audano, Chris
Is there a way to easily program a site to automatically determine the users resolution? This is primarily for our intranet. We have about half of our users still using a 800x600 resolution and the others 1024x768 or higher. I'm using a container for the content so those users with 1024 or h

Re: [css-d] List in IE

2006-07-26 Thread cj
try putting your image on the "li" instead of the "ul". another possible failure might be that your graphic isn't referenced according to where your css file is. let us know if either of those work for ya. __ css-discuss [EMAIL P

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Geoff Krajeski
I am in CT, so the New England, Northeast US.. -Original Message- From: Christian Heilmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 9:44 AM To: Geoff Krajeski Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] CSS conferences/symposiums > Does anyone know of any CSS con

Re: [css-d] FF & MSIE background positioning problem

2006-07-26 Thread Terry O'Leary
thanks i did fix this i declared a margin-top on the UL element as 0 it seemed to be making it 10px or there abouts, i've moved on to a new problem now, the navigation links are an UL and i'm trying to get them lined up ontop of the background image (the tab menu) i need them to align the same

[css-d] Using 100% css with no tables

2006-07-26 Thread Jeralyn Merideth
I have been making a serious effort to not use tables in any of my web projects. However, this one had me stumped (as I am still fairly new) and I used a table inside a div wrapper for the content. Is there another way to do it using only css? If so, please help because I have work related proje

Re: [css-d] CSS conferences/symposiums

2006-07-26 Thread Christian Heilmann
> Does anyone know of any CSS conferences/symposiums etc... My boss is > very enthusiastic in my efforts to learn, up through now, by myself. He > has suggested I attend classes, none of which I can see as being useful > at this point, and that I look to see if there are conferences or > anything

[css-d] List in IE

2006-07-26 Thread faramineux
IE is not showing the bullet or the list. Where am I wrong? Many thanks. CSS: ul {list-style-image: url(graphics/arrow22.gif); margin: 20px 0 0 0; } ul li { margin: .5em 0 .5em 0; } Page: A

[css-d] CSS conferences/symposiums

2006-07-26 Thread Geoff Krajeski
Does anyone know of any CSS conferences/symposiums etc... My boss is very enthusiastic in my efforts to learn, up through now, by myself. He has suggested I attend classes, none of which I can see as being useful at this point, and that I look to see if there are conferences or anything out there

Re: [css-d] FF & MSIE background positioning problem

2006-07-26 Thread Zoe M. Gillenwater
Terry O'Leary wrote: > Hi > > I've been working on my company site www.arcolectric.co.uk/index2.html > and have designed it in pure CSS. > > I have a background img assigned to the body element with a slight > fade, and a div that contains a background image of the menu bar along > the top, i need

Re: [css-d] IE loading and showing images

2006-07-26 Thread Zoe M. Gillenwater
Nick Fitzsimons wrote: > Stefan Witte wrote: > >> Anyway I was still wondering if there is a way to make IE stop >> reloading the background image. I don't know if that's the issue, but >> what happens now is that because it seems to disappear and re-appear, >> when clicking a link, the page loo

Re: [css-d] Page/Structure Check Before Proceeding

2006-07-26 Thread Zoe M. Gillenwater
Chris Akins wrote: > I have a fairly basic page I'm putting together and have it behaving, > so far, in Firefox and Safari, but not in IE (wonder of wonders). > > Before I try to figure out the IE issues, with a little help from this > list, hopefully, I'd like to get a more expert opinion on my pa

Re: [css-d] IE loading and showing images

2006-07-26 Thread Nick Fitzsimons
Stefan Witte wrote: > Anyway I was still wondering if there is a way to make IE stop > reloading the background image. I don't know if that's the issue, but > what happens now is that because it seems to disappear and re-appear, > when clicking a link, the page looks a bit shaky. While in FF for >

[css-d] FF & MSIE background positioning problem

2006-07-26 Thread Terry O'Leary
Hi I've been working on my company site www.arcolectric.co.uk/index2.html and have designed it in pure CSS. I have a background img assigned to the body element with a slight fade, and a div that contains a background image of the menu bar along the top, i need the background of the menu bar to l

[css-d] FF & MSIE background image problem

2006-07-26 Thread Terry O'Leary
Hi I've been working on my company site www.arcolectric.co.uk/index2.html and have designed it in pure CSS. I have a background img assigned to the body element with a slight fade, and a div that contains a background image of the menu bar along the top, i need the background of the menu bar to l

Re: [css-d] IE loading and showing images

2006-07-26 Thread Stefan Witte
Thanks Michael, Changing the order fixed the problem. Don't know why I used the previous order, this way seems more logical.. Anyway I was still wondering if there is a way to make IE stop reloading the background image. I don't know if that's the issue, but what happens now is that because it se