HighDots Forums  

IE gives me extra padding on my cornered box

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss IE gives me extra padding on my cornered box in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DPSwebmaster
 
Posts: n/a

Default IE gives me extra padding on my cornered box - 11-03-2005 , 05:26 PM






I have set up a rounded corners box using small gifs and CSS. Looks fine in
Mozilla, but in IE I get some extra padding, even though I have targeted IE
specifically and added margin:0, padding:0;

an example page is http://www.inspired-evolution.com/About_Me.php

CSS is at http://www.inspired-evolution.com/Gilbert.css

the specific CSS code I am using for the box is:

* html div#box{/*used for internet explorer*/

float:right;

width:25em;
background-color:#789;
margin:0;
position:relative;
padding:0;


}

any suggestions for dumb ole' IE?

already tried negative margins and that didn't work either!!!


Reply With Quote
  #2  
Old   
Donna Casey
 
Posts: n/a

Default Re: IE gives me extra padding on my cornered box - 11-03-2005 , 06:28 PM






I'd validate the html and css first. I tried, but I am getting such
weird errors that i cannot be sure that somehow the page I am saving
(and css) aren't somehow being corrupted.

but if you are using xml, you should be using xhtml in the page, which
means lowercase tags and attributes, always wrapping src and values in
quotes (id="")

Did you try validating?

just curious.

donna

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.