Re: [css-d] learning html5

2010-06-29 Thread Bryce Fields
recommended by A List Apart: http://books.alistapart.com/ - Bryce Fields "Do or do not. There is no try." -- Yoda __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] mysterious letter appearing in GECKO

2008-05-15 Thread Bryce Fields
> the menu column. It is not in the html. > Look at the end of this line in the HTML: Total Attendance1015141016161910151613181516171512151800017150i Your "i" is hanging out there. -- Bryce Fields http://www

[css-d] Internet Explorer Loses List Item Types When List Item is Floated

2008-05-14 Thread Bryce Fields
when the list item is floated. We've found links to articles illustrating the problem, but no one has a nice, semantic solution. Anyone know what's going on and how we can fix it? -- Bryce Fields http://www.kentucky.gov/ "Do or do not! There is n

Re: [css-d] Internet Explorer, Table Cells, and Ems

2007-11-08 Thread Bryce Fields
On Nov 6, 2007 11:56 PM, Ingo Chao <[EMAIL PROTECTED]> wrote: > Bryce Fields wrote: > > ... > > > > http://technology.ky.gov/epmo/epmo_team.htm > > > > You'll notice the font sizing in the (icky) layout table is rendering > > considerably

[css-d] Internet Explorer, Table Cells, and Ems

2007-11-06 Thread Bryce Fields
e for layout, but this is an agency over which I have no control. I can also patch the problem fairly easily w/ an IE specific style sheet that readjusts the font sizing of the ems, but I would like to find alternate solutions if possible. So? Any ideas? -- Bryce Fields http://www.royalrodent.c

Re: [css-d] having layout and relative positioning [WAS Re: Peekaboo Too?]

2006-04-21 Thread Bryce Fields
and 2) would it indeed to be better to go w/ a solution like the Holly Hack, the Underscore Hack, or something else that forces an element's hasLayout to be true in IE. I mean, the position:relative is working and there are currently no ill side effects, but why poke the IE bear w/ short

Re: [css-d] Peekaboo Too?

2006-04-19 Thread Bryce Fields
ncky. The fixes worked like a charm. And thanks for the reference article. -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine, except for the one

Re: [css-d] What IMG Replacement Technique?

2006-04-19 Thread Bryce Fields
. It's here: http://fecklessmind.com/main/5/definitive-solution-to-image-replacement -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine, except for the ones I stole or were given to me by my wife. ___

[css-d] Peekaboo Too?

2006-04-19 Thread Bryce Fields
ore, knows the cause of it, and knows how to prevent it from happening? If so, we'd love to hear how. BTW, for what it's worth, after experimenting w/ the above page, we found we can also remedy the problem by giving a padding:0 to #content or .content, or changing the ba

Re: [css-d] List Menu CSS and Firefox

2006-04-13 Thread Bryce Fields
ry applying your style to the form element directly, or make the form an inline element with display : inline. I bet that'd clear up the problem. -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine, e

Re: [css-d] Tables it is! (no luck finding a 3-column layout thatworksin IE...)

2006-04-11 Thread Bryce Fields
On 4/11/06, Austin, Darrel <[EMAIL PROTECTED]> wrote: > There are two main culprits: > > - large images (which I think overflow: hidden would be fine for) > - semi-large tables (alas, a necessity for some of our data) Think you can post an example w/ the typical offenders

Re: [css-d] Tables it is! (no luck finding a 3-column layout that worksin IE...)

2006-04-11 Thread Bryce Fields
is just something I have toyed w/ from time to time. But I believe their close to being ready for prime time w/ some proper tweaking and TLC. Don't give up the fight too soon. -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions e

Re: [css-d] Weird links hover problem in IE 7.0 beta 2 ?

2006-02-14 Thread Bryce Fields
w/ the browser and reporting them to the IE development team (http://blogs.msdn.com/ie/archive/2006/01/31/520817.aspx). If you use IE 7 beta as a target browser, you're making more work for yourself when the final version is released. -- Bryce Fields www.royalrodent.com "Do or do not! There i

Re: [css-d] undesired space below image

2006-02-07 Thread Bryce Fields
? Thanks. Images are inline elements, and in standards compliance mode, their bottoms align w/ the baseline of the font rather than w/ the bottom of the rendering box. Set the images to display:block to clear it up. -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" --

[css-d] IE7 Beta and a:hover (was IE7 Beta goes Public)

2006-02-01 Thread Bryce Fields
d up by the final version. :-) --- References [1] http://www.kyvl.org/html/kids/portal.html -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine,

[css-d] IE7 Beta goes Public

2006-01-31 Thread Bryce Fields
Test those sites now. http://www.microsoft.com/windows/ie/default.mspx -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine, except for the on

Re: [css-d] all-css menu elements hover behavior doesn't work in IE

2006-01-25 Thread Bryce Fields
ng the hover behavior via JavaScript? There's an example of how to do it in Griffith and Webb's "Suckerfish Dropdowns" (http://www.alistapart.com/articles/dropdowns) -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda ___

Re: [css-d] Float issue with Firefox and IE

2006-01-24 Thread Bryce Fields
, When I edit the CSS via the web developer extension for Firefox and add "clear:left;" to #submenu, I'm not seeing the left nav clear as you describe. -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda

Re: [css-d] Replace Picture Bar with New Set

2006-01-21 Thread Bryce Fields
use JavaScript to accomplish this. I know of no way to do it using just CSS. I googled "JavaScript scrolling images" and was able to come up w/ several code samples and tutorials. Hope this helps. -- Bryce Fields www.royalrodent.com "Do or d

Re: [css-d] Styling COL and COLGROUP

2005-11-10 Thread Bryce Fields
ear ago. http://sandbox.royalrodent.com/colgroupies.htm Hope it helps. -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com "Do or do not! There is no try!" -- Yoda

Re: [css-d] AOL=IE on pc?

2005-10-26 Thread Bryce Fields
f." I personally have only encounted behavioral discrepancies between AOL and the native IE installed on the system, and never rendering discrepancies. REFERENCE [1] http://webmaster.info.aol.com/compatibility.html -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Wh

Re: [css-d] firefox table issue

2005-09-07 Thread Bryce Fields
and not Firefox, my first instinct would be that you have box model issues going on. But like I said, that's just a guess. Good hunting. -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent

re: [css-d] Funny alignment issues of top nav - no go in Firefox

2005-07-22 Thread Bryce Fields
t the 15px gap from the margin to the padding, and it seems to behave much better in FF. #container-body { clear: both; margin: 0; padding 15px 0 0 0: } -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com

Re: offlist Re: [css-d] Who is wrong? I would say: Firefox!? < - - Extended - - >

2005-07-06 Thread Bryce Fields
code to make the less buggy browser (Firefox) look the way you desire, then use CSS hacks to get the more buggy browser (IE) to do the same thing. -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com "Do or do not! There is no

[css-d] Bullet Rendering: Firefox Feature or Bug?

2005-06-02 Thread Bryce Fields
I have just discovered that in Firefox (at least for FF 1.0.4, WinXPSP2), "list-style-type: disc;" bullets in quirks mode render as diamonds while "disc" bullets in strict mode render circular. Is this a bug or a feature? -- Bryce Fields, Webmaster Where I Work:

Re: [css-d] Colouring bullets

2005-05-16 Thread Bryce Fields
look you desire. -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com "Do or do not! There is no try!" -- Yoda __ css-discuss [EMAIL PROTECTED] http://www.css-dis

Re: [css-d] Is it kosher...

2005-05-09 Thread Bryce Fields
ng to want to do it, like many things in web development, bending the rules has the potential to cause more trouble than it solves. Go valid. -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com "Do or do not! There is no try!&quo

Re: [css-d] Best way to make this rollover image map?

2005-05-06 Thread Bryce Fields
> "Egypt" here: http://www.pandamouth.org/images/map.gif > > What is the best way to achieve this effect? IMHO, CSS Sprites (http://www.alistapart.com/articles/sprites/) -- Bryce Fields, Webmaster Where I Work: Kentucky Council on Postsecondary Education Where I Play: www.royalrodent.com

Re: [css-d] Is it kosher...

2005-05-06 Thread Bryce Fields
On 5/6/05, Dan_MailLists <[EMAIL PROTECTED]> wrote: > Chris said: > ... to add a