Paul Novitski wrote:
> At 6/26/2009 11:31 AM, tedd wrote:
>> with my site I have to declare the Content-Type in all my style sheets.
>
>
> Could you explain that? I've never encountered that necessity before.
>
> Paul
Just a thought, maybe this has something to do with the coding of the
meta
Chris Akins wrote:
>
> Thanks for the tip. So - now, how 'bout the list of links? Anyone
> got any ideas on why they jump around?
>
Glad it worked, as to the 'list of links' I would try removing your
comment before the Doctype, I think it's throwing the IE 6 into the
quirks mode which is cau
http://www.betteroutdoorlivingathome.com/testing/test2.html
Original message
Test page validates but dropdown buttons are below the text in the blue
area in IE, other browsers work correctly.
Tried to apply the ie7 and ie8.js files to page but that didn't help.
z-index is set above the text an
Test page validators but buttons dropdown are below the text in the blue
area in IE other browsers work correctly.
Tried to apply the ie7 and ie8.js files to page but that didn't help.
z-index is set above the text and other fence layer.
Any ideas what may be going wrong with this.
Help most a
Chris Akins wrote:
>> The correction for the horizontal nav bounce in IE/6/7/8 and Opera is:
>> ol#toc a {/*border-bottom: 1px dotted rgb(120,120,120);*/
>> border-bottom: 3px dotted rgb(255,255,255);
>> }
>>
>>
>
>
> While it's true the jumping issue is fixed, it's also at the expense
> o
Greg Wilker wrote:
> I am new to this list - but fairly comfortable with code & css.
>
>
> Here is the live site:
> http://www.stoptheft.com/site/index.php
>
> Here is what I am working on:
> http://store.stoptheft.com/HTN/
>
>
>
> Greg
>
>
Welcome to the list!
Please see if this might help f
-Original Message-
From: James S. Huggins (dot com) [mailto:jhugg...@jamesshuggins.com]
Sent: Friday, June 26, 2009 4:30 PM
To: 'css'; 'David Laakso'; 'Chris Akins'
Subject: RE: [css-d] Weird "Jumping" Links
===
Chris Akins wrote:
> Ok - I've sifted my
On 27/06/2009, at 9:27 AM, nancy wrote:
> Is it possible to specify conditional comments for FF and Safari on
> Mac v.
> FF and IE on PC?
> I'm on a committee that has access to the code for this online
> catalog:
> https://i-share.carli.illinois.edu/uc/vwebv/searchBasic?sk=en_US
> We are try
2009/6/26 nancy :
> Is it possible to specify conditional comments for FF and Safari on Mac v.
> FF and IE on PC?
No. Conditional comments allow markup to be presented to or hidden
from versions of MSIE/Win32.
> I'm on a committee that has access to the code for this online catalog:
> https://i-s
Is it possible to specify conditional comments for FF and Safari on Mac v.
FF and IE on PC?
I'm on a committee that has access to the code for this online catalog:
https://i-share.carli.illinois.edu/uc/vwebv/searchBasic?sk=en_US
We are trying to move the search button over, see:
https://i-share-tes
On Fri, Jun 26, 2009 at 1:03 PM, Peter Abramowicz wrote:
> Chris Akins wrote:
>
>
> You could try this:
> ol#toc li a {padding-bottom:2px;}
> ol#toc li a:hover {padding-bottom:0;}
Hey - that worked for the top horizontal links! With slight
modification, that is. The ol#toc a already had a bott
Hello everyone,
I am new to this list - but fairly comfortable with code & css.
I am currently attempting to code a nav element to emulate a current live
site that is using images and JS for the look & feel - and effects.
Seems like a pretty straight forward idea - changing the background images
Chris Akins wrote:
>> The correction for the horizontal nav bounce in IE/6/7/8 and Opera is:
>> ol#toc a {/*border-bottom: 1px dotted rgb(120,120,120);*/
>> border-bottom: 3px dotted rgb(255,255,255);
>> }
>>
>>
>
>
> While it's true the jumping issue is fixed, it's also at the expense
> o
-- Forwarded message --
From: Chris Akins
Date: Fri, Jun 26, 2009 at 2:09 PM
Subject: Re: [css-d] Weird "Jumping" Links
To: David Laakso
> The desired dotted line has not been deleted. Change it from white to a
> light gray it it will show.
True - but again the dotted line is
On 19-Jun-09, at 4:14 PM, Paul Novitski wrote:
> At 6/19/2009 01:35 PM, Norman Fournier wrote:
>> If anyone knows a way to effect both the footer staying anchored to
>> the bottom of the browser window and/or appearing at the end of the
>> text, that would be fantastic, or is it a choice of one or
At 6/26/2009 11:31 AM, tedd wrote:
>with my site I have to declare the Content-Type in all my style sheets.
Could you explain that? I've never encountered that necessity before.
Paul
__
css-discuss [cs...@lists.css-discuss.org]
At 11:17 AM -0700 6/26/09, Paul Novitski wrote:
>At 6/26/2009 10:53 AM, tedd wrote:
>>http://sperling.com/examples/audio-captcha/
>>
>>Can anyone tell me why the style sheet here is seen in most browsers
>>but not in *some* versions of Safari and FireFox for the Mac?
>>
>>It's interesting that Oper
Ive been working on a navigation bar that uses irregular shapes as the
"buttons". I used Dave Sheas tutorial example as a template.
http://www.alistapart.com/d/sprites/ala-blobs2.html
Im still very new to CSS so I copied and pasted the design into notepad and
used my own images and pixel
At 6/26/2009 10:53 AM, tedd wrote:
>http://sperling.com/examples/audio-captcha/
>
>Can anyone tell me why the style sheet here is seen in most browsers
>but not in *some* versions of Safari and FireFox for the Mac?
>
>It's interesting that Opera for the Mac and IE6, 7, and 8 doesn't
>have any probl
Hi gang:
With regard to:
http://sperling.com/examples/audio-captcha/
Can anyone tell me why the style sheet here is seen in most browsers
but not in *some* versions of Safari and FireFox for the Mac?
It's interesting that Opera for the Mac and IE6, 7, and 8 doesn't
have any problems seeing th
>
> IE/6 does not support min-height or min-width.
> * html .dialog .wrapper { height: 400px; }/* 4 ie/6.0 */
>
>
> Thanks a lot David,
I don't know why, but if I put * html .dialog .wrapper { height: 400px; }
I get no left and bottom borders (I realize that this description lacks
rigor :s), h
> The correction for the horizontal nav bounce in IE/6/7/8 and Opera is:
> ol#toc a { /*border-bottom: 1px dotted rgb(120,120,120);*/
> border-bottom: 3px dotted rgb(255,255,255);
> }
>
While it's true the jumping issue is fixed, it's also at the expense
of the desired dotted line which is now
Chris Akins wrote:
> Ok - I've sifted my CSS and HTML with as fine a toothed comb as I
> have, and still can't figure this one out.
>
> Page with problem (IE only of course):
>
> www.springfieldmo.gov/newsite/tabs/home.jsp
>
>
>
The correction for the horizontal nav bounce in IE/6/7/8 and Oper
Chris Akins wrote:
> Ok - I've sifted my CSS and HTML with as fine a toothed comb as I
> have, and still can't figure this one out.
>
> Page with problem (IE only of course):
>
> www.springfieldmo.gov/newsite/tabs/home.jsp
>
No help from this end, but I regret Opera is not going along with t
Ok - I've sifted my CSS and HTML with as fine a toothed comb as I
have, and still can't figure this one out.
Page with problem (IE only of course):
www.springfieldmo.gov/newsite/tabs/home.jsp
Page for comparison:
www.springfieldmo.gov/newsite/tabs/page.jsp
Associated CSS:
www.springfieldmo.go
> I'm unable to get the scroll bars displayed on IE 6. Any help?
>
> Here it is:
> http://www.cantinho.org/pt/cantinho-site/layout2.html
>
> K. Regards,
> Márcio
>
> __
IE/6 does not support min-height or min-width.
* html .dialog .wrapper { height: 400px; }/* 4 ie/6.0 */
_
> it looks like you have not yet looked at IE6. You need to hack IE to
> handle transparent PNGs
I have deal with the .png . Not easy because normally the fixs don't support
css background properties. However here it is: (I'm starting to hate this
"very simple" layout!!!)
http://www.dillerdesig
> http://snadden.com/sandbox/mem2.html
Thanks a million!
>it looks like you have not yet looked at IE6.
A little offtopic: Before IE8 I was having a emulation from MS to IE6 on
IE7. But now, despite using sites that work with screen shoots, is there any
other way to test IE6 rendering? What abo
I think I finally understand what you are trying to do..
You need a different approach:
http://www.code-masters.be/mirdum/
>
> Hello
>
> Well it looks that there is no solution for this, I don't
> want to give up, this is the third time that I post this and
> I don't find a solution, I just
29 matches
Mail list logo