RE: [css-d] IE5 thumb hover clickable

2005-08-19 Thread Bruno Fassino
Steve wrote: > Hi all, still pounding away at some thumbnails. Ive got a hover > working in everything I can test PC/Mac, except in IE5 the clickable > area is around the image (padding area, and I wonder if its behind the > img also) and once u hover over the image you lose the link. IE5.5 > works

[css-d] Float Woes and

2005-08-19 Thread Rahul Gonsalves
Dear All: About half-way through a page, couple of issues. http://janaagraha.org/rahul/index15.htm * Faux-column (using background-image) extends beyond the desired division () * Top Navigation Buttons (ul) are indented by about 50px to the left. * Text zoom breaks afore-mentioned

Re: [css-d] Table-cell and IE

2005-08-19 Thread Philippe Wittenbergh
On 20 Aug 2005, at 2:25 am, Janelle Clemens wrote: Okay, here is an example: http://www.sgi.com/tempie.html If you view on Firefox you will see the bottom code works like a dream. This is what I need to accomplish. Currently I am going with a simple table and styling each cell with the

Re: [css-d] IE5 thumb hover clickable

2005-08-19 Thread cFA
hmmm well that does fix the cursor but it still doesnt click except in the padding area, clicking on the image doesnt work. No worries, the links indeed work in IE5.0, that browser just tends to lose its pointer cursor with blocked links. You'll need to feed the anchor cursor:hand. Followi

[css-d] Style DropDownList Controls?

2005-08-19 Thread Clinton Gallagher
Resizing the height appears to depend on the button used to drop down the list in a DropDownList control. Once dropped, there is the matter of the sliding controls. Despite ones theme or skin these elements appear to take on the settings of the desktop. Would anyone know of a DHTML implementation f

Re: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread David Laakso
Valette Ragland wrote: ... Site: http://dreams.rhapsodic.org/ CSS: http://dreams.rhapsodic.org/sheep.css I have tried linking to the background images in the CSS file with absolute and relative URIs, but that did not solve this problem. My HTML and CSS both validate. Any ideas? Download mess

Re: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Valette Ragland
On 8/19/05, Valette Ragland <[EMAIL PROTECTED]> wrote: > I'm going to take this problem to my host as I am confident now that > it is not a CSS problem. Thanks, Dennis and Steve! Turns out it was a conflicting .htaccess hotlink prevention script. Glad I'm not going nuts. Cheers! -- Valette Ra

Re: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Valette Ragland
On 8/19/05, Dennis Bixler <[EMAIL PROTECTED]> wrote: > Perhaps there is > something in your code or in your browser settings that is causing the > browser to hang BEFORE it gets to the check/download of that image and > therefore causing it to not show. But the gradient.gif is not showing either.

Re: [css-d] IE5 thumb hover clickable

2005-08-19 Thread Steve Clay
Friday, August 19, 2005, 3:44:21 PM, cFA wrote: > works just not 5. > http://aenonfiredesign.com/test/iethumbhover/ No worries, the links indeed work in IE5.0, that browser just tends to lose its pointer cursor with blocked links. You'll need to feed the anchor cursor:hand. Following it with c\u

[css-d] strange white space

2005-08-19 Thread Tanya Renne
Can someone tell me ... why there is a white space at the bottom of the left blue bar here: http://dev.ironworkers.org but not http://dev.ironworkers.org/index.php?display=OrganizationDetails&id=2&aboutus=Y&pid=224 in other words - it seems to appear on the homepage and no where else. I'm tryi

RE: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Dennis Bixler
On 8/19/05, Steve Clay <[EMAIL PROTECTED]> wrote: >> I believe your problem is the server being flaky or the images being a bit >> malformed or corrupted. Maybe someone can test it: >> http://dreams.rhapsodic.org/images/sheep.gif > Are you able to see the image directly with the above URL? I lo

[css-d] span vs div

2005-08-19 Thread Jared Nielsen
I'm curious about a behaviour I just ran across.. This is likely my own fundamental lack of understanding about inline and block but take the following text. This is a lot of text that wraps a few times. This is a lot of text that wraps a few times. This is a lot of text that wraps a few

Re: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Valette Ragland
On 8/19/05, Steve Clay <[EMAIL PROTECTED]> wrote: > I believe your problem is the server being flaky or the images being a bit > malformed or corrupted. Maybe someone can test it: > http://dreams.rhapsodic.org/images/sheep.gif Are you able to see the image directly with the above URL? > I thoug

RE: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Dennis Bixler
The page displays fine for me running FF1.0.6 with a refresh and all. However in IE6win has the very strange problem of the dates being fixed on the page when everything else scrolls. The backgrounds are fine even after refresh. Dennis Bixler -Original Message- From: Valette Ragland [mail

[css-d] IE5 thumb hover clickable

2005-08-19 Thread cFA
Hi all, still pounding away at some thumbnails. Ive got a hover working in everything I can test PC/Mac, except in IE5 the clickable area is around the image (padding area, and I wonder if its behind the img also) and once u hover over the image you lose the link. IE5.5 works just not 5. I have tr

Re: [css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Steve Clay
Friday, August 19, 2005, 3:07:28 PM, Valette Ragland wrote: > images disappearing upon a page refresh. I don't even get them the first load in Opera. > HTML and CSS both validate. Any ideas? I believe your problem is the server being flaky or the images being a bit malformed or corrupted. Mayb

[css-d] Disappearing Background Images in both IE and FF

2005-08-19 Thread Valette Ragland
First, thanks to everyone who helped with my Ghost in the Box problem. I got past that hack, but now am having a problem with my background images disappearing upon a page refresh. I am sure it is not IE's fault, because this disappearing act is happening in Firefox 1.0.6 as well as IE 6.0 on dif

RE: [css-d] Table-cell and IE

2005-08-19 Thread Janelle Clemens
Okay, here is an example: http://www.sgi.com/tempie.html The top code was an option someone else suggested but not what I needed so ignore. The second and third are the ones I am working with. I need the bottom borders to line up evenly. If you view on Firefox you will see the bottom code wor

Re: [css-d] IE PNG hack disables links

2005-08-19 Thread Ingo Chao
Aurelius Capellan wrote: I'm futzing around with a PNG hack [1] in order to enable a translucent rollover effect on a dropdown menu. Everything works fine in Opera and Mozilla browsers (at least in Windows) but in IE 6 the links in the sub-menu don't want to work - I suspect because of the IE pro

[css-d] IE PNG hack disables links

2005-08-19 Thread Aurelius Capellan
I'm futzing around with a PNG hack [1] in order to enable a translucent rollover effect on a dropdown menu. Everything works fine in Opera and Mozilla browsers (at least in Windows) but in IE 6 the links in the sub-menu don't want to work - I suspect because of the IE proprietary code used in the h

[css-d] Disjointed rollovers with resized browser windows

2005-08-19 Thread Ashley McWilliams
I am currently working on a project that we are trying to get away from JavaScript rollovers. I found the code for doing CSS disjointed rollovers and I love the effect. However, I am having the problem that my rollover image has to be absolutely positioned for it to work properly. This is a c

Re: [css-d] simple help needed

2005-08-19 Thread Gianni Cuccu
Jad Madi wrote: Hi, I'm trying to get logo float over the mainnav in this page http://easyhttp.com/css/css-ads.html any idea how can I make it ? Hi Jad, in this case I would not use a background image for the logo... If you want to place it over the #main-nav you can do it using absolute p

Re: [css-d] OT: Seeking Early Adopters

2005-08-19 Thread Jan Brasna
You can try it on WSG CMS list. -- Jan Brasna aka JohnyB :: www.alphanumeric.cz | www.janbrasna.com __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Thumb troubleshooting help needed

2005-08-19 Thread Ingo Chao
[EMAIL PROTECTED] wrote: You would think if your read this list daily that using tables are the work of the devil, when you can control them with css they are actually not so badjust not for the overall structure of the pages. I have never said or read on this list that tables are the wor

Re: [css-d] Table-cell and IE

2005-08-19 Thread Garrett Smith
Date: Thu, 18 Aug 2005 22:24:03 -0400 From: Roger Roelofs <[EMAIL PROTECTED]> To: 'CSS list' Subject: Re: [css-d] Table-cell and IE Message-ID: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=WINDOWS-1252; format=flowed MIME-Ve

[css-d] OT: Seeking Early Adopters

2005-08-19 Thread Tanya Renne
We're looking for CSS-savvy designers/developers to test run a css-driven cms of ours on clients. Anyone have any good lists to post the message to? Other suggestions welcome ... sorry in advance if this is too off-topic Tanya ___

Re: [css-d] Thumb troubleshooting help needed

2005-08-19 Thread ross
why not try a css table. http://www.amazon.co.uk/exec/obidos/ASIN/0957921888/qid%3D1124464346/202-9689651-4231063 Chapter 5 or http://www.w3.org/TR/REC-CSS2/tables.html You would think if your read this list daily that using tables are the work of the devil, when you can control them wi

Re: [css-d] Thumb troubleshooting help needed

2005-08-19 Thread Ingo Chao
cFA wrote: I'm trying to set up a page of thumbnails. I'm trying at all costs to avoid floating in this case (which I usually do) because ultimately I want all the thumbs centered. I've got it pretty close only when I add a title the thumbs become one centered row. Ive tried different display p

Re: re [css-d] javascript keywords and functions

2005-08-19 Thread Jon Trelfa
On 8/19/05, adrian suri <[EMAIL PROTECTED]> wrote: > Hi > > I am writting a colour highlighting scheme for my fav editor > does anyone know where I can get a full list of javascript kewords > function + > methods from > What you're looking for is a DOM reference. Most javascript functions with

Re: [css-d] 3-Col Float problems in IE6

2005-08-19 Thread Jim Davis
Ron, Sounds like the IE double margin bug. See http://www.positioniseverything.net/explorer/doubled-margin.html Jim On 8/19/05, Pringle, Ron <[EMAIL PROTECTED]> wrote: > > Can't quite conquer this one. > > I'm using the faux columns method for a three column layout. I'm having > problems with

[css-d] 3-Col Float problems in IE6

2005-08-19 Thread Pringle, Ron
Can't quite conquer this one. I'm using the faux columns method for a three column layout. I'm having problems with one particular page which has left-floated images in the center body content, which is causing the third, right-floated column on the right (the list of sponsors) to slip down undern

Re: re [css-d] javascript keywords and functions

2005-08-19 Thread David Dorward
On 8/19/05, adrian suri <[EMAIL PROTECTED]> wrote: > I am writting a colour highlighting scheme for my fav editor > does anyone know where I can get a full list of javascript kewords > function + methods from http://www.w3.org/TR/CSS2/ http://www.w3.org/TR/CSS21/ http://www.w3.org/Style/CSS/curr

Re: [css-d] problems with padding-left: 1em;

2005-08-19 Thread adrian suri
Hi Hi still working on CSS, got a handle on with text font, links etc, but still not sure about classes, objects , div etc. when to use what for which, if I have read correctly one uses objects when one want to get details / manipulated these with java script etc I have writen this page

[css-d] simple help needed

2005-08-19 Thread Jad Madi
Hi, I'm trying to get logo float over the mainnav in this page http://easyhttp.com/css/css-ads.html any idea how can I make it ? -- Regards Jad madi Personal Blogger http://EasyHTTP.com/jad/ Web standards Planet http://w3planet.info/site/ EasyHTTP Network http://EasyHTTP.com ___

Re: [css-d] CSS driven HTML email campaigns

2005-08-19 Thread Paul Sturgess
I certainly wouldn't give up entirely on using css for layout in your mailer, at least as long as the design isn't too complex. You should find that semantic markup will see to it that your email will degrade nicely in clients that don't support css too well. I found this article really useful as

Re: [css-d] List problems

2005-08-19 Thread Zoe M. Gillenwater
Schalk wrote: Greetings All! Does anyone know why the list was down for the past three days or so? Hi folks, I'm sure you've all figured out by now that the list was down for a couple days, and that it's back up now. I can't say I know what caused it, but hey, who cares right, as long as

re [css-d] javascript keywords and functions

2005-08-19 Thread adrian suri
Hi I am writting a colour highlighting scheme for my fav editor does anyone know where I can get a full list of javascript kewords function + methods from regards Adrian Suri __ css-discuss [EMAIL PROTECTED] http://www.css-di

Re: [css-d] Site check please

2005-08-19 Thread Arthur Maloney
Hello Schalk, Thursday, August 18, 2005, 8:19:37 PM, you wrote: SN> Greetings All! SN> Please take a look at the following URL and let me know any problems SN> that come up. Thank you. SN> *http://tinyurl.com/8w2lj* Laptop Win2000 SP4 1400x1050 true colour 32bit FireFox 1.0.6 Home & about us

Re: [css-d] background image not visible in IE6

2005-08-19 Thread Ian Piper
I've done some more testing now and I think I know where I have been going wrong. However I am stumped as to what to do about it. The reason the image is apparently not displaying now that I have validated my html is that in order to satisfy xhtml requirements I had to remove the width prop

Re: [css-d] background image not visible in IE6

2005-08-19 Thread Ian Piper
Further to my earlier message: I'm slightly more confused now. I thought that perhaps I had not properly validated the xhtml or css, so have done both now. The result is that the page now behaves almost equally badly on Safari, Firefox and IE. I guess from this that there is something basic

Re: [css-d] positioning inconsistencies all around

2005-08-19 Thread Ingo Chao
Christy Collins wrote: The header of a site I am working on has buttons that are supposed to rest on top of a brown line. The positioning of these buttons is a little different on almost every browser I check on. http://www.berkshireradio.org/WBCRwww/header_test/ Christy, - Fx vs. Opera8

Re: [css-d] CSS driven HTML email campaigns

2005-08-19 Thread Paul Roberts
For webmail clients: Personally I've given up trying to deal with Hotmail, gmail etc, now i just filter these addresses and send them a link to a webpage for the newsletter i help run, the readers seem to prefer this as well. Hotmail is the worst offender as it strips all the head off the html, y

RE: [css-d] dotted underline

2005-08-19 Thread B S Srinidhi
On Thu, 2005-08-18 at 16:39 -0400, Duckworth, Nigel wrote: > Good idea, Srinidhi. > > -Nigel Thanx. :) Srinidhi. ~~~ TONY RANDALL! Is YOUR life a PATIO of FUN?? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/ma

[css-d] Weird display issue

2005-08-19 Thread Nandan Vernekar
Refer to the attached screen shot. Has any one come across such a scenario? The text marked yellow is the text present in the Last select box. This text is bleeding into the marked area. On clicking on that text, the select box is getting selected. Some help would be appreciated... -- ~Nandan ___