Re: [css-d] Relative positioning and widths

2006-06-14 Thread Ingo Chao
Brendan Grossman wrote: > Here's sample code I'm using... > > #left { > float: left; > width: 15em; > } > > #right { > float: left; > } > > > This sample code does not drop in Firefox. Ingo -- http://www.satzansatz.de/css.html ___

[css-d] Web Developer Extension for Netscape

2006-06-14 Thread Bojana Lalic
Hi all Is there a web developer extension for Netscape? I am after the edit CSS option :-) Thanks Bojana Global Summit 2006: Technology Connected Futures -- 17-19 October, Sydney, Australia. Visit our website http://www.educationau.edu.au/globalsummit2006 for further details.

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread Ingo Chao
David Sharp wrote: > I'm sure I have overlooked many other little things on this site - I > really appreciate everyone's comments. Recordings: Without table-cell on #content and with clear:both on h2, the h2 on the recordings pages clear the left navigation. Critical Acclaim: I do not like the

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread David Sharp
Thanks to Phillipe I have now solved my min-height problem in Safari and IEmac (fingers crossed this hasn't created problems elsewhere!). I have also learned that earlier versions of IE don't support margin : auto, and that quote marks on the uris of background images, for example:

[css-d] Relative positioning and widths

2006-06-14 Thread Brendan Grossman
Hi everyone Is it possible to have floating divs side-by-side without the width specified or with just one set explicitly? For example I have two columns... Left hand side I want to set explicity, ie. 15em Right hand side, I want it to fill up the remaining area of the page. However when do

[css-d] no background-color with your color warnings

2006-06-14 Thread Dale Lists
Hello, Sorry if this is a foolish question, but I haven't found the answer elsewhere so far. I have a small site at http://www.bear.net/ - the css is at http://www.bear.net/css/default.css When I run it through the Wc3 css validator at http://jigsaw.w3.org/css-validator/validator?uri=http://be

[css-d] 2 equal-height columns and onetruelayout (OTL)

2006-06-14 Thread e lohroff
I *think* I followed the guidelines and code explicitly in OTL(positioniseverything.net) but my page is still broken in IE 6, Opera 7.11 and Netscape 8.1. I've validated my html but the css doesn't validate because of the browser hacks (and probably my own mistakes, too). I'm trying to teach myse

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread David Sharp
Philippe Wittenbergh wrote: > Safari (all versions, including WebKit nightly builds). > The div #content is set to 'display:table-cell'. That is nicely > broken in Safari, causing it to jump to the top of the parent block. > > IE 5.x Mac doesn't support display:table-cell at all, but when it >

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread Philippe Wittenbergh
On Jun 15, 2006, at 11:07 AM, Donovan Bond wrote: > On 14-Jun-06, at 9:38 PM, David Sharp wrote: > >> If anyone has time, I would be grateful to have an eyeball cast over >> this site - www.bsq.com.au/acstest/index.html >> www.bsq.com.au/acstest/acs.css > > I can confirm: > > that it is indeed wo

[css-d] problems

2006-06-14 Thread Trey Copeland
Here is my site: www.treycopeland.net I'm trying to get the links lined up over the dark bar. In Firefox it shows up, but in IE it doesn't. Can anyone help me get this working? I'm on irc.freenode.net #9rules if you wanna talk there. Thanks, Trey Copeland _

Re: [css-d] Need help with IE float bug (I think)

2006-06-14 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > However, I DID attempt to check the style sheet yesterday with > Dreamweaver's validator, and it found "parsing errors" with other > bits of code that did not seem to have anything wrong with them. Is > the w3 validator more accurate? The W3C validators are definitel

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread Donovan Bond
On 14-Jun-06, at 9:38 PM, David Sharp wrote: > If anyone has time, I would be grateful to have an eyeball cast over > this site - www.bsq.com.au/acstest/index.html > www.bsq.com.au/acstest/acs.css I can confirm: that it is indeed wonky in Safari (2.0.3) looks to be fine in DeerPark (Firefox) and

Re: [css-d] Site check - if you would be so kind

2006-06-14 Thread cowgrrrl . 1032182
David, The site looks very good to me -- on Firefox 1.5 for Mac. Nice, clean design, and everything appears to be where it is supposed to be. My only critique is that there is an awkward line break where it says "Directed by Carl Crossin" under the upper-left image. In my browser, at least, the l

[css-d] Site check - if you would be so kind

2006-06-14 Thread David Sharp
If anyone has time, I would be grateful to have an eyeball cast over this site - www.bsq.com.au/acstest/index.html www.bsq.com.au/acstest/acs.css The site looks exactly as I would want in FF1.5 and IE6 running on windowsXP with minimal hacking, and although I've seen a few screen captures from

Re: [css-d] Need help with IE float bug (I think)

2006-06-14 Thread cowgrrrl . 1032182
Bruno and Gunlaug solved my problem. Thank you both ever so much. Silly me, I went over and over that style sheet and never saw that unneccessary quote. However, I DID attempt to check the style sheet yesterday with Dreamweaver's validator, and it found "parsing errors" with other bits of code th

[css-d] fixed background over scrolling text problem

2006-06-14 Thread Bruce Gilbert
I have a div filled with text that I am creating scrolling functionality using DHTML. I am having a CSS issue because my background image was scrolling along with the text, and I wanted it to remain put (static), so I tried this: #col_2_scroll{ position: absolute; left:575px; top:265px; width:450p

Re: [css-d] Need help with IE float bug (I think)

2006-06-14 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > I'm new to the list and looking for help with a problem I'm having > with my site in Internet Explorer. Welcome to the list. > http://www.patiastephens.com/ > I think it's a float bug, but I have been struggling with it for a > few days and can't figure out where I'

Re: [css-d] How do I set a table cell alignment

2006-06-14 Thread cj
if it was my page and i really had to use a table, i'd do something like: [link] [link] [graphic][it's a tall one][really tall]

[css-d] How do I set a table cell alignment

2006-06-14 Thread Julie Dinger
Hello, I'm a newbie and have been trying to set a table cell alignment in a style sheet. I've tried everything I can think of to identify the table correctly as "news" but it's not working. Any suggestions as to what I'm doing wrong or how to do it right will be very appreciated. My HTML c

Re: [css-d] display: hide / display:visible question.

2006-06-14 Thread Scott Reston
Chris - that's definitely something you can handle with CSS and a touch of javascript. My preference for this type of behavior is to have the text visible in it's CSS definition, then hide it with javascript. That way if the visitor doesn't have javascript (and thus the mechanism to make the text d

Re: [css-d] Extra horizonal line I can't get rid of

2006-06-14 Thread Kenny Millington
Hi, > Somewhere, a horizonal line has shown up, and I > have not been able to figure out how to get rid of it. That would be > the line above the text in the footer box of the page. This appears to be being caused by a global UL definition in the CSS: ul { /* needs the Holly hack to avoid IE bu

Re: [css-d] ie float drop

2006-06-14 Thread David Laakso
David Laakso wrote: > On this test page the right > column (fuchsia) drops in ie at text-size 'largest' with /ignore > font-sizes specified on this Web page checked/. > ~odilonRedon Resolved on this end (xp:ie/6.0) at least. The float drop seems to have

[css-d] display: hide / display:visible question.

2006-06-14 Thread Chris C
Ok, here is my problem/scenario: I have a ton of static information... (about 30 pages worth) on a webpage [code] bla bla bha blah blah blah ... ... blah blah page 15 ... blah blah blah page 30 [/code] What I (think I) want to do is tag only a selected few paragraphs etc.. [code] blah blah bl

[css-d] Need help with IE float bug (I think)

2006-06-14 Thread cowgrrrl . 1032182
Hello, I'm new to the list and looking for help with a problem I'm having with my site in Internet Explorer. http://www.patiastephens.com/ I built this version of my site a year or so ago as my first experiment in learning CSS. I found it very difficult but loved the results. Recently I worked

Re: [css-d] Table Question

2006-06-14 Thread Donovan Bond
On 14-Jun-06, at 2:13 PM, Dave Goodchild wrote: > On 14/06/06, Debra Kappmeyer <[EMAIL PROTECTED]> wrote: >> >> I am very new to CSS and have a table problem. I think the problem >> is that >> I'm not using CSS for layout, only for the type. So, all of my basic >> content >> appears in a table c

Re: [css-d] Table Question

2006-06-14 Thread Ian Young
> > I am very new to CSS and have a table problem. I think the problem is that > I'm not using CSS for layout, only for the type. So, all of my > basic content > appears in a table cell. The problem comes in when I try to put a table > within that cell. I can't figure out how to control the attribu

Re: [css-d] Table Question

2006-06-14 Thread Dave Goodchild
On 14/06/06, Debra Kappmeyer <[EMAIL PROTECTED]> wrote: > > I am very new to CSS and have a table problem. I think the problem is that > I'm not using CSS for layout, only for the type. So, all of my basic > content > appears in a table cell. The problem comes in when I try to put a table > within

[css-d] Table Question

2006-06-14 Thread Debra Kappmeyer
I am very new to CSS and have a table problem. I think the problem is that I'm not using CSS for layout, only for the type. So, all of my basic content appears in a table cell. The problem comes in when I try to put a table within that cell. I can't figure out how to control the attributes of the t

Re: [css-d] text only parser

2006-06-14 Thread Admin at AK
> The bbc seem to use one called betsie and would like to know if this or any > other is available to use/buy. http://sourceforge.net/projects/betsie/ -- Marten Gallagher annerykiln.co.uk Web Design and Management __ css-discu

[css-d] Extra horizonal line I can't get rid of

2006-06-14 Thread Vic Rauch
http://www.ggshows.com/06New/RawSamples2/css-flyout.html http://www.ggshows.com/06New/RawSamples2/css/css-flyout.css I have copied the HTML and CSS footer code from an existing web site to use in the new design. Somewhere, a horizonal line has shown up, and I have not been able to figure out how

[css-d] ie float drop

2006-06-14 Thread David Laakso
On this test page the right column (fuchsia) drops in ie at text-size 'largest' with /ignore font-sizes specified on this Web page checked/. What to do? Thanks. ~odilonRedon __ css-discu

Re: [css-d] Problems styling an in FF 1.5.0.4

2006-06-14 Thread Venditelli, Daniel - Web Development Administrator
Allison, I really wish I knew. I'm from the tables as layout school of thought and have only fairly recently started to deal with the voodoo that is css extensively. So I really couldn't tell you if that article is out of date. However, I can share this approach that I found - haven't tested it fu

Re: [css-d] Lost in IE

2006-06-14 Thread Ingo Chao
Falls, Travis D (HTSC, CASD) wrote: > if you go to www.sweetsunshine.com and click on the Our Products button, all > the content is blank in IE. If you mean the "Our Flavors" button: yes, IE6 and 7 fail to show the Chilis sauces from sweet to hot. This page does not have a doctype. On a local

Re: [css-d] Lost in IE

2006-06-14 Thread growl3th
> > Displays fine in IE6 with me. > And in IE5 for me __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-

Re: [css-d] Background color looks right in IE, nothing else.

2006-06-14 Thread Gunlaug Sørtun
mindy wrote: > http://pj-chron.com/redesign/ > Here is the relevant css code:#container{ > width: 760px; > } The above width keeps IE/win happy, as it acts as a 'hasLayout'[1] trigger. Other browsers need a proper 'Block formatting contexts'[2], so adding... #container {overflow: hidden;} ...wil

Re: [css-d] Lost in IE

2006-06-14 Thread Ian Young
> > if you go to www.sweetsunshine.com and click on the Our Products > button, all the content is blank in IE. Displays fine in IE6 with me. However, you have 24 mark-up errors. Go sort these as first pass and then check again. See: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sweetsunshi

[css-d] Lost in IE

2006-06-14 Thread Falls, Travis D (HTSC, CASD)
if you go to www.sweetsunshine.com and click on the Our Products button, all the content is blank in IE. It displays fine in firefox. I really have no idea why it is happening. If someone knows of a good tool for finding this type of thing let me know. the page is dynamic a template and some

[css-d] text only parser

2006-06-14 Thread ross
Is there such a thing as a text only parser where you can add tags and only create the text only version of the stuff inbetween the tags http://www.its.ex.ac.uk/webmatters/betsie.shtml http://www.bbc.co.uk/cgi-bin/education/betsie/parser.pl The bbc seem to use one called betsie and would like

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Felix Miata
On 06/06/14 04:42 (GMT-0400) Bernat Lleonart apparently typed: > On 6/14/06, Alastair Campbell <[EMAIL PROTECTED]> wrote: >> Bernat Lleonart wrote: >> > I am creating a layout based in em's the box >> > is 100px wide in FF, but it is 99px wide in IE. >> Only 1px difference? I'd expect that

Re: [css-d] IE expression and font sizes

2006-06-14 Thread Gunlaug Sørtun
Alastair Campbell wrote: > I'm trying to replicate this seemingly simple CSS for IE: > > #mainwrap, #header { width: 58.5em; max-width: 97%; } You can't. You'll have to reverse it, like this... #mainwrap, #header { width: 97%; max-width: 58.5em; } ...which will have the same effect - and can b

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Felix Miata
On 06/06/14 04:29 (GMT-0400) Alastair Campbell apparently typed: > Layouts based on em's are not often a good idea, unless you can set a > max-width on them (including IE if your user based includes that). > http://archivist.incutio.com/viewlistcss-discuss/74715 Is there a typo in that URL? I get

[css-d] Background color looks right in IE, nothing else.

2006-06-14 Thread mindy
Morning! Okay so the site looks right in IE and I know that IE makes some guesses as to what you want to see so...how do I make [LINK: http://pj-chron.com/redesign/] http://pj-chron.com/redesign/ look right in Netscape, Firefox ect. In other words, how it does in IE. The code is compliant : [LINK

[css-d] Image not loading on first load: IE6 CSS problem? [SOLVED]

2006-06-14 Thread Arno @ Raketnet
It appeared to be a problem in the server at the client's end. Thanks everyone for your feedback. Arno __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.in

Re: [css-d] Help with IE discrepancies

2006-06-14 Thread css
On Tue, Jun 13, 2006 at 11:36:15AM -0600, Josh Stephenson wrote: > Familiarize yourself with the box model hack: > http://css-discuss.incutio.com/?page=BoxModelHack Thanks for this, very helpful! This has worked for things like positioning my boxes so they don't overlap in IE, and they still look

Re: [css-d] link style interference

2006-06-14 Thread Ingo Chao
Debbie Campbell wrote: > .content-mid-link a, a:link, a:visited { .content-mid-link a = Selects any a element that is a descendant of any element with a class attribute that contains the word content-mid-link. a:link = Selects any a element whose target has not been visited. a:visited = Selec

Re: [css-d] IE lines up correctly, nothing else does

2006-06-14 Thread Ingo Chao
David Laakso wrote: > Liz Rainey wrote: >> http://www.ci.killeen.tx.us/Test/index.asp in IE7 looks just the way >> it's supposed to look. #breadcrumb { ... /*float: left;*/ ... } #quickmenu-pos { margin: 0 20px 0 0; /*0px 20px 0px 418px;*/ ... /* clear: left;*/ ... }

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Bernat Lleonart
Hi Alastair, On 6/14/06, Alastair Campbell <[EMAIL PROTECTED]> wrote: > Hi Bernat, > > Bernat Lleonart wrote: > > I am creating a layout based in em's the box > > is 100px wide in FF, but it is 99px wide in IE. > > Only 1px difference? I'd expect that much from using percentages to do > the pa

Re: [css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Alastair Campbell
Hi Bernat, Bernat Lleonart wrote: > I am creating a layout based in em's the box > is 100px wide in FF, but it is 99px wide in IE. Only 1px difference? I'd expect that much from using percentages to do the page width! That could easily be rounding error. Felix might chip in that you shouldn'

[css-d] Layout based in em's: different widths FF/IE

2006-06-14 Thread Bernat Lleonart
Hello, I have this problem: I am creating a layout based in em's. I define font-size in the body to be 62.5%, so then I can work as I was using px. In Firefox/Win everything is correct, but in IE/Win widths are smaller. I have isolated the problem in the following example: the box is 100px wide in