Topic: javascript or html problem (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: 8675309 |
![]() Hey all! |
Lunatic (VI) Inmate From: under the bed |
![]() 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 |
![]() Hi DL, |
Paranoid (IV) Inmate From: Norway |
![]() |
Paranoid (IV) Inmate From: Cold Sweden |
![]() Try a code: a img { display: block; } |
Lunatic (VI) Inmate From: under the bed |
![]() I'm with poi on that ^ |
Paranoid (IV) Mad Scientist From: 8675309 |
![]() 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 |
![]() 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 |
![]() DL, |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() 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 |
![]() quote:
|
Paranoid (IV) Mad Scientist From: 8675309 |
![]() Another stupid question, are the selectors declared as such... |
Lunatic (VI) Inmate From: under the bed |
![]() 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 |
![]() Your edited link works fine in IE 6 for me. |
Paranoid (IV) Mad Scientist From: 8675309 |
![]() Thanks so much for all of your help. And yeah I agree tables for layout suck. |