I have used CSS dropdowns (see http://www.prodigytek.com and a test page - http://www.strawbalehouse.com/new/verdana.html) but still have a hard time wrapping...
... I want the height to zero for the top row of links because I am using images there. But for the drop downs I want to see the item. How do I get the...
Hi, I'm not sure what you're trying to do but you do need to replace your <br> with <br /> as the first is not legal xhtml. ;-) The div's in li are fine....
Wouldn't it be better to put the links in a list rather than divs? Makes more sense semantically. ... __________________________________________________ Do You...
... I agree with both of you to be honest. I quick tossed in br's manually and yes you are right not good xhtml. What I am trying to do is have a menu with...
Well, first off, the dropdowns work in FF but NOT in IE. The little snippet of Javascript that I referred to before is needed to get them working in IE. Again...
... Nope, javascript is not an option. I am using ie7 on this machine and they work fine. I have not put this particular one to the test on ie 6 ... but that...
Yeah, it's a bummer that IE 6 can't do CSS properly. Unfortunately, IE 6 will be with us for years to come. :( I have only seen CSS dropdowns for IE 6 done...
... On a "standard" client, for "standard" users, that is. Semantically adequate tagging is important for non-visual representations. (Screen readers and the...
Ah! You beat me to the punch line!! ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
I still don't understand what you want to do but... ... No, that's not what's happening. This rule: #menu a {display:block; padding-top:24px; height:0;...
Hi the drop down menu's work fine in IE7 I assume they drop down and leave a space for were it goes to, the first 2 don't work. THANKYOU DAVE M ... From:...
Well, the dropdowns don't work in IE 6. BTW, there are no dropdowns on the first two items. ;) ... __________________________________________________ Do You...
Howdy! Is it possible to have a message display while an image is displaying. I want people with dial-up to know something is actually going to happen if they...
Perhaps you could put a small background image with text you need underneath the image? ... __________________________________________________ Do You Yahoo!? ...
never mind now I remember why I don't use it anymore: LOWSRC="URL" (Netscape only) Specifies a low-resolution image file. A netscape browser will first load...
5407
John Wallace
johnta1@...
Feb 14, 2006 2:42 am
Might try adding the dimensions of the pics to the img src tag. The browser will usually put the alt text in there if it doesn't have to interpet the...
On the last exciting episode, aired on 13/2/2006 22:11, sisterscape ... In my experience, browsers tend to download background pictures last -- it makes sense,...
I should have said: "Is it possible to have a message display while an image is *loading*. ========= Howdy! Is it possible to have a message display while an...
Yes, it is a good practice to put pixel dimensions in the img tag. Should have thought of that myself. Also make sure the image is optimzed for the web. ... ...
He, he, he . . . Thanks, Don. I've bookmarked it. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
... For me this seemed the most practical. I added the dimensions but still not ALT or TITLE display while loading. I *know* I have seen this happen before. ...
Hi As far as I know the ALT shows up for people who turn there images off for faster browsing, I would think you need to add some sort off script to your page...