View Full Version : [Answered] --Problem With Tables In 2.0 Skin
Baby Jai
03-Oct-2004, 05:32 PM
Ok I need someones guidance here, ive hit the skinners worst night mare...check out
http://67.83.145.216:88//index.php?act=idx
you will see in Firefox it looks good for the header, HOWEVER if you look in IE you will see there is table spacing between the logos EXCEPT for the links and the image under that, why is this? Look at the code....this has got me clueless
Sprocket
03-Oct-2004, 05:58 PM
strange is this.....i'm using Safari on my Mac and see nothing wrong with your skin at all, looks like it might be an IE problem, have you got the IE fix in your css file that IPS put in there origanal skin css?
Baby Jai
03-Oct-2004, 06:59 PM
what is it? do you have the code off the top of your head or in a file somewhere, i need this for this damn problem, it doesnt look funny in any other browser besides ie
Lexx
03-Oct-2004, 08:48 PM
I'm guessing you must have fixed it because I'm looking through IE, and it looks fine. I looked in FireFox too in case it was any different and at the time of writing, it wasn't.
Baby Jai
03-Oct-2004, 11:21 PM
look again, look at the top header there is lines thru it
Looks fine in both Firefox and Internet Explorer for me. Could you take a screenshot? :)
Baby Jai
04-Oct-2004, 12:10 AM
http://invision-it-all.com/testing/look.jpg
nightfox_pc_asst
04-Oct-2004, 12:51 AM
I see where the problem might be ...
it is in the border-color: and px sizing..
You will need to change this to;
border-color: transparent
px: 0 0 0 0
This should fix that....
If not let me know...
Nightfox PC Asst
Baby Jai
04-Oct-2004, 01:01 AM
htere is no such css entry in the css i dont know what your talkin about there ;) It has nothing to do with the border, as the table after the hyperlinking is fine, then it messes up again, its only in IE look again
nightfox_pc_asst
04-Oct-2004, 03:31 AM
Yes for some reason, unlike the other members I do see it when Im a guest...
I looked into this area..
Global Header Template Bit and found this code...
<!--IBF.BANNER-->
<!-- IE6/Win TABLE FIX -->
<table width="100%" cellpadding="0" cellspacing="0" id="submenu">
<tr>
If you want the complete code thats in there, I can get it for you. I pulled this part of the code from the original default skin. I left the default skin in its original form to help others.
Let me know, if this isn't or is what your looking for??
Thanks
Nightfox PC Asst
Sprocket
04-Oct-2004, 01:37 PM
the IE CSS fix i was thinking about turns out to be for scroll,
html{
overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}
so prolly not help but now i see the problem you have from your screenie i did have the same problem with a skin i was making and for me it turned out to be something to do with gfx size or padding not sure now which one is was, (allways the same, can never remember which one it was) anyway you'll find it's one of them making the gfx "break away" i'm 99% sure if you play with the gfx size in templates or padding (px) in CSS file it will solve your problem......i hope.
Baby Jai
04-Oct-2004, 02:28 PM
no man i did all that already, this is why i hate skinning all that work for absolutely nothing....its like im going to throw this in the trash, I mean there has got to be an answer to it
<div class='htmltop'>HTML</div><div class='htmlmain'><table width="790" height="55" cellspacing="0" cellpadding="0" >
<tr>
<td><img src="style_images/conduction/top_01.gif" width="108" height="55"></td>
<td><img src="style_images/conduction/top_02.gif" width="581" height="55"></td>
<td><img src="style_images/conduction/top_03.gif" width="109" height="55"></td>
</tr>
</table>
<table width="790" height="14" border="0" cellpadding="0" cellspacing="0">
<tr>
<td ><img src="style_images/conduction/top_04.gif" width="108" height="14"></td></div>
If you look at that closely you'll notice that there is a space at the end of first line of code and at the bottom line there is a <td > instead of a <td>.
I'm not sure if that's causing the problem though.
Baby Jai
04-Oct-2004, 09:17 PM
nope no good...comon out of all the coders and skinners....there is no help....comon now dig deepe
Baby Jai
04-Oct-2004, 10:22 PM
problem solved....man thru playing with css3 and getting the images to be inline and use classes....im the MAN!
nightfox_pc_asst
04-Oct-2004, 11:25 PM
there is no such css entry in the css playing with css3
But you said it wasn't in the CSS area???
Hmmm :LMAO:
Baby Jai
05-Oct-2004, 01:14 AM
no i siad i didnt think it was the css, anyways its fixed and i know what to do for future skins when i make psds for it
Ok, glad you got that sorted. ;))
<font color="red">Your question has been answered, if you'd like further help please start a new topic. Topc closed. Thank you.</font>