Topic: Needs fixin' for IE ya hear? (Page 1 of 1)  | 
  |
|---|---|
| 
       Bipolar (III) Inmate From: College Station, TX  | 
    
       
  posted 02-01-2006 04:29
      
      www.robert-adam.com  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-01-2006 19:29
      
      sIFR is so goofy.  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-01-2006 19:49
      
      try background: url(./images/leftColBG.jpg) repeat-y; instead of background: url(./images/leftColBG.jpg) repeat-y 0;  | 
  
| 
       Bipolar (III) Inmate From: College Station, TX  | 
    
       
  posted 02-01-2006 22:21
      
      Anti-aliased, custom fonts are goofy?  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-01-2006 23:39
      
      quote: 
 quote: 
 quote: 
  | 
  
| 
       Bipolar (III) Inmate From: College Station, TX  | 
    
       
  posted 02-02-2006 00:07
      
      The flash is used so that the markup can remain intact. It simply replaces the text in specified <h> tags dynamically. Try resizing your text and refreshing the page. The headlines will grow accordingly. Also, I can just change the text and the headline will change with it. No work involved.  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-02-2006 01:19
      
      ...  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-02-2006 01:33
      
      Try adding this: code: #content {
	margin: 0 220px 0 0 !important;
	padding: 1px 0 1px 220px !important;
	background: #f9faf4 url(./images/leftColBG.jpg) repeat-y -40px 0 !important;
}
#mainbar {
	float: none !important;
}
body {
	background: url(./images/rightColBG.jpg) repeat-y 100% -232px !important;
}
#leftSpace {
	height: 510px !important;
	background: none !important;
}
#rightSpace {
	display: none;
}
  | 
  
| 
       Bipolar (III) Inmate From: College Station, TX  | 
    
       
  posted 02-02-2006 18:11
      
      Awesome. That seems to have done the trick, though, I can't say I quite understand everything you did. I'll have to look a couple things up.  | 
  
| 
       Paranoid (IV) Inmate From: Florida  | 
    
       
  posted 02-02-2006 23:26
      
      Nah your doctype looks fine.  Probably just good old-fashioned normal petite bugginess.   | 
  
| 
       Bipolar (III) Inmate From: belgium  | 
    
       
  posted 05-04-2006 17:06
      
      what does !important mean?  | 
  
| 
       Paranoid (IV) Inmate From: Cold Sweden  | 
    
       
  posted 05-04-2006 17:23
      
      quote:  | 
  
| 
       Nervous Wreck (II) Inmate From:   | 
    
       
  posted 05-09-2006 09:27
      
      Keeping in mind that IE lte 6.0 ignores !important (tmk).  |