On 29.09.2011 00:50, Emeka wrote:
This is my first real attempt at trying out CSS, so I would want
someone to go through my below style and comment or review.
Don't know what you are trying to achieve with the footer, but the HTML
code needs a standards mode trigger (a doctype) and validati
Hello All,
This is my first real attempt at trying out CSS, so I would want someone to
go through my below style and comment or review.
Regards,
Janus
Hoo
Maamariga
-html,body{background:#CCC;color:#000;margin:0;padding:0;}
h2, div{margin:0;padding:0;}
#header {
wid
On 9/28/11 9:47 AM, Coleen Holley wrote:
In two of my three columns, I use a script for things like a Paypal button
or a Yahoo "Groups" page link - or in the case of my third column, a search
box. All of these things are wrapped in a tag. The moment I include
any of the code for those apps, my c
On Wed, Sep 28, 2011 at 3:35 PM, Tom Livingston wrote:
> On Wed, Sep 28, 2011 at 3:17 PM, Ingo Chao wrote:
>>
>>
>> On Wednesday, September 28, 2011, Tom Livingston wrote:
>>> List,
>>>
>>> What would be the best way to show and hide table columns based on
>>> media queries. On this page:
>>> ht
On Wed, Sep 28, 2011 at 3:17 PM, Ingo Chao wrote:
>
>
> On Wednesday, September 28, 2011, Tom Livingston wrote:
>> List,
>>
>> What would be the best way to show and hide table columns based on
>> media queries. On this page:
>> http://proof.mlinc.com/tl/cssd2/
>>
>> i'd like to hide a couple col
On Wednesday, September 28, 2011, Tom Livingston wrote:
> List,
>
> What would be the best way to show and hide table columns based on
> media queries. On this page:
> http://proof.mlinc.com/tl/cssd2/
>
> i'd like to hide a couple columns in the table when the width gets
> narrow. Hiding isn't the
List,
What would be the best way to show and hide table columns based on
media queries. On this page:
http://proof.mlinc.com/tl/cssd2/
i'd like to hide a couple columns in the table when the width gets
narrow. Hiding isn't the problem - display:none; - but showing them
seems troublesome. display:
Ah ha! It was [att=] selectors. Added classes, and it works. It's a
known issue with respond.js. Hope a fix is out soon.
On Wed, Sep 28, 2011 at 2:03 PM, Tom Livingston wrote:
> I have still been working on this and after starting from scratch and
> using 320andup style sheet, I still have the IE
I have still been working on this and after starting from scratch and
using 320andup style sheet, I still have the IE7 issue. I have found
that as soon as I add styles to the 992px media query, IE7 *seems* to
ignore all media queries and uses the base styles only. removing the
992 rules, and ie7 se
What are your constraints? We may yet be of help…
Regards,
Barney Carroll
barney.carr...@gmail.com
07594 506 381
On 28 September 2011 16:01, David Halliday wrote:
> Thank you for the info.
> In this particular situation, putting the ID on the next visible item would
> not do.
>
> Now that I k
What are your constraints? We may yet be of help…
Regards,
Barney Carroll
barney.carr...@gmail.com
07594 506 381
On 28 September 2011 16:01, David Halliday wrote:
> Thank you for the info.
> In this particular situation, putting the ID on the next visible item would
> not do.
>
> Now that I k
Thank you for the info.
In this particular situation, putting the ID on the next visible item would not
do.
Now that I know this bit "... considered out of document flow", I will just
have to think of a different design.
Best regards,
David
From: Barney Car
Hi all :-)
I'm still having issues with column overflows in IE8 (ONLY!), but I found
the problem - or at least what I think is the problem - I just don't know
how to fix it.
In two of my three columns, I use a script for things like a Paypal button
or a Yahoo "Groups" page link - or in the case o
Thanks everyone. As always, lots of good info, but it seems to always come down
to a back and forth on design where I work. I'm not a designer, just front-end
dev. Design usually wins. So I am forced to struggle to pull off what someone
else demands based on visuals.
Some day... Some day...
S
Most browsers treat objects with display:none specially — they are
considered out of document flow for this and other purposes (no need
to load associated resources, etc).
Why not simply put the ID on the next visible item?
Regards,
Barney Carroll
barney.carr...@gmail.com
07594 506 381
On 28
Hello
In FireFox, Is there a way to get bookmarks placed in invisible table rows to
work?
The CSS:
#invsbl{
display:none;
line-height:0px;
height: 0px;
overflow: hidden;
border:0;
margin:0;
}
And the table row is:
The above works fine in IE. In FireFox, when links are clicked, no
On Sep 28, 2011, at 4:54 PM, Philip TAYLOR (Webmaster, Ret'd) wrote:
> And yes, I'd love to be able to add kern-pairs in CSS, but I don't
> think CSS has evolved that far yet :-)
I personally hope it won't be possible anytime soon. Considering how text is
handled by different OS and even by dif
28.9.2011 10:54, Philip TAYLOR (Webmaster, Ret'd) wrote:
And yes, I'd love to be able to add kern-pairs in CSS, but I don't
think CSS has evolved that far yet :-)
But you _can_ do that - just use markup like
To
and CSS like
.T_before_o { margin-right: -0.15em; display: inline-block; }
:-)
Tho
Jukka K. Korpela wrote:
Since you already have markup like
Many of us
it would seem natural to put the initial letter in a classed span, making it
trivial to refer to it in CSS. Assuming, of course, that you can affect the
markup.
Yes, I can indeed; I was just trying to avoid overt marku
28.9.2011 10:04, Philip TAYLOR (Webmaster, Ret'd) kirjoitti:
> See https://bugzilla.mozilla.org/show_bug.cgi?id=159403
I.e. "text-indent and :first-letter don't work with a img before the
first letter".
Thank you, that is an interesting and useful lead. Since
I /need/ it to work in Seamon
On Sep 28, 2011, at 3:57 PM, Barney Carroll wrote:
> Regarding the col element, the theory was that you would-be able to use it as
> a shorthand for all cells within it, thus defining colours, typography etc by
> implicit table structure rather than chucking class names on all cells, using
> a
Philippe Wittenbergh wrote:
> Have you tested this in anything beside a Gecko browser ?
To be honest, no. I develop using solely Seamonkey, and
only when the site renders successfully in that do I look
to see how it might render in other browsers.
> See https://bugzilla.mozilla.org/show_bug.
22 matches
Mail list logo