RE: NN and CSS
by Klaas De Waele <klaas(at)gracegraphics.be>
|
| Date: |
Tue, 26 Jun 2001 09:49:18 +0200 |
| To: |
"'Sara Matous'" <smatous(at)mysmartmail.com>, "'hwg-techniques(at)hwg.org'" <hwg-techniques(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
The problem lies in the line-height of your a definitions:
a {
text-decoration: underline;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 13px;
color: #333399;
font-weight: normal;
line-height: 125%; }
a:hover {
text-decoration: none;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 13px;
color: #cc0000;
font-weight: normal;
line-height: 125%; }
a:visited {
text-decoration: underline;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 13px;
color: #333399;
font-weight: normal;
line-height: 125%; }
Delete all thise 125% lines in these three blocks and you'll be on for the
deal.
By the way... lovely design. You have some items not quite right... <link
rel="stylesheet" type="text/css" href="More2Lend.css"> should be <link
rel="stylesheet" href="More2Lend.css"> and there's a start and end <style>
thing in your stylesheet. You don't need those.
- Kayjey -
-----Oorspronkelijk bericht-----
Van: owner-hwg-techniques(at)hwg.org
[mailto:owner-hwg-techniques(at)hwg.org]Namens Sara Matous
Verzonden: dinsdag 26 juni 2001 5:54
Aan: hwg-techniques(at)hwg.org
Onderwerp: NN and CSS
Hi,
I am laying out a web page, and it looks fine in IE. But for some reason,
there
are breaks in my tables in NN 4.7. The weird part is that when I removed
the
link to my style sheet, the page looked fine. Somehow, something in my
style
sheet (or the link itself) is causing problems. The tables that are broken
up
are all images....can't figure it out. Has anyone encountered this before?
Page Example: http://66.40.115.41/more2lend/index2.htm
Any ideas?? TIA!!
Susan
------------------------------------------------------------
SmartEngine.com -- The Smart Way To Search! http://www.smartengine.com
Search ALL the Top Search Engines at One Time!! Use SmartEngine.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.