| Background Image making border disappear
|
Stuffie

msg:1219932 | 8:15 pm on Feb 19, 2003 (gmt 0) | I've got a div positioned in the upper right hand corner of my page, and borders on the left and bottom. Everything was working perfectly until I set an image for the div's background, and while the bottom border is fine, my border to the left has disappeared. I've tried fussing with a few of my settings, but to no avail. This is what I've got... #rightcontent { position:absolute; top:0px; right:0px; width:66%; background-color: #181c1b; background-image:url('such and such here'); background-repeat:no-repeat; background-position:top right; background-attachment:scroll; [ border-left:3px double #ffffff; border-bottom:3px double #ffffff; margin-left:0px; margin-right:0px; padding-top:0px; padding-bottom:0px; } Is the solution glaringly obvious? I have a tendancy to overlook that sometimes...
|
korkus2000

msg:1219933 | 8:22 pm on Feb 19, 2003 (gmt 0) | Have you tried it without the [ at the end of background-attachment? #rightcontent { position:absolute; top:0px; right:0px; width:66%; background-color: #181c1b; background-image:url('such and such here'); background-repeat:no-repeat; background-position:top right; background-attachment:scroll; [ border-left:3px double #ffffff; border-bottom:3px double #ffffff; margin-left:0px; margin-right:0px; padding-top:0px; padding-bottom:0px; }
|
Stuffie

msg:1219934 | 8:47 pm on Feb 19, 2003 (gmt 0) | ~Sighs~ Did I mention that I have a habit of overlooking the obvious? That did the trick. Despite my embarassment, I thank you.
|
korkus2000

msg:1219935 | 8:48 pm on Feb 19, 2003 (gmt 0) | No problem. I have the same problem of overlooking the obvious. Welcome to WebmasterWorld Stuffie :)
|
|
|