Replies

Jul 2, 2009 16 years ago
Kogasha
is shady
User Avatar

Hallo. I just recently (yesterday) made my profile in IE. It worked fine. (looks like this.)

Then I saw it in Firefox. @.@

It looks like this. Any way to fix it?

Please and thank you! ^.^

[/post]

Slightly dyslexic; if you need me to clarify something I say, please let me know.

Jul 2, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Gah, what a mess! :| I'll try to help. IE is made of fail coding-wise. XD

.block { border: none; }

Should get rid of the white borders around everything.

I'm not 100% sure why the columns aren't in the right spot, but I DO see a lot of errors in your coding that might just be messing everything up in general.

You have:

li {border:none !important;}

... over and over in your coding, which is completely redundant. The border should be gone with the code I gave you above; repeating the same code isn't going to magically fix it. :P

Also, near the end of your "" code, there's some craziness going on with the curly brackets where you have an extra { thrown in there. It should look like:

overflow-x: hidden; background-color: transparent; border: 0px; }

Also, this code is also messed up:

.textbox { background: url(http://i17.photobucket.com/albums/b80/kogasha/commbox.png); height:150px !important; width: 250px !important; font-size: 10px; color:; }{ text-align:center; }

You have extra curly brackets before the text-align part.

Generally, I'd say go through your code and double-check all your brackets and stuff, it will probably help a lot. :P Then it will be easier to pinpoint your problem.

Jul 2, 2009 16 years ago
Revel
is sweet
User Avatar

=Code sent=

I re-built it and it works fine in both Ie and FF, you may need to iron out a few mispositioned columns and such but the base problem seems to be solved so I didn't press for perfection.

Please log in to reply to this topic.