Re: [css-d] perplexing opera issue with flyout nav menu

2005-10-18 Thread Andrew Gregory
On Wed, 19 Oct 2005 09:32:05 +0800, Eric Shepherd <[EMAIL PROTECTED]> wrote: Visit http://build.arkitrave.com/leftnav/leftnav.html and log in as user "cssdiscuss" with password "grapefruit". I've always had better results using visibility:hidden/visible instead of display:none/block for that s

RE: [css-d] Beginner Q: Aligning left and right on same line?

2005-10-18 Thread Peter Williams
> From: Charles Wiltgen > > On several lines of text within a , I'd like some of the > text to be > aligned left and the rest of the text to be aligned right without the > gratuitous use of tables. > Charles, CSS .whatever { float: left; width: 15em; } .whatnot

Re: [css-d] Limitations of XHTML-CSS in eBay Listings

2005-10-18 Thread Matt Smith
There really aren't any limitations as far as I can tell. You can either include your styles inline or reference an external stylesheet. In theory, you could modify the entire look and feel of the action page. In practice, I would just stick with styling your own auction code. I posted a brief writ

RE: [css-d] Beginner Q: Aligning left and right on same line?

2005-10-18 Thread Charles Wiltgen
Ugh. Of /course/ I come up with a solution after I post to the list... .label p.nut {float: left; text-align: left;} .label p.pct {text-align: right;} Then my XHTML within a is: left alignedright-aligned If this looks silly for any reason, I'd appreciate the feedback!

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplateto rule them all)

2005-10-18 Thread Arlen Walker
On Oct 18, 2005, at 3:18 PM, Thierry Koblentz wrote: Arlen Walker wrote: http://www.browsercam.com/public.aspx?proj_id=199715 I can't explain what Browsercam tells you, but I can say that on Safari 1.0.2 none of them work well. In fact all but #5 are hopeless, while #5 has a sizable gutter

[css-d] Beginner Q: Aligning left and right on same line?

2005-10-18 Thread Charles Wiltgen
Hello, I've been reading lots about CSS, and am really just putting it into practice. I'm not yet at the point where I "think" in CSS, but at least I can ask how to get to the bathroom. :O) On several lines of text within a , I'd like some of the text to be aligned left and the rest of the tex

Re: [css-d] Vertical Alignment

2005-10-18 Thread Kelly Miller
Set line-height to the height of the button, then use vertical-align: middle. -- http://www.mozilla.org/products/firefox/ - Get Firefox! http://www.mozilla.org/products/thunderbird/ - Reclaim Your Inbox! Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/n

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Mitko Gerensky-Greene
That is great, how about adding the following functionality: The first time I click on one of the four boxes, I get the expanded hidden menu, the next time I click on the same box, its own expanded menu hides again. Hope this make sense. I do think that having the box clicked makes more sense th

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Derek de Jong
Thierry Koblentz wrote: Hi Derek, You could try: #set_of_links a:active span {...} /* for MSIE */ #set_of_links a span { /* instead of display:none */ position:absolute; left:-9000px; } Regards, Thierry | www.TJKDesign.com It worked. Initially I had used :active, but Firefox only conside

[css-d] Vertical Alignment

2005-10-18 Thread Kevin O'Boyle
I thought this was going to be easy... I have a big icon (68x68) pixels and I want to align text to the right of it such that the text string is centered with the icon (even if it wraps to multiple lines); This is easy to do with tables but (largely because I have a hypertext link that is supp

[css-d] perplexing opera issue with flyout nav menu

2005-10-18 Thread Eric Shepherd
OK...I'm working on a CSS flyout menu, and running into strange problems with Opera. No other engine has problems I haven't been able to work around, but Opera is just not painting part of the flyout. I'm not going to able to attach a screenshot, but if you've got Opera 7/8 and can take a look, I'd

RE: [css-d] Any complete resources for inline CSS?

2005-10-18 Thread Peter Williams
> From: css man > > Does anyone know of any tutorials, reference or other sites > that focus on inline CSS? CSS isn't different when it is applied inline, in a style element, or in an external stylesheet. At the start of the CSS recommendations is a small section called "Containment in HTML" or

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Thierry Koblentz
Derek de Jong wrote: > Well, I spent a few minutes playing with it. I have two renditions, > one of my own: > And another, based on Thierry's CSS Pop Ups > (): >

Re: [css-d] General Question

2005-10-18 Thread Gunlaug Sørtun
Schalk wrote: I have a question that is not particular to a site I am developing but, I have experienced this. What makes text break outside the border of a DIV? If there is something that will cause this, what can be done to undo this and make the content fit into the given width of the DIV?

Re: [css-d] Site test and questions.

2005-10-18 Thread Gunlaug Sørtun
Mark Batty wrote: Hi guys and girls - and Gentlemen and Ladies :) Howdy, I have a test page here http://softectra.com/cssd/index.html and the css is here http://softectra.com/cssd/css/modern.css Just so that you know; poor old IE6 is forced to run in quirks mode, similar to IE5+ (see link

[css-d] Layout Problem, IE 6

2005-10-18 Thread Dan Moriarty
I¹m new to layouts with CSS and having some trouble. My layout seems to be ok on the Mac and Windows, except on some pages in IE 6, the content is being pushed down below the left side navigation. I¹m not seeing what I¹ve done wrong to cause this... The site I¹m working on can be seen at : http://d

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplateto rule them all)

2005-10-18 Thread Thierry Koblentz
Arlen Walker wrote: >> http://www.browsercam.com/public.aspx?proj_id=199715 > > I can't explain what Browsercam tells you, but I can say that on > Safari 1.0.2 none of them work well. In fact all but #5 are hopeless, > while #5 has a sizable gutter of white between the content and the > rest to the

Re: [css-d] content moves down in IE half a page

2005-10-18 Thread jeremy
you saved my life! thank you! I thought I had fixed it earlier, then it resurfaced. Thank you a million! -jeremy Jesse Skinner wrote: >> So I am away from my mac and all my nice little tools for fixing IE >> issues,.. and I am uploading content to this site - when i noiced >> that the content o

Re: [css-d] Hover/click and expand help needed

2005-10-18 Thread Derek de Jong
Mitko Gerensky-Greene wrote: I need help with the following: I need to have 4 boxes on my page and upon hovering AND clicking on each, I need to have a list of links (I suppose, residing in a div) show up below the corresponding box. Could anyone point me towards some code or tutorial explaini

Re: [css-d] centering variable div blocks containing img and text

2005-10-18 Thread Christian Montoya
On 10/18/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, Hallo, Bonjour, Hola to everyone ! --- > so when it comes to center this two boxes, the trouble starts. did you try: #BlockCenter { text-align:center; } #BlockContainer { display:inline; } -- C Montoya rdpdesign.com ... liquid.rdp

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplateto rule them all)

2005-10-18 Thread Thierry Koblentz
Christian Montoya wrote: > That's some awesome work, but I think it still goes to show that you > don't really need "one template to rule them all." Besides, when you > remove your presentation from your content, it doesn't take long to > make these xhtml templates... they don't contain more than a

[css-d] General Question

2005-10-18 Thread Schalk
Greetings All I have a question that is not particular to a site I am developing but, I have experienced this. What makes text break outside the border of a DIV? If there is something that will cause this, what can be done to undo this and make the content fit into the given width of the DIV?

Re: [css-d] content moves down in IE half a page

2005-10-18 Thread Jesse Skinner
>> So I am away from my mac and all my nice little tools for fixing IE >> issues,.. and I am uploading content to this site - when i noiced >> that the content on this page is moved down a few hundred pixels!!! >> only in IE. >> I have sat here tooling around with it for a few hours now, and cant

[css-d] Printing problems

2005-10-18 Thread Scott Haneda
I have the above page, which my client needs to print out, they seem to be able to print it fine, but the #theCopy css ends up on page 2 for some reason. Any suggestions? In Safari on the Mac I am fine, if someone could do the IE and FF test for me and

[css-d] copywrite question (may not apply to this list)

2005-10-18 Thread Patrick Roane
Hey folks, I appologize in advance if this does not apply to the rules of this list. But I know it is an important question and I'm not sure what other list I can use. I was wondering (the more I look at work others have done, the more I am reminded that I don't have that copyright symbol at

Re: [css-d] bullets - not aligning correctly

2005-10-18 Thread Nick Cappadona
Hey Lee, Just try increasing your left padding for the list items: li { background-image: url(images/bullet_arrows_sm.gif); background-repeat: no-repeat; background-position: 0 .4em; padding-left: 1.4em; margin: 1em 27px;} The 0.6em you have currently isn't enough to push the text out beyond t

Re: [css-d] don't want image on last link!

2005-10-18 Thread David Laakso
Bruce Gilbert wrote: I have a uborganized list which are also hyperlinks. what do I need to do to accomplish this? Full Link: http://www.fortuneinteractive.com/SEMLogic.php (bottom, right) Full CSS: http://www.fortuneinteractive.com/CSS/primary.css -- ::Bruce:: I think you need to do what ev

[css-d] Re: Problem With Moving Text to the Right

2005-10-18 Thread Bill Stemp
I actually got gray hair from trying to align text :) text-align only works on block level elements (e.g. ), table cells = and inline blocks. It won't work on or .=20 The only workaround I know does involve floated divs: create two divs = (which reside within div#footer), float one to the lef

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplate to rule them all)

2005-10-18 Thread Christian Montoya
That's some awesome work, but I think it still goes to show that you don't really need "one template to rule them all." Besides, when you remove your presentation from your content, it doesn't take long to make these xhtml templates... they don't contain more than a few divs. As for the layouts th

[css-d] bullets - not aligning correctly

2005-10-18 Thread Virtuallee
Hi I'm going nuts over this. I can't seem to get the text to move away from the bullets http://www.fivepointcapital.co.uk/test_site/index.php Can anyone help? I've done searches and found suggestions, but none of them are working. Thanks! Lee -- No virus found in this outgoing message. C

RE: [css-d] Hover/click and expand help needed

2005-10-18 Thread Gavin Jackson
> >I need to have 4 boxes on my page and upon hovering AND clicking on each, I >need to have a list of links (I suppose, residing in a div) show up below >the corresponding box. Is there a way to click without first hovering? I'm just trying to understand why the 'AND' between the two? Gavin

Re: [css-d] content moves down in IE half a page

2005-10-18 Thread jeremy
Here is the link! http://tct2005.com/dailies/index.php?cat=3 thanks ACK! So I am away from my mac and all my nice little tools for fixing IE issues,.. and I am uploading content to this site - when i noiced that the content on this page is moved down a few hundred pixels!!! on ly in IE. I h

[css-d] Hover/click and expand help needed

2005-10-18 Thread Mitko Gerensky-Greene
I need help with the following: I need to have 4 boxes on my page and upon hovering AND clicking on each, I need to have a list of links (I suppose, residing in a div) show up below the corresponding box. Could anyone point me towards some code or tutorial explaining how to accomplish that? Thank

[css-d] Site test and questions.

2005-10-18 Thread Mark Batty
Hi guys and girls - and Gentlemen and Ladies :) I'm new to the list and new to css (and new to all things graphical really - I'm an old-ish back-end UNIX programmer just starting on front-end work). It may sound corny - but this is one of the friendliest lists I've ever seen; and I'm not saying t

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplate to rule them all)

2005-10-18 Thread Arlen Walker
On Oct 18, 2005, at 11:46 AM, Thierry Koblentz wrote: Not one of the layouts works in Safari 1.3. Really? So please explain this to me: http://www.browsercam.com/public.aspx?proj_id=199715 I can't explain what Browsercam tells you, but I can say that on Safari 1.0.2 none of them work wel

[css-d] content moves down in IE half a page

2005-10-18 Thread jeremy
ACK! So I am away from my mac and all my nice little tools for fixing IE issues,.. and I am uploading content to this site - when i noiced that the content on this page is moved down a few hundred pixels!!! on ly in IE. I have sat here tooling around with it for a few hours now, and cant seem t

Re: [css-d] don't want image on last link!

2005-10-18 Thread Adam Kuehn
Bruce Gilbert wrote: I have a uborganized list which are also hyperlinks. I am wanting an image to appear to the right of the first two links, but not the third (or last). ul.sitemap li a{ padding:0 1.5em 0 .5em; background:url(/footer_dots.gif) right no-repeat; } ul.sitemap li.last a{ padding

Re: [css-d] don't want image on last link!

2005-10-18 Thread Larry Israel
You said: > I am wanting an image to appear to the right of the first > two links, but not the third (or last). > ul.sitemap li a{ > padding:0 1.5em 0 .5em; > background:url(/footer_dots.gif) right no-repeat; > } > > ul.sitemap li.last a{ > padding:0 1.5em 0 .5em; > > } Add this: ul.sitemap li.l

Re: [css-d] don't want image on last link!

2005-10-18 Thread Shelly @ WDG
ul.sitemap li.last a{ padding:0 1.5em 0 .5em; background: none; } See if that helps you :) ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.c

RE: [css-d] Problem With Moving Text to the Right

2005-10-18 Thread Larry Israel
>> The text on the bottom, that says, "Learn More About Youthtopia" should be >> aligned against the right margin, while the other text (to the left of that >> phrase) on that line should stay precisely where it is. > text-align only works on block level elements (e.g. ), table cells > and inline

[css-d] don't want image on last link!

2005-10-18 Thread Bruce Gilbert
I have a uborganized list which are also hyperlinks. I am wanting an image to appear to the right of the first two links, but not the third (or last). what I have is in the XHTML Site Map Contact Us Free Consultation and in the CSS: ul.sitemap li a{ padding:0 1.5em 0 .5em; background:url

RE: [css-d] Problem With Moving Text to the Right

2005-10-18 Thread Edith Karnitsch @ Terranetwork
I actually got gray hair from trying to align text :) text-align only works on block level elements (e.g. ), table cells and inline blocks. It won't work on or . The only workaround I know does involve floated divs: create two divs (which reside within div#footer), float one to the left, one t

[css-d] Any complete resources for inline CSS?

2005-10-18 Thread css man
Does anyone know of any tutorials, reference or other sites that focus on inline CSS? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplate to rule them all)

2005-10-18 Thread Thierry Koblentz
Bill Gates wrote: > I think you've proven the point made earlier by Christian Heilmann. What was Christian's point? I missed it. > Not one of the layouts works in Safari 1.3. Really? So please explain this to me: http://www.browsercam.com/public.aspx?proj_id=199715 > Nice try, though. Thanks f

RE: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Edith Karnitsch @ Terranetwork
Luke - I think it might be a simple calc issue. Grabbing my trusted calculator and DOM Inspector, I found this: #innerbox height 360px this contains a) #innerright height 360px b) #innerleft no height specified c) text "test content 1" no height specified ... my guess is that the text is bu

Re: [css-d] Limitations of XHTML-CSS in eBay Listings

2005-10-18 Thread travelinlibrarian . 8248407
I use CSS in my eBay listings all the time. Nothing severly fancy (it's still table based) but CSS nonetheless. Is there something in particular you're not getting to work. Michael Sauers Internet Trainer, BCR --- css man <[EMAIL PROTECTED] wrote: Can anyone point me to a resource or explain the

Re: [css-d] Why add an .img class?

2005-10-18 Thread Mike Dougherty
define "uncluttered" Good markup should describe the content. If there is semantically correct information about the tags that is not immediately used by the current stylesheet, that does not mean the information is 'clutter.' I would prefer the content creator add appropriate classes describ

[css-d] Problem With Moving Text to the Right

2005-10-18 Thread Robin Whitman
Hello and thanks very much in advance. I'm having a problem with the footer on this web page .http://www.youthtopia.org/ The text on the bottom, that says, "Learn More About Youthtopia" should be aligned against the right margin, while the other text (to the left of that phrase) on that line

Re: [css-d] One clean HTML markup, many layouts... (WAS: one template to rule them all)

2005-10-18 Thread Bill Gates
I think you've proven the point made earlier by Christian Heilmann. Not one of the layouts works in Safari 1.3. Nice try, though. On Oct 18, 2005, at 10:56 AM, Thierry Koblentz wrote: I would appreciate your feedback so I can improve this article: http://www.tjkdesign.com/articles/liquid.asp

Re: [css-d] One clean HTML markup, many layouts... (WAS: onetemplate to rule them all)

2005-10-18 Thread Thierry Koblentz
Gunlaug Sørtun wrote: > Thierry Koblentz wrote: >> I would appreciate your feedback so I can improve this article: >> http://www.tjkdesign.com/articles/liquid.asp > > Minor detail (didn't test): > Maybe swap background-images/positions between html and body on > http://www.tjkdesign.com/articles/li

RE: [css-d] Why add an .img class?

2005-10-18 Thread Charles Dort
MANY thanks to all who have so helpfully replied to my question! As a beginner, perhaps I've focused too much on the value of uncluttered markup. So far as I can see, I was able to complete all of the tasks of that chapter (including changing margins, etc.) without "cluttering" the markup with a

[css-d] odd behaviour in Safari?

2005-10-18 Thread franki stull
Hello all! Again, I reach out to the collective expertise of the group. I am developing a corporate site for a client. During initial testing, I noticed that in Safari on the Mac I am unable to see the arrows (bullets) of my . Am I overlooking a fundamental rule? The page below is a stripped do

Re: [css-d] One clean HTML markup, many layouts... (WAS: one template to rule them all)

2005-10-18 Thread Gunlaug Sørtun
Thierry Koblentz wrote: I would appreciate your feedback so I can improve this article: http://www.tjkdesign.com/articles/liquid.asp Minor detail (didn't test): Maybe swap background-images/positions between html and body on http://www.tjkdesign.com/articles/liquid/10.asp will make them stay in

Re: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Gunlaug Sørtun
Luke Mackenzie wrote: anyone? www.loopfruit.co.uk IE/win doesn't respect 'height: (any value);' on '#innerbox' (or any other element for that matter), so you'll have to find a better way to lay out that page. regards Georg -- http://www.gunlaug.no ___

[css-d] One clean HTML markup, many layouts... (WAS: one template to rule them all)

2005-10-18 Thread Thierry Koblentz
I would appreciate your feedback so I can improve this article: http://www.tjkdesign.com/articles/liquid.asp Regards, Thierry | www.TJKDesign.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d L

RE: [css-d] Why add an .img class?

2005-10-18 Thread Duckworth, Nigel
Charles D: >> #sweden dd.img img {float: left;} >> >> I didn't see the point of adding the class to the html code because it >> seemed to me that it could be identified without it, so I experimented >> by leaving out the class and addressing it in the CSS with just >> Christian M: >It's just th

Re: [css-d] Opera and nested Fieldsets

2005-10-18 Thread Gunlaug Sørtun
Rob Cochrane wrote: http://www.dunefoods.com/regSpecial.asp is there something I should know about Opera and fieldsets that is not applicable to FF IE etc. Keep floats inside those fieldsets. Try: fieldset {overflow: hidden;} ...and take it from there if you need Opera to mimic other browser

ADMIN: Re: [css-d] scrollbars in div on MAC

2005-10-18 Thread Adam Kuehn
Arlen Walker wrote: \IE for MAC is a AWFUL browser. And therefore is no longer being developed. Just a factual correction: IE/Mac is an "awful" browser because it is no longer being developed. And to issue a list correction: This thread is dead. Sorry, folks, I thought this one had died

Re: [css-d] line in nav

2005-10-18 Thread Neal Watkins
Adam -- thank you I haven't even checked it out but that has to be it! i have made these navs before and was dumbfounded why that line was there. good problem solving skills!- i mean great Quoting Adam Kuehn <[EMAIL PROTECTED]>: At 9:11 PM -0400 10/17/05, Neal Watkins wrote: http://gizmoproj

Re: [css-d] line in nav

2005-10-18 Thread Adam Kuehn
At 9:11 PM -0400 10/17/05, Neal Watkins wrote: http://gizmoproject.com/775/ see the darker blue line under the nav - -anybody see how to get rid of it-- the hover works fine - - - but the regular blue doesn't go to the bottom You have the following general rule: a:link, a:visited {color: #0

Re: [css-d] Why add an .img class?

2005-10-18 Thread diego nunes
On 18/10/05, Christian Montoya <[EMAIL PROTECTED]> wrote: > That being said, class "img" is a poor naming convention. Something > like "imgleft" would have made more sense. Not, it wouldn't. Naming an element with his format is even worse than using names of classes like elements. Using lik

RE: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Luke Mackenzie
anyone? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luke Mackenzie Sent: 18 October 2005 11:12 To: css-d@lists.css-discuss.org Subject: [css-d] Content appearing incorrectly in IE6 Hi, I'd be grateful if somebody could look at the following problem.

Re: [css-d] Why add an .img class?

2005-10-18 Thread Rimantas Liubertas
2005/10/18, Christian Montoya <[EMAIL PROTECTED]>: <...> > That being said, class "img" is a poor naming convention. Something > like "imgleft" would have made more sense. And I would strongly > discourage naming a class just like an element... I mean, imagine if > you made a little typo and put "i

Re: [css-d] Why add an .img class?

2005-10-18 Thread Christian Montoya
> #sweden dd.img img {float: left;} > > I didn't see the point of adding the class to the html code because it > seemed to me that it could be identified without it, so I experimented by > leaving out the class and addressing it in the CSS with just > It's just that you never know when you might h

[css-d] Opera and nested Fieldsets

2005-10-18 Thread Rob Cochrane
Hi All, Before I start ripping apart this site http://www.dunefoods.com/regSpecial.asp is there something I should know about Opera and fieldsets that is not applicable to FF IE etc. I have built a large form with tool tips etc and lots of nested fieldsets etc and FF IE are all fine in the di

Re: [css-d] Why add an .img class?

2005-10-18 Thread Choan C. Gálvez
Charles Dort escribió: I'm a CSS beginner, slowly working through Dan Cedarholm's _Bulletproof Web Design_, and (on p. 80, if you also have the book) he inserts class="img" into a so he later can reference that class, identifying the s that contains an image, as opposed to other s that contains

Re: [css-d] Why add an .img class?

2005-10-18 Thread Gunlaug Sørtun
Charles Dort wrote: #sweden dd.img img {float: left;} I didn't see the point of adding the class to the html code because it seemed to me that it could be identified without it, so I experimented by leaving out the class and addressing it in the CSS with just #sweden dd img {float: left;}

Re: [css-d] centering variable div blocks containing img and text

2005-10-18 Thread David Laakso
[EMAIL PROTECTED] wrote: so when it comes to center this two boxes, the trouble starts. In the end, I dont know how many boxes like this i will have on the page. But I know for sure, that no matter how many of them ( presumably it won't be 1000 ) they HAVE TO CENTER in the containing box. To

[css-d] Why add an .img class?

2005-10-18 Thread Charles Dort
I'm a CSS beginner, slowly working through Dan Cedarholm's _Bulletproof Web Design_, and (on p. 80, if you also have the book) he inserts class="img" into a so he later can reference that class, identifying the s that contains an image, as opposed to other s that contains only text. Here's an exam

Re: [css-d] Site Check - chispaconsulting.com

2005-10-18 Thread Bill Gates
Using Safari, the drop-downs on Resources and About are initially a bit narrower than the tabs, then quickly expand, but the difference remains visible on mouse-off. On Oct 18, 2005, at 12:00 AM, Felix Miata wrote: [EMAIL PROTECTED] wrote: Site: http://www.chispaconsulting.com CSS: http://w

[css-d] Pre-wrap and hanging indent?

2005-10-18 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure how to phrase what I want, so I'll just describe the effect I'm after. I want to display an IRC conversation log fragment in an HTML element. I want the effect of white-space: pre-wrap, so that text on each line that's too wide will wra

Re: [css-d] scrollbars in div on MAC

2005-10-18 Thread ross
This is still of topic but a very interesting and a related discussion So when does a browser become totally extinct? Where is the cut off line? For me IE for mac is the Black Rhino of browsers. You would think from these comments that for OS-9 users the only option is to use IE-MAC (Opera

[css-d] centering variable div blocks containing img and text

2005-10-18 Thread sobr
Hi, Hallo, Bonjour, Hola to everyone ! This is my first post. As an active reader I tried everything I could to solve...let me guessyes, a problem ;) Because it serves perfectly well for illustration the thing I'm talking about I used the html/css from this post "http://archivist.incutio.co

[css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Luke Mackenzie
Hi, I'd be grateful if somebody could look at the following problem. "test content 1" should appear as it does in firefox on the following page: www.loopfruit.co.uk in IE, the div above does not appear to be closing correctly. i think this is a probably a well known bug and would be very gratef