Topic: javascript or html problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-28-2006 12:32
Hey all! |
Lunatic (VI) Inmate From: under the bed |
posted 06-28-2006 14:22
I don't see anything wrong with the code anywhere (other than the fact that you're using tables for layout!! arrgghhhh!). |
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-28-2006 15:10
Hi DL, |
Paranoid (IV) Inmate From: Norway |
posted 06-28-2006 15:17 |
Paranoid (IV) Inmate From: Cold Sweden |
posted 06-28-2006 16:07
Try a code: a img { display: block; } |
Lunatic (VI) Inmate From: under the bed |
posted 06-28-2006 16:16
I'm with poi on that ^ |
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-28-2006 19:28
Thanks for the help. The issue I've had in the past with opening up websites I built just using css and includes is that everything was all over the place. It wasn't WYSIWYG at all. He doesn't know css and yeah this was the quickest way for me to get it done in a manner that he'd be able to edit it. Thanks again and I'll see if any of that helps. |
Paranoid (IV) Inmate From: Norway |
posted 06-28-2006 21:08
DreamWeaver is quite capable on the CSS side. At least they made some efforts to edit the CSS in the 2-3 last versions. And opening a XHMTL+CSS website in previous versions shouldn't be a problem. ... though I guess MacroMedia was using Trident ... but hey, the websites should be made to, at least, gracefully degrade in less capable browsers such as IE 6, Netscape 4 and Lynx |
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-29-2006 02:15
DL, |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-29-2006 03:21
I've run into this problem before and I'm not sure what causes it, but if you bring you end table data tags up it will close the gap. code: <td><a href="contact.html" onMouseOver="swap('contact','normal_imagee')" onMouseOut="swap('contact','mouseover_imagee')"> <img src="header/contact_off.gif" name="contact" width="100" height="26" border="0"></a> </td>
code: <td><a href="contact.html" onMouseOver="swap('contact','normal_imagee')" onMouseOut="swap('contact','mouseover_imagee')"> <img src="header/contact_off.gif" name="contact" width="100" height="26" border="0"></a></td>
|
Lunatic (VI) Inmate From: under the bed |
posted 06-29-2006 03:32
quote:
|
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-29-2006 04:20
Another stupid question, are the selectors declared as such... |
Lunatic (VI) Inmate From: under the bed |
posted 06-29-2006 04:32
nope. code: ul { list-style:none; margin:0; padding:0; } li { list-style:none; margin:0; padding:0; }
|
Lunatic (VI) Inmate From: under the bed |
posted 06-29-2006 04:35
Your edited link works fine in IE 6 for me. |
Paranoid (IV) Mad Scientist From: 8675309 |
posted 06-29-2006 12:20
Thanks so much for all of your help. And yeah I agree tables for layout suck. |