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
> 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
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
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
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
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
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
. 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.
___
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
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
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
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
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
? 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!" --
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,
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
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
___
,
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
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
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
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
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
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
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
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:
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
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
> "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
On 5/6/05, Dan_MailLists <[EMAIL PROTECTED]> wrote:
> Chris said:
> ... to add a
29 matches
Mail list logo