[css-d] Difference between onLoad n Window.onload

2005-12-30 Thread XtiaN
Hello, this kinda OOT, i'm currently experimenting with some css drop downs, css javascript toggle tab. I'm curious bout the diference between using onLoad into the Body tag and using Window.onload. Can anyone give me the best situation using onload and window.onload ? thanks b4

Re: [css-d] menu problem

2005-12-30 Thread Patrick Mannix
Roger Roelofs wrote: ... >>>But, this time- for some reason the 'hover' does not look good. It is >>>as if the bottom 1/4 of the 'green hover image' is cut off. >>>http://www.pdrsolution.com/waters/index.html >>Patrick, > ... >>The fix described is demo'd here: >>http://www.tfelice.com/testcase/of

[css-d] Color for three-column layout

2005-12-30 Thread Iorhael
Hi, I working on a three-column layout but having trouble setting the color for the left and right columns. I have been looking at several online tutorials and it appears that I'm doing the CSS right, but the images aren't coming in for the column backgrounds. When I put the background image for

Re: [css-d] Pure CSS Image Map Tooltips

2005-12-30 Thread Yazmin Media
On 12/28/05, francky <[EMAIL PROTECTED]> wrote: > > > Yes, I've seen one: > http://home.tiscali.nl/developerscorner/css-discuss/imgmap-tooltip.htm :-) > That is, these are the ordinary tooltips. > In case you mean a self-styled tooltip, I'm afraid I don't know a > solution with pure css. > > Thanks

Re: [css-d] Firefox applying whitespace in print media

2005-12-30 Thread {tonyFelice}
Kevin Browne wrote: > problem with Firefox 1.5 (WinXP) >Problem: Firefox is [tonyFelice] ... applying a left >margin to [tonyFelice] and left margins and right >paddings to elements. [tonyFelice] After noticing that these margins are not applied to the header element, I realized that creatio

Re: [css-d] Firefox applying whitespace in print media

2005-12-30 Thread {tonyFelice}
Kevin Browne wrote: > problem with Firefox 1.5 (WinXP) >Problem: Firefox is [tonyFelice] ... applying a left >margin to [tonyFelice] and left margins and right >paddings to elements. [tonyFelice] I have never noticed it before, but _firefox_ is imposing 'mandatory' margins on those items, pr

Re: [css-d] Firefox applying whitespace in print media

2005-12-30 Thread {tonyFelice}
Kevin Browne wrote: > problem with Firefox 1.5 (WinXP) >Problem: Firefox is [tonyFelice] ... applying a left >margin to [tonyFelice] and left margins and right >paddings to elements. [tonyFelice] Kevin, could you look at this example, and tell me if it is an accurate test case for your issu

Re: [css-d] Firefox applying whitespace in print media

2005-12-30 Thread Roger Roelofs
Kevin, On Dec 30, 2005, at 5:56 PM, Kevin Browne wrote: > Hi all, > > I've been working on an external print stylesheet for a site, and I'm > getting a strange problem with Firefox 1.5 (WinXP). It also occurs in > Firefox 0.8, 1.0, and 1.0.7 (all WinXP). It does not occur in IE6/SP2 > or > Opera

[css-d] Firefox applying whitespace in print media

2005-12-30 Thread Kevin Browne
Hi all, I've been working on an external print stylesheet for a site, and I'm getting a strange problem with Firefox 1.5 (WinXP). It also occurs in Firefox 0.8, 1.0, and 1.0.7 (all WinXP). It does not occur in IE6/SP2 or Opera 8.5 (WinXP). Here's the problem(s): Firefox is often, but not always,

Re: [css-d] CSS and PNG - still not KISSING (in IE)

2005-12-30 Thread Ingo Chao
Adrian Gould wrote: > Hi Ingo - thanks for that link, proof that it's possible to integrate the > idea. The problem persists though, because while your example shows a > single background image _under_ the s, what I'm proposing is that IE > cope with a BG image being applied to _each_ li. Actu

Re: [css-d] overflow strategy for a fixed width table?

2005-12-30 Thread Ingo Chao
[EMAIL PROTECTED] wrote: > I've got a fixed width table (750px) with 10 columns on a fixed width > page. I've been asked to squeeze an additional 2 or 3 columns of data > into the same space. In some cases, the data simply won't fit > horizontally in the space allotted at readable font sizes.

[css-d] site check request? s with background images not

2005-12-30 Thread Adrian Gould
Tidied up your CSS to read: #leftnavlist {margin: 2px 0px -1px 7px; padding: 0;} /* top right bottom left spells trouble : ) */ #leftnavlist ul { list-style: none;} /* this was after your li */ #leftnavlist li {padding: 0px 0px 0px 20px; background: url(/images/fo

Re: [css-d] site check request? s with background images notdisplaying right in firefox

2005-12-30 Thread David Laakso
Blake Kritzberg wrote: >But the gist of my problem is that I can't figure out how to have firefox >render my css UL/LI styles. Mainly the problem is getting the margin right. >Currently I have a big gap on the left with firefox, plus it displays both >the custom image and the original image. > Bl

[css-d] CSS and PNG - still not KISSING (in IE)

2005-12-30 Thread Adrian Gould
Hi Ingo - thanks for that link, proof that it's possible to integrate the idea. The problem persists though, because while your example shows a single background image _under_ the s, what I'm proposing is that IE cope with a BG image being applied to _each_ li. In fact, you can see that I am (suc

Re: [css-d] alt tags

2005-12-30 Thread Ian Young
RE: [css-d] alt tags>> And again -- I would gently suggest that you not use "alt" as a class since it's an attribute of the > I was just using "alt" as an example. I had use another name altogether for the class. It would appear that I cannot change the size of my alt tag without resorting to t

Re: [css-d] alt tags

2005-12-30 Thread Ian Young
>>And finally: it is kind to the rest of us, to begin a new thread instead of answering, and thereby "hijacking" an existing one. It might not show differently in your mail-program, but it does in mine, and it confuses matters in the archives ;-) >>> Suitably chastised!! Ian -- No virus fou

[css-d] overflow strategy for a fixed width table?

2005-12-30 Thread rolfsf
I've got a fixed width table (750px) with 10 columns on a fixed width page. I've been asked to squeeze an additional 2 or 3 columns of data into the same space. In some cases, the data simply won't fit horizontally in the space allotted at readable font sizes. I know the arguments for allow

Re: [css-d] alt tags

2005-12-30 Thread Jesper Brunholm
Ian Young wrote: > Having some difficulty in formatting the size of the alt tags in my images. if we are talking about the part in capitals here: then it is an *attribute*. The alt-text, which is meant as an alternative if the image fails to load, is not consequently shown as tooltip when hov

Re: [css-d] Site check for beta site (CSS layout help needed as well)

2005-12-30 Thread Bryan
Steve Clason wrote: > On 12/29/2005 5:16 PM Bryan wrote: > >>Ideally, I want the two boxes to be static and have the center be fluid >>and adjust with the browser resolution. Currently, it does this, but I >>just don't want the overhang. > > > You just need to explicitly position main_contai

[css-d] site check request? s with background images not displaying right in firefox

2005-12-30 Thread Blake Kritzberg
I'm far from a css expert and I'll probably have to ask a few questions before I finish this project. But the gist of my problem is that I can't figure out how to have firefox render my css UL/LI styles. Mainly the problem is getting the margin right. Currently I have a big gap on the left with fi

Re: [css-d] 3 same height columns layout problem

2005-12-30 Thread David Laakso
Samatason Ltd wrote: > >Is there a basic technique you are using here that I can study up on? > See the three column tutorial on this page . A containing division was added to provide the fixed width. And Georg Sortun was kind enough to remind

Re: [css-d] alt tags

2005-12-30 Thread Thomas Peklak
> Having some difficulty in formatting the size of the alt tags in my images. If I understand you right, you want to change the size of the tooltips that are shown by IE when you hover a image. If this is right, you cannot do it. Tooltips have certain size that is provided by the OS. You can pers

[css-d] alt tags

2005-12-30 Thread Ian Young
Just a small teaser for the holidays. Having some difficulty in formatting the size of the alt tags in my images. If I change the font size in the td everything apart from at tags changes size. If I make a separate class, like: .alt {font-size:0.7em;} and then have Nowt changes. Any thou

Re: [css-d] 3 same height columns layout problem

2005-12-30 Thread Samatason Ltd
Hi David Well I have been looking and playing about with your code which is great because it gets away from using the 720px wide background image I was trying to use and instead uses a background image for each column (which is roughly where I was at 2 days ago but I couldn't get it to work!) I

Re: [css-d] menu problem

2005-12-30 Thread Roger Roelofs
Tony, On Dec 30, 2005, at 1:27 AM, {tonyFelice} wrote: > Patrick Roane wrote: > >> I'm creating a menu using a single image. ... >> using the 'off-set' technique. > >> But, this time- for some reason the 'hover' does not look good. It is >> as if the bottom 1/4 of the 'green hover image' is cut o

Re: [css-d] All I want for XMAS is PNG/CSS in perfect harmony - on IE - too much to ask?

2005-12-30 Thread Ingo Chao
Adrian Gould wrote: > ... > Despite all my reading around, no-where is there a simple demo that > illustrates how to integrate IE's filter: > filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', > sizingMethod='scale') > > into an external stylesheet and apply it to a backgr

[css-d] All I want for XMAS is PNG/CSS in perfect harmony - on IE - too much to ask?

2005-12-30 Thread Adrian Gould
OK, have seen others have had similar issues and I've yet to find a slick/flexible solution that I can understand, so hoping someone can help. I want to use pings as 'stencils', for buttons/menus and such, because they are a quick and flexible way of getting lightweight graphics that are easy to