Language:
JavaScript     Change language:
Pastebin: 70814
Author: skr1
Subject: Untitled
Created: 2007-07-14 12:47:40
Download and save
Toggle line numbers
1IE leaves a gap between the images and the div. Works fine in Firefox. Any suggestions? 
2 
3<html> 
4<head> 
5<style type="text/css"
6.imgclass { 
7    float: left; 
8} 
9.divclass { 
10    float: left; 
11    width:20px; 
12    background-image:url('graph_middle_1.gif'); 
13} 
14</style> 
15</head> 
16<body> 
17<div> 
18    <img class="imgclass" src="graph_left_1.gif"/> 
19    <div class="divclass">test</div> 
20    <img class="imgclass" src="graph_right_1.gif"/> 
21</div> 
22</body> 
23</html> 
Thread:
[70814] Untitled by skr1 at 2007-07-14 12:47:40
  [70817] Re: Untitled by skr1 at 2007-07-14 13:14:31 (diff)
    [70818] Re: Untitled by skr1 at 2007-07-14 13:18:23 (diff)
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.