[Web4lib] Netscape 7 problem
David Kane
DKANE at wit.ie
Tue Aug 15 05:24:16 EDT 2006
Stacey, your problem is here:
If you look at the CSS, you will see this rule, which is high up on the
CSS file -
#middlewrapper {
MARGIN-TOP: 1em;
OVERFLOW: hidden;
WIDTH: 60em;
COLOR: #333333;
FONT-FAMILY: "Times New Roman", Times, serif;
HEIGHT: auto;
BACKGROUND-COLOR: #e6deca
}
Remove the 'OVERFLOW: hidden;' and you will remove your problem. I
don't know whether this will create more problems. You will have to
test for this.
It seems to still work on other browsers that I have (IE7, Firefox).
Your image file (snorth.jpg) seems to be squashed. I know this is for
the highest resolution screen, but why don't you make it a background
image for the div that encloses it. That way, you get the CSS to choose
the right image for the file.
<div id="bigimage"><img src="images/rotatebig/snorth.jpg"
alt=""></div>
so you add this to the CSS, (substitute with appropriate width value):
#bigimage{
background-image: url(/images/rotatebig/snorth1024px.jpg);
width: 400px;
}
Regards,
David Kane
WIT Libraries
http://library.wit.ie/
++353.51302838
More information about the Web4lib
mailing list