Topic: Extra space in IE (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Right-dead center |
posted 09-12-2006 04:18
I'm helping code a website and I'm running into an issue with IE. code: #content { background: #fff url('images/forkback.jpg') no-repeat; margin: auto; width: 760px; height: 500px; } #mainbox { position: relative; border: 1px solid #000; top: 17px; left: 10px; width: 496px; height: 191px; } #mainbox p { padding: 18px; font: 10pt times new roman; } #navbox { margin-top: 17px; margin-right: 10px; float: right; width: 230px; height: 191px; border: 1px solid #000; }
|
Paranoid (IV) Inmate From: Norway |
posted 09-12-2006 08:34 |
Paranoid (IV) Inmate From: Florida |
posted 09-12-2006 08:55
#navbox { display: inline; } |
Paranoid (IV) Inmate From: Norway |
posted 09-12-2006 08:57
one more detail, for the heading I'd rather do something like : |
Paranoid (IV) Mad Scientist From: Right-dead center |
posted 09-12-2006 13:36
poi: I did the toppicrow.jpg as an image because the company wants those images to randomize. I just stuck that one in there for now as a placeholder. Eventually it's going to be a series of images that randomly pull from a larger directory. |
Paranoid (IV) Inmate From: Norway |
posted 09-12-2006 14:07 |
Paranoid (IV) Mad Scientist From: Right-dead center |
posted 09-12-2006 17:15
It's not going to be one random image, it's going to be a series of five to six random images. There will be a pool of 20-25 images and it will randomly pull five to six out for that header deal. |
Paranoid (IV) Inmate From: Norway |
posted 09-12-2006 18:55
Oh! didn't got that every single small image should be picked at random. |