[css-d] Tables aren't wrapping like images do

2005-11-25 Thread 4tune
Hi, please advice me any code that will make the tables in this URL (http://freenet.am/~mib/Gtest.html) wrap normally, when resizing browser window, or changing monitor's resolution. It's ok when tables have the same size, but when they don't, it's a problem. Sorry for poor English.

[css-d] Tables aren't wrapping like images do

2005-11-25 Thread 4tune
Hi, please advice me any code that will make the tables in this URL (http://freenet.am/~mib/Gtest.html) wrap normally, when resizing browser window, or changing monitor's resolution. It's ok when tables have the same size, but when they don't, it's a problem. Sorry for poor English. ___

Re: [css-d] Netscape not showing what it should

2005-11-25 Thread Michael Hulse
Hello, Not too sure about your problems in NN... you might want to start here: http://validator.w3.org/check? uri=http%3A%2F%2F216.197.219.40%2Fam%2FLESA_ONE_am_7_files%2Ffdeflt.htm A few screens from the Mac/OSX world: Safari (I get the same javascript error twice): http://www.ambiguism.com/C

[css-d] Netscape not showing what it should

2005-11-25 Thread Lizet Pena de Sola
Hello all, I'm new to the list and glad I found it. I recently finished a small interface project that required the customization of windows media player a couple of web pages. The test url is: http://216.197.219.40/am/LESA_ONE_am_7_files/ It works fine with IE6 but fails to load an entire part

[css-d] IE6 smothered me with jello!

2005-11-25 Thread curby .
I'm trying to adjust Mike Purvis's jello layout method to a left-aligned layout. Here's what I've done so far: http://curby.net/doc/jello.html I want 50px (or some other pixel value) of padding at the left and the columns to be bound to that gutter. Everything else should act like the original

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Philippe Wittenbergh
On 26 Nov 2005, at 12:19 am, David Laakso wrote: . I'm a bit surprised as to what happens,... and I still can't reproduce it on my side. Anyway, in the latest stylesheet, you had deleted the rules about display:table on div#header-minor, div#footer

Re: [css-d] lateral page shift in opera

2005-11-25 Thread Gunlaug Sørtun
Mark Batty wrote: > Don't think I can do anything other than inform visitors of Opera > preferences. Opera users rarely need to be told how their browser works :-) If that shift is too disturbing at your end, then try: html {height: 100%; overflow-y: scroll;} body {min-height: 100%; padding: 1p

[css-d] Stretch unknown number of links to fill certain width

2005-11-25 Thread Mike Marrone
Hi, I am just beginning to delve more into CSS, and was wondering if this would be possible. I have an unknown number of links that I would like to have fill the entire width of a menu bar at the top of the page. For example, my page width is 800px. If I had 8 links, I would like each link to ha

Re: [css-d] Centering problem

2005-11-25 Thread Kevin Wimmer
Firefox honors the max-width rule on #mainContent, IE does not. Currently, IE does not support the min-width or max-width attributes. However, it is possible to "fake" the max-width rule using IE's support for expressions. Kevin Wimmer Development Manager LogicEase Solutions Inc. ComplianceEase

Re: [css-d] lateral page shift in opera

2005-11-25 Thread Mark Batty
[CUT] > html: http://public.softectra.com/dev/lang/markup/css/cssd/251105_1/index.html > css: http://public.softectra.com/dev/lang/markup/css/cssd/251105_1/css/good_brows ers.css > ie: http://public.softectra.com/dev/lang/markup/css/cssd/251105_1/css/ie_fix.css Still can't get a fix for opera but

Re: [css-d] Aligning text in same line

2005-11-25 Thread David Dorward
On 25/11/05, Chris Akins <[EMAIL PROTECTED]> wrote: > Overall, just a shorter, more bandwidth-friendly way of writing the > code. I know it seems tiny, but in the course of a whole CSS document > multiplied by the pages in your site multiplied by the times each page > is served up The joy of CSS

Re: [css-d] Layout question: Flexible, fixed, flexible column layout [SOLVED?]

2005-11-25 Thread Christian Montoya
I'm going to say it's solved. Check it out: > > http://space.rdpdesign.com/poster.html > Requires hacking 49% on the right div for IE, of course. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com __

Re: [css-d] Class

2005-11-25 Thread Gunlaug Sørtun
Stephen Kortz wrote: > I am a bit confused about: style. Take the following statement: style="margin-top; 200px"> From my reading, I understand that this > html element, "style" has been deprecated. Is this true or have I > misinterpreted the information? Inline styles are not deprecated, but

Re: [css-d] Centering problem

2005-11-25 Thread David Dorward
On 25/11/05, Maarten Reynders <[EMAIL PROTECTED]> wrote: > I used the horizontal align code I found in previous posts of this list. My > site now is perfectly centered in Mozilla Firefox, but in Internet Explorer > it sticks to the left. http://dorward.me.uk/www/centre/#ie -- David Dorward

Re: [css-d] Class

2005-11-25 Thread David Dorward
On 25/11/05, Stephen Kortz <[EMAIL PROTECTED]> wrote: > I am a bit confused about: style. Take the following statement: style="margin-top; 200px"> From my reading, I understand that this html > element, "style" has been deprecated. Is this true or have I misinterpreted > the information? It isn't

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
Mark, I see how the left and right columns aren't behaving. Not sure why margins are such a joke with absolutely positioned divs. I'm going to try something else with floats, but for now, here's what I have: http://space.rdpdesign.com/poster.html Definitely not solving your problem. Back to the d

[css-d] Class

2005-11-25 Thread Stephen Kortz
I am a bit confused about: style. Take the following statement: From my reading, I understand that this html element, "style" has been deprecated. Is this true or have I misinterpreted the information? Second, how would I go about replacing this html version of "style" into a proper CSS rule to u

Re: [css-d] Text decoration help

2005-11-25 Thread Holly Bergevin
From: "Angus at InfoForce Services" >In my style sheet, I have: > >em { >font-weight: 900; >text-decoration: underline; >} > >And the text between the appears as bold italic and not bold >underline. Anyone now why? Angus, For most browsers, italic text is what you get by default when you use

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
On 11/25/05, Mark Fredrickson <[EMAIL PROTECTED]> wrote: > Christian, > > Thanks for the help. > > This is close but not exactly what I need. > > In the left column there needs to be an image that matches up against the > left side of the main content. This image is not necessary, but should exist

Re: [css-d] Text decoration help

2005-11-25 Thread Mike Dougherty
em is a tag that semantically implies emphasis If your CSS does not get applied, the default rendering of the em tag should still provide emphasis, while the p tag with a class does not have the same implicit meaning. font-style controls italics text-decoration controls underline does this wor

Re: [css-d] Text decoration help

2005-11-25 Thread Donna Casey
> Using em as a class or id name is probably a bad idea. the person isn't using as a class name, but rather, redefining the em appearance so that when they use my text here, it uses the properties given. em { font-weight: 900; text-decoration: underline; } but that says nothing about wh

Re: [css-d] FF & IE margins and padding?

2005-11-25 Thread zombie [iNH]
On Fri, 25 Nov 2005 19:48:42 +0100, Gunlaug Sørtun wrote: >zombie [iNH] wrote: >> The URL is: http://bross.hr/test2/alp/ >> (try to open it in IE and FF and see the difference) >> >> Ok, so I have a main DIV and inside some DIVs, using background >> pictures for graphics which should be perfect

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Mark Fredrickson
Christian, Thanks for the help. This is close but not exactly what I need. In the left column there needs to be an image that matches up against the left side of the main content. This image is not necessary, but should exist for users with larger screens. For the right column, it is the same t

Re: [css-d] Text decoration help

2005-11-25 Thread Jim Davis
Angus, Try CSS something like.. .shout-it { font-weight: 900; text-decoration: underline; } Then html like: This is bold underline Using em as a class or id name is probably a bad idea. Jim On 11/25/05, Angus at InfoForce Services <[EMAIL PROTECTED]> wrote: > > In my style sheet, I have: > >

[css-d] Text decoration help

2005-11-25 Thread Angus at InfoForce Services
In my style sheet, I have: em { font-weight: 900; text-decoration: underline; } And the text between the appears as bold italic and not bold underline. Anyone now why? Angus MacKinnon MacKinnon Crest Saying Latin - Audentes Fortuna Juvat English - Fortune Assists The Daring Web page http://ww

Re: [css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Christian Montoya
On 11/25/05, Mark Fredrickson <[EMAIL PROTECTED]> wrote: > Hello CSS Gurus, > > I am probably asking questions that have been asked many times before, but I > couldn't find an answer via google or the archives... > > I am setting up a static page for a concert that will be happening soon. I > am on

[css-d] Layout question: Flexible, fixed, flexible column layout

2005-11-25 Thread Mark Fredrickson
Hello CSS Gurus, I am probably asking questions that have been asked many times before, but I couldn't find an answer via google or the archives... I am setting up a static page for a concert that will be happening soon. I am only planning on having one page, so the design can be pretty tightly t

Re: [css-d] total centering

2005-11-25 Thread Christian Montoya
On 11/25/05, Rick Faircloth <[EMAIL PROTECTED]> wrote: > > Hi, Rahul...and thanks for the reply... > > > Google for "faux-columns". That's probably what Phil is trying to > > achieve. > > I would have thought the same thing, but he's got the background > attribute set to "transparent"... wouldn't t

Re: [css-d] FF & IE margins and padding?

2005-11-25 Thread Gunlaug Sørtun
zombie [iNH] wrote: > The URL is: http://bross.hr/test2/alp/ > (try to open it in IE and FF and see the difference) > > Ok, so I have a main DIV and inside some DIVs, using background > pictures for graphics which should be perfectly aligned. I have put > margin and padding 0. If the div is emp

[css-d] (no subject)

2005-11-25 Thread Kenoli Oleari
I does OK with IE 5.5 zoom on the Mac. There is an overlap in type at 120% but that goes away at 150%. I'd call it acceptable. Message: 8 Date: Fri, 25 Nov 2005 08:22:39 -0500 From: David Laakso <[EMAIL PROTECTED]> Subject: Re: [css-d] ff bug::human or otherwise? To: Ingo Chao <[EMAIL PROTECTE

[css-d] (no subject)

2005-11-25 Thread Kenoli Oleari
The line up horizontally and identically in Safari 2.o2 and Firefox 1.5 (beta) on the Macintosh. Message: 1 Date: Fri, 25 Nov 2005 06:24:47 -0500 From: David Laakso <[EMAIL PROTECTED]> Subject: [css-d] ff bug::human or otherwise? To: CSS List Message-ID: <[EMAIL PROTECTED]> Content-Type: text/p

[css-d] FF & IE margins and padding?

2005-11-25 Thread zombie [iNH]
Hi! I have a problem with DIV's, which I just dont understand. The URL is: http://bross.hr/test2/alp/ (ignore the ugly colors and stuff, they're just placeholders for the final graphics :) (there should be no magenta creeping in the main div) (try to open it in IE and FF and see the difference)

Re: [css-d] Aligning text in same line

2005-11-25 Thread Chris Akins
On a completely different topic, but regarding your CSS: Anytime you have "0" as a numerical value in your rules you don't need units of anykind. Only when you have something other than "0" do you need to specify px, em, %, etc. Also, you can use the value stated once when all numbers are equal

Re: [css-d] Centering problem

2005-11-25 Thread Rimantas Liubertas
2005/11/25, Maarten Reynders <[EMAIL PROTECTED]>: > Hi, > > I used the horizontal align code I found in previous posts of this list. My > site now is perfectly centered in Mozilla Firefox, but in Internet Explorer > it sticks to the left. <...> > Can anyone help me out? margin: auto forks in IE6

Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-25 Thread cFA
Thanks Parker, thats getting closer, its really borked in IE6 tho on my xp sp1 machine, (really bad flicker and redraw issues) it works better in IE5x, works great on the mac side...(FF and Safari) On 11/25/05, Parker Torrence <[EMAIL PROTECTED]> wrote: > > You might find this helpful > htt

Re: [css-d] Centering problem

2005-11-25 Thread Al Sparber
From: "Maarten Reynders" <[EMAIL PROTECTED]> To: Sent: Friday, November 25, 2005 11:57 AM Subject: [css-d] Centering problem > Hi, > > I used the horizontal align code I found in previous posts of this > list. My site now is perfectly centered in Mozilla Firefox, but in > Internet Explorer it

[css-d] The best float clearing method ?

2005-11-25 Thread Kyoshu
Hi everyone ! I have a newbie question for my first post here with you guys. before starting a new website, am naturally lookin for the best css stuff, I think i've found the ultimate layout for what i want with the "true layout", but i saw some different stuff concerning the clearing float me

[css-d] Centering problem

2005-11-25 Thread Maarten Reynders
Hi, I used the horizontal align code I found in previous posts of this list. My site now is perfectly centered in Mozilla Firefox, but in Internet Explorer it sticks to the left. Site can be found at: http://www.auberge-lebonvivant.be/index.php CSS can be found at: http://www.auberge-lebonvivant

Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-25 Thread Parker Torrence
You might find this helpful http://webdesign.parkertorrence.com/sandbox/zenfulfrog.htm the code can be viewed from view source. -parker Message: 14 > Date: Thu, 24 Nov 2005 22:48:20 -0500 > From: cFA <[EMAIL PROTECTED]> > Subject: [css-d] Top Level Images help in Son of Suckerfish needed > To:

Re: [css-d] total centering

2005-11-25 Thread Rick Faircloth
Hi, Rahul...and thanks for the reply... > Google for "faux-columns". That's probably what Phil is trying to > achieve. I would have thought the same thing, but he's got the background attribute set to "transparent"... wouldn't that mean it wouldn't be visible, and therefore not useful as a visua

Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-25 Thread cFA
Thanks everyone, and yeah mat it does look like we are trying to get to the same place, hopefully it will be easier together, I'm still havin a problem with how to have a hover state on the top level images, rebecca seems to be close. -clint On 11/25/05, mat <[EMAIL PROTECTED]> wrote: > > > I th

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Rahul Gonsalves
David: David Laakso wrote: >Thanks Philippe. >Changes made as noted above. >Both the top and bottom rows of thumbs are horizontal(as intended) on my >end. >xp::i e6/ moz1.7.12/ ff1.5rc3/ opera9pre/ and debian v3.9ff. >Anyone still seeing the thumbs at the top or bottom of the page lined up >ver

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread David Laakso
Rahul Gonsalves wrote: > Dear David: > David Laakso wrote: > >> > Opera [3] woes here [4]. I don't know whether you're looking at it > right now or not. > >> It is rendering correctly on this end in xp_sp2 ff1.5rc3, and same in >> browsercam. Confirmation and/or fix :-P (or new life on another

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread David Laakso
Philippe Wittenbergh wrote: >On 25 Nov 2005, at 9:41 pm, Ingo Chao wrote: > > > >>>I have had (another) a report that the thumbnails are lining up >>>vertically rather than horizontally on this turkey >>>. >>>~dL. >>> >>Me again with bad news. Today I coul

Re: [css-d] total centering

2005-11-25 Thread Rick Faircloth
Hi, Phil... What's the purpose of this part of your container attributes? background: transparent url(/images/interface/column_background.gif) 24px 0 repeat-y; Thanks, Rick > > Hi Suzanne > > I normally put text-align: center; in the body tag. This takes care > of IE5 browsers. > > bo

Re: [css-d] Aligning text in same line

2005-11-25 Thread Lst Recv
Georg sent me this private reply. For the benefit of the list, I asked his permission to repost it to the list. (BEGIN:) Opera _can_ float elements at the same level as non-floating elements - even when a non-floating element comes first in the source-code. Other browsers will drop the float belo

Re: [css-d] Aligning text in same line

2005-11-25 Thread Lst Recv
Georg, Thanks for the tips. I'm more concerned with using this as a learning case then just making this page look right. So, could I ask you to explain what are your tips are doing and why? Also, could anyone explain why some browsers decide to push the logo down a line when I don't float the m

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Rahul Gonsalves
Dear David: David Laakso wrote: >I have had (another) a report that the thumbnails are lining up >vertically rather than horizontally on this turkey >. > > Freshly installed 1.5rc3[1]. Thumbnails not only line up vertically, but are obscuring/obscured

Re: [css-d] lateral page shift in opera

2005-11-25 Thread Mark Batty
> >This is caused because a vertical scrollbar is shown when a page > is long but > >the scrollbar is not shown when another page is short, the effect is that > >pages appear to shift left and right. > > > >I've been using the following to force a permanent scrollbar on > all pages: > > > >html { >

Re: [css-d] background image not showing in FF

2005-11-25 Thread Nick Wilsdon
Thanks Jim/Ian display:table-caption seems to work - I was having a very strange effect with display:table. Whole page fell apart but came together after loading! That's a new attribute for me to learn though, thanks Cheers for the heads up on the other mistakes Ian, I'll go through and fix th

Re: [css-d] total centering

2005-11-25 Thread Phil Treble
Hi Suzanne I normally put text-align: center; in the body tag. This takes care of IE5 browsers. body { margin: 0; padding: 30px 0 30px 0; font-family: Arial, Helvetica, sans-serif; text-align: center; } Then have a container wrapper around your webpage area with margin- left: auto, margin-rig

[css-d] Navigation Woes

2005-11-25 Thread Richard Brown
Hi All I am hoping that someone might be able to help. I have a site: It has been created using Wordpress and has a rather large amount of pages. To reduce the number of links to pages I have used Tedds drop down menu system which is working very well. However, I

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Philippe Wittenbergh
On 25 Nov 2005, at 9:41 pm, Ingo Chao wrote: >> I have had (another) a report that the thumbnails are lining up >> vertically rather than horizontally on this turkey >> . >> The person who wrote did not specify the os/browser. And has not >> answered my req

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread David Laakso
Ingo Chao wrote: >David Laakso wrote: > > >>I have had (another) a report that the thumbnails are lining up >>vertically rather than horizontally on this turkey >>. >>~dL. >> >Me again with bad news. Today I could reproduce it with FF1.0.7 (fresh >insta

Re: [css-d] background image not showing in FF

2005-11-25 Thread Jim Davis
Hi, In #canvas add display: table. Jim On 11/25/05, Nick Wilsdon <[EMAIL PROTECTED]> wrote: > > First post to the list so hello everyone - > > > I'm having some trouble making my background image (bg-canvas.gif) appear > in > this layout when viewed in FF. No problem in IE. > > http://www.e3inte

[css-d] background image not showing in FF

2005-11-25 Thread Nick Wilsdon
First post to the list so hello everyone - I'm having some trouble making my background image (bg-canvas.gif) appear in this layout when viewed in FF. No problem in IE. http://www.e3internet.com/clients/lenzone/shop/lenzoneTEST.htm Deeply appreciate someone pointing me in the right directi

Re: [css-d] ff bug::human or otherwise?

2005-11-25 Thread Ingo Chao
David Laakso wrote: > I have had (another) a report that the thumbnails are lining up > vertically rather than horizontally on this turkey > . > The person who wrote did not specify the os/browser. And has not > answered my request for same. I suspect it i

Re: [css-d] total centering

2005-11-25 Thread Christian Heilmann
On 11/25/05, S.Rodrigues Pereira <[EMAIL PROTECTED]> wrote: > Hi, I am new here, living in Amsterdam. > I wonder if anyone could help me out.I want to update a site which was made > in tables mainly. How on earth could I get this site to be centered in the > middle of your screen with CSS? For exam

Re: [css-d] total centering

2005-11-25 Thread ian
Hi Suzanne, It is possible (using absolute positioning), however the element that you are centering vertically needs to have a fixed height. Let's assume a with a vertical height of 300px. Your CSS would look something like this: #container { position: absolute; top: 50%; margin-to

[css-d] total centering

2005-11-25 Thread S.Rodrigues Pereira
Hi, I am new here, living in Amsterdam. I wonder if anyone could help me out.I want to update a site which was made in tables mainly. How on earth could I get this site to be centered in the middle of your screen with CSS? For example view: http://www.egeltjes.nl/engels.htm The vertical align just

[css-d] ff bug::human or otherwise?

2005-11-25 Thread David Laakso
I have had (another) a report that the thumbnails are lining up vertically rather than horizontally on this turkey . The person who wrote did not specify the os/browser. And has not answered my request for same. I suspect it is FF1.0.7. It is rendering co

Re: [css-d] Inconsistency between IE and Firefox

2005-11-25 Thread Ian Young
It seems to be the fact that you have three . I took the liberty of playing around with the page and it is fine on Firefox, IE and Opera. See http://www.iyesolutions.co.uk/templates/prototype.php Cheers Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of M

Re: [css-d] Inconsistency between IE and Firefox

2005-11-25 Thread Gunlaug Sørtun
Mário Gamito wrote: > http://www.dte.ua.pt/~gamito/prototype.php at the bottom of the page, > the grey line and the copyright notice, appears correctly in IE6 but > not in Firefox (1.07). "Appears" is correct wording. It's the 'hasLayout'[1] bug that's showing up and expanding the '#wrapper' ele

Re: [css-d] IE5.0 PC problem with CSS image replacement

2005-11-25 Thread Gunlaug Sørtun
Phil Treble wrote: > Please take a look at: http://scwindows.philtreble.net/windows/ > > You'll notice if you look at it in IE5.0 on PC that the vertical > navigation buttons on the left hand side -- coloured panel and light > blue panel -- do not display properly. The first option disappears i

[css-d] Inconsistency between IE and Firefox

2005-11-25 Thread Mário Gamito
Hi, In this site: http://www.dte.ua.pt/~gamito/prototype.php at the bottom of the page, the grey line and the copyright notice, appears correctly in IE6 but not in Firefox (1.07). Is there a way to make them work right on both browsers ? Any help would be apreciated. Warm regards, Mário Gamito

Re: [css-d] Top Level Images help in Son of Suckerfish needed

2005-11-25 Thread mat
Christian, Position: relative makes the second level list items bunch up. Setting link items without position: relative is needed. #nav a { /*link list items*/ display: block; width: 110px; I just used one class for top level backgrounds and another for second level. You could create a