Start
#1
Posted 04 September 2007 - 04:46 PM
#2 _*Creative Insanity_*
Posted 04 September 2007 - 06:18 PM
I always try that <-- comment thing with the ie.css file.. but never always works.
I just wish that IE would hide in the corner and die. hehe
#3
Posted 04 September 2007 - 06:28 PM
Don't think there is a "cure" for stuff like that mate. But you might mean resetting the document?
Use this at the top off your style sheet:
*{
border: 0px;
padding: 0px;
margin-top: 0px;
}
#4
Posted 04 September 2007 - 06:31 PM
Vandalised, on Sep 4 2007, 06:28 PM, said:
*{ border: 0px; padding: 0px; margin-top: 0px;}Edited by Bouzy210, 04 September 2007 - 06:30 PM.
#5
Posted 04 September 2007 - 06:36 PM
<style type="text/css">
<!--
*{
border: 0px;
padding: 0px;
margin-top: 0px;
}
body,td,th {
font-family: Tahoma;
font-size: 10px;
color: #000000;
}
body {
background-color: #FFFFFF;
}
-->
</style>
It's included at the top of the stylesheet, but I'm not sure its what you are looking for lol.
It kind of "resets" the web page, I can't really explain it you'll have to use it to see its effect.
#6
Posted 04 September 2007 - 06:47 PM
Vandalised, on Sep 4 2007, 06:36 PM, said:
<style type="text/css"> </style>
It's included at the top of the stylesheet, but I'm not sure its what you are looking for lol.
It kind of "resets" the web page, I can't really explain it you'll have to use it to see its effect.
So that is from what I can tell an internal style sheet? I wanted to use it in external style sheet. Also what I think you mean by reset is make it so there are 0 defualt margin or padding in IE or FF. So supposidly if you give your style padding of 8 it should be the same in both ff and ie?
#7
Posted 04 September 2007 - 07:36 PM
* { margin: 0; padding: 0 }
You wouldn't have to use that in any other, like P or DIV, SPAN or any class or ID you make.
* = Every element.
#8 _*Creative Insanity_*
Posted 04 September 2007 - 08:20 PM
Quote
#9
Posted 04 September 2007 - 08:33 PM
#10
Posted 05 September 2007 - 01:46 PM
#11
Posted 05 September 2007 - 05:00 PM
Bouzy210, on Sep 5 2007, 01:46 PM, said:
Which css file would you use the * in? Thats a good question lol, I guess it doesn't matter? But don't hold me to that. You'll have to work it out using trial and error I suppose.
#12
Posted 05 September 2007 - 05:31 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
