I wonder if you could help me check a menu I have employed in a new web site
:
www.treyarnon.com
I have used the suckerfish routines to provide one link to a dropdown (the
images) and I currently have no access to IE7 or 8. I have checked in
safari, opera, IE6 and Firefox, but a reliable sour
Tim: I know you said that you didn't want to go the table way, but a table
in this case is perfectly acceptable, insofar as the relationship between
the image and text is a tabular one. I wouldn't hesitate to use a table
here, so long as it's marked up properly.
Bob
- Original Message --
Wayne,
I have used Dreamweaver libraries for some years now, and found them
invaluable. Google "dreamweaver libraries" and you'll get lots of hits.
Here's one:
http://webdesign.about.com/od/dreamweaverhowtos/a/aa090406.htm
(picked at random).
Libraries will change your life!
Bob
www.gwelanm
Try this:
http://www.alistapart.com/articles/multicolumnlists
Bob
- Original Message -
From: "David Laakso"
To: "Gaurav Sharma"
Cc: "css-d css-d"
Sent: Sunday, March 29, 2009 12:10 PM
Subject: [css-d] Float problem in Firefox
>
> Gaurav Sharma wrote:
>> Hi,
>>
>> I have a small p
Hi Scott,
It seems to be a function of text size. It works at some settings (small),
but falls apart as you enlarge. Your text height is set in ems, whereas
your margins etc are in pixels.
HTH,
Bob
- Original Message -
From:
To:
Sent: Tuesday, March 03, 2009 4:40 PM
Subject: [css
A properly marked up table with 1-row of 3-cells (in this case) is valid
(and accessible) and is the only robust solution I know of for all browsers.
The extremists will complain about table layout of course, but it's a case
of being pragmatic in making the thing work - simply, and without any
For IE bugs I usually just keep widths and heights, padding and margins
in separate "boxes". And this site (www.tibbles.net/misc/blog) works
fine in IE 5.5, and 7, 8, firefox, NN, and a bunch of others that I got
screenshots for. What on earth is going on with 6.0?? I'm completely
stuck here
I've looked around for a stable solution which doesn't involve putting
, etc all over the content (that's presentational :-) ) and
can only come up with using the old tag (for strikeout):
s{
padding-right: 1em;
text-decoration : none;
}
then, blah blah.blah blah. It seems to work,
Chris Williams wrote:
> I have this problem, and I use " " and not " ".
> I find that works, and I haven't seen the space at the beginning
> problem. It seems that UA's can handle the at the end of the
> line OK. I do this replacement with a simple regex in my PHP code.
>
> HTH,
> Chris
>
> P
tedd wrote:
> Hi gang:
>
> Please review --
>
> http://sperling.com/a/
Hi tedd,
Very nice look and feel. My only reservation is that I just hate code
repeating itself and I hate to see used as spacing, so I'd
like your to be redefined as having the bird gif as a background
(left) with a mar
[EMAIL PROTECTED] wrote:
> I don't remember where I stole this:
> hr {border: none 0;border-top: 1px dashed #000;width: 50%;height: 1px;}
> Maybe it will work for you. Maybe not.
> ~dL
>
>
Same idea really, but I use:
.hr{
height : 1px;
margin : Xpx 0px;
border-top : 1px solid #000
Janet Chang wrote:
> Hi,
>
> I just joined the listserv and am seeking help on a new site I am coding
> for my organization. I took an intro to CSS class a few months ago so I'm
> still quite a newbie, but would like to build my experience using CSS.
>
> Since this is a brand new site, I was able
Felix Miata wrote:
> text-align:left/*center*/
>
Hi Felix,
I've googled this intriguing bit of markup and got nothing. Also
looked for David's term : 'flush left/scatter right' to no avail.
What /exactly/ does it do, and have you got any links to it?
Thanks
--
Best Regards,
Bob McClellan
Hi Shelly,
Interesting. I have recently been experimenting with the problem of
presenting XHTML1.1 as application/xhtml+xml without blowing up IE, and
I came across the excellent work outlined at :
http://www.workingwith.me.uk/articles/scripting/mimetypes/
This uses PHP to check the http_accep
matthijs abeelen wrote:
Why would anyone - certainly on this list - be interested in a toolbar for
IE?
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incu
Hi Janie,
If you are talking about small(ish) graphics, you can produce the
graphic twice the size it should be, then specify the graphic dimensions
as 50%, so that when someone resizes, you've got some way to go to get
to the 'real' size, then a bit more until it breaks up, or pixelates, or
Hi Jared and all,
On 7/28/05, Jared Stein wrote:
> Hey all, I've come up with this work-around to deliver a typical
book-like table of contents entry appearance (with dashes/dots between
toc entry and page number) and while it seems fully flexible, pretty
reliable, and not too trashy in term
Could someone please recommend a book which deals fully with typography
and web design (ie, CSS, primarily :-). I've Googled and got a zillion
hits, mainly web sites of course, many concentrating on which units to use.
What I'm after really is a book which covers typography in the same way
tha
I was 'brought up' to believe that, when specifying fonts, one should
quote a family such as 'Verdana, Arial, Sans Serif'. This means, of
course, that if a user doesn't have Verdana, the page will select the
next available font on his/her system.
However, when I validate CSS, it tells me th
Hi Philippe and all,
Interestingly, all the declarations are honoured on a PC in IE5.5, IE6,
FF1, Opera 8, Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0)
Gecko/20020530.
. . . ?
Bob
Philippe Wittenbergh wrote:
Of course, the 3 previous declarations are invalid and should be
i
To Ingo, and anyone else who is interested:
I have provided another example to test this out, viz:
#tester{
padding : 50px;
width : 500px;
border : 5px solid #ff;
font: 14px Verdana, Arial, Helvetica, sans-serif;
color: #ff;
[/*IE*/] width: 610px;
[/*IE*/] border : 5
Dear experts,
As a variation on the underscore hack, I would dearly love to use the
following variation:
#tester{
width : 500px;
[/*ie only*/width: 610px;] or just [width: 610px;]
padding : 50px;
border : 5px solid #ff;
}
or even:
-
Gustavo Caetano wrote:
Since it may be an off topic, I apologize myself in precedence.
The fact came up today as I was working on a writer's website. He sent me
many of his stuff, all in doc.
So, I hade to copy and past the plain text and insert each and for
each paragraph of each text myself
23 matches
Mail list logo