Topic: img next to img not touching (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 03-24-2006 04:59
I need help, my images are not touching. |
Bipolar (III) Inmate From: Phoenix |
posted 03-24-2006 05:54
Its so frustrating. I can't get the images to touch. I've used the following CSS to kill borders and padding, plus I've put all the images on a single line in source. Errr, no luck. |
Bipolar (III) Inmate From: Phoenix |
posted 03-24-2006 06:11
Quick, someone intervene! I am fighting the urge to use tables! |
Paranoid (IV) Inmate From: Norway |
posted 03-24-2006 10:04
What do get in the DOM inspector ? what is the computed style of your IMGs ? code: #bloodySplash { background:url(top_goldgrey.gif); padding:0 23px 0 20px; border:0; margin:0; width:783px !important; /* for that pile of crap of IE */ width:740px; height:90px; } #bloodySplash img { border:0; margin:0; padding:0; width:740px; height:90px; } HTML code: <div id="bloodySplash"> <img src="images/splash2black.gif"/> </div> ... or something like that |
Lunatic (VI) Inmate From: under the bed |
posted 03-24-2006 13:54
A link would be helpful - seeing what it is you are trying to accomplish may open up other methods, as Poi suggested. |
Bipolar (III) Inmate From: Phoenix |
posted 03-28-2006 07:06
Working on posting a sample... (sorry, stuck on dev box at the moment) |
Bipolar (III) Inmate From: Phoenix |
posted 03-29-2006 07:57
Sample is up. Can you please review my CSS. Please be critical! I am trying to learn this stuff. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 03-30-2006 03:03
Um, OK. I don't have time to fiddle with this right now, but it seems to me that the easiest solution would be to just keep it as one big image. Why are you slicing it up like that? I don't get it. I mean, it's just a splash image, right? It seems like you're going through a lot of trouble for no reason. |
Lunatic (VI) Inmate From: under the bed |
posted 03-30-2006 03:41
exactly. |
Bipolar (III) Inmate From: Phoenix |
posted 03-30-2006 06:13
This is not just a splash page, but a template. So the middle portion gets swapped out with content from the new pages. So the Lighter grey and yellow top and bottom graphics are the template. |
Bipolar (III) Inmate From: Phoenix |
posted 03-30-2006 08:53
..ready for more input please. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 03-30-2006 11:21
I see you changed the page... now you just have the single header graphic there. Did you change your mind about how you are going to do this? |