|
Posted by Shelly on 12/04/07 13:57
Shelly wrote:
> Shelly wrote:
>> Here is the URL:
>> www.sheldonlg.com/css.htm
>>
>> The problem is this. Without the <div "index-01" ></div>, the green
>> background image from the #navWrapper does not tile. It shouldn't.
>> Once I put in that div, it tiles in the background. The index-01
>> is: #index-01 {
>> position:relative;
>> width:900px;
>> height:132px;
>> background-image:
>> url(http://www.thenursebook.com/images/index_01.gif); }
>>
>> If I remove the height: 132px; then it doesn't tile, but the image
>> doesn't appear either.
>
> When I put in the missing </div> in my example, it still tiles in IE,
> but not in FF. OK, so this is an IE problem. How do I fix this?
Well, I fixed it. I commented out the "padding: 0.5em 0em;" line in the
#navMain ul style. I remembered that IE seems to have trouble with padding.
Navigation:
[Reply to this message]
|