PDA

View Full Version : My Layout Does NOT Work In IE D:!



HabbDance
13-09-2008, 11:11 PM
Gah, it seems to work fine in Mozilla Firefox and Safari, but not in IE. The boxes are disorted and misaligned. Does anyone know why this happens or how I can fix it? +REP for any helpful tips <:

P.S. - Its coded in DIVs.

Pazza
14-09-2008, 11:47 AM
Screenie / link plz :)

Decode
14-09-2008, 12:04 PM
If you don't post the code no one will know why its not working.

Moh
14-09-2008, 12:49 PM
http://habbcrazy.net/jack/web-design_filter.png

Calon
14-09-2008, 12:50 PM
http://habbcrazy.net/jack/web-design_filter.png
Agree'd.

Decode
14-09-2008, 12:57 PM
http://habbcrazy.net/jack/web-design_filter.png

My layouts **** up in FireFox, never IE.

Coldplay
14-09-2008, 01:11 PM
It's always IE for me.

Calon
14-09-2008, 01:20 PM
Always IE for me.

Dentafrice
14-09-2008, 01:22 PM
My layouts **** up in FireFox, never IE.

How the heck could that be possible? You're either an awful coder.. or.. and awful coder. *kidding*

Do you use IE when you're coding it? If so.. that's why it's messing up.. you're coding it to IE standards.. so when you go to Firefox it's messing up.

Decode
14-09-2008, 01:30 PM
How the heck could that be possible? You're either an awful coder.. or.. and awful coder. *kidding*

Do you use IE when you're coding it? If so.. that's why it's messing up.. you're coding it to IE standards.. so when you go to Firefox it's messing up.

Yeah I start in IE, since a few months ago I used IE as my default browser as well.

HabbDance
14-09-2008, 02:44 PM
lol jack, its so true (:

someone on clubhabboforum is helping me, he gave me this code things and i need a dif stylesheet thing for IE i guess, but, i dont know how to do that? :l

Calon
14-09-2008, 03:27 PM
lol jack, its so true (:

someone on clubhabboforum is helping me, he gave me this code things and i need a dif stylesheet thing for IE i guess, but, i dont know how to do that? :l
CSS can be strange, and some attributes only work in certain browsers, most sites that use multiple stylesheets usually have a stylesheet switcher which would detect the visitors client and switch the stylesheet to a specific one for the browser.

HabbDance
14-09-2008, 03:33 PM
CSS can be strange, and some attributes only work in certain browsers, most sites that use multiple stylesheets usually have a stylesheet switcher which would detect the visitors client and switch the stylesheet to a specific one for the browser.

yea i got the code, but i dont have the stylesheet im using for IE. =P

iUnknown
14-09-2008, 05:05 PM
Hence, should of coded it in tables.

:)

Invent
14-09-2008, 05:11 PM
Hence, should of coded it in tables.

:)

Yeah, because something is hard you should go with the easier and worse solution :rolleyes:.

iUnknown
14-09-2008, 05:28 PM
Yeah, because something is hard you should go with the easier and worse solution :rolleyes:.

No, because something you should not have even done in the first place until that type of coding is fully developed and works with everything, you should go with the original method that has worked for years and years and is cool(or should I say, coolio).

:eusa_danc

HabbDance
14-09-2008, 05:51 PM
No, because something you should not have even done in the first place until that type of coding is fully developed and works with everything, you should go with the original method that has worked for years and years and is cool(or should I say, coolio).

:eusa_danc

no, you shouldn't say coolio. (:

Decode
14-09-2008, 06:13 PM
Hence, should of coded it in tables.

:)

No. Just no.

--ss--
14-09-2008, 06:16 PM
Hence, should of coded it in tables.

:)
My layouts always work fine in both IE and FF when coded in divs, I did attempt to code in tables once, but the thing is it looked tacky in all browsers.

Calon
14-09-2008, 06:35 PM
No. Just no.
I agree

Meti
14-09-2008, 06:42 PM
If it's the layout i released, add this to the right navigation's CSS code:

float: left;

If that doesn't work, add:

clear: both;

Excellent2
14-09-2008, 06:59 PM
If it's the layout i released, add this to the right navigation's CSS code:


If that doesn't work, add:Why would it be YOUR layout? lmao? :|

craigg.
14-09-2008, 07:01 PM
You should never need to have a separate style sheet for IE for a layout structure. The only time you need to is when an image flows into a background; the hex's are different for FF and IE (personal problem, may be other reasons for separate style sheet)

If you code it and use IE to keep checking your layout process that's where you are going wrong. You need to download FF or some other browser so you know it will work.

Is this problem resolved?

Meti
15-09-2008, 02:32 PM
Why would it be YOUR layout? lmao? :|
Because the thread creator posted on the thread I made, about the layout.
She/he said she/he had to fix the code. So now she asked to community for help.

Therefore i thought it was my layout,

Dentafrice
15-09-2008, 07:44 PM
Hence, should of coded it in tables.

:)

Why would he do that?

For the last time, tables are not meant to "code layouts", they are meant for holding and organizing data, just like a spreadsheet.

That's like coding your layout in a spreadsheet, that doesn't even sound smart.

Each cell with a different image :|

It's old technology, and an overused way to do things, which is a bad habit in the first place.


Yeah I start in IE, since a few months ago I used IE as my default browser as well.

There's your problem then. IE has the worse rendering and display standards, meaning you start off with those.. and then go to something like FF, with precise and up-to-date standards, and it doesn't look right.

Excellent2
15-09-2008, 07:46 PM
Hence, should of coded it in tables.

:)Divs are much easier to code than tables. Tables are for tabular data only, displaying them on a website is not proper practice just pure laziness in my opinion.

Dentafrice
15-09-2008, 07:49 PM
That's incorrect.

Tables are meant to be displayed on the web also, hence why they have <table>, they just have specific uses for them.. and some people mis-interpret that..

I use tables everyday to display things, and it's easy to do, for certain things.. but for certain things it's not a right example.

Excellent2
15-09-2008, 07:51 PM
That's incorrect.

Tables are meant to be displayed on the web also, hence why they have <table>, they just have specific uses for them.. and some people mis-interpret that..

I use tables everyday to display things, and it's easy to do, for certain things.. but for certain things it's not a right example.Web layouts* :P I admit tables have their uses but if you're setting on coding and actual layout you should do it in divs.

Dentafrice
15-09-2008, 07:56 PM
Sorta agree.

Although it has been highly popularized by sites like MySpace, etc, using tables for their layouts.

HabbDance
16-09-2008, 12:52 AM
no meti it's not ur layout, its mine, http://habbdance.net/v4.

i tried learning tables for weeks and came up with nothing, i learned divs in, an 1-2hrs. lol.

so uh, yea not resolved.

Agnostic Bear
16-09-2008, 11:08 AM
Agree'd.

Why? Why did you do that, the word is agreed, you don't need a ' what the hell?

Excellent2
16-09-2008, 12:57 PM
no meti it's not ur layout, its mine, http://habbdance.net/v4.

i tried learning tables for weeks and came up with nothing, i learned divs in, an 1-2hrs. lol.

so uh, yea not resolved.I beg you let me recode that for you, for free of course, I hate seeing layouts go to waste.
And denta, yeah myspace has done that but I guess it's easier for them, if you want professional and efficient coding I guess you go for divs.

Jackboy
16-09-2008, 05:35 PM
Why? Why did you do that, the word is agreed, you don't need a ' what the hell?

That made me lmao ^^^

Also that layout.... why do you have the css up the top of the page (as in code ) , why don't u put it in a .css file, not that i know anything about css ;P

Excellent2
16-09-2008, 05:48 PM
That made me lmao ^^^

Also that layout.... why do you have the css up the top of the page (as in code ) , why don't u put it in a .css file, not that i know anything about css ;PIt doesn't really matter really, aslong as you define that you're using css in the head then it's fine. BUT it does like very dirty and not really that professional.

Calon
16-09-2008, 06:48 PM
Because I have immense use of grammar!.!.!

HabbDance
17-09-2008, 12:02 AM
I beg you let me recode that for you, for free of course, I hate seeing layouts go to waste.
And denta, yeah myspace has done that but I guess it's easier for them, if you want professional and efficient coding I guess you go for divs.

"I hate seeing layouts go to waste." -does that mean you like it? Thats a great compliment from a great designer/coder like you (ive seen your threads) tbh, lol.

But there's not much of a reason to recode it is there? Today i made it so that it works in ie7 to. but if you want to go right ahead (: I can give you the images .zip if you'd like.

and for the style in the head it doesnt make a difference, i should probably make it an external ss tho it would be more organized, but its fine for now.

chrisgocrazyH
17-09-2008, 08:28 AM
http://habbdance.net/

Ripped

http://www.habmate.com/habmate.php

DUB
17-09-2008, 01:05 PM
http://habbdance.net/

Ripped

http://www.habmate.com/habmate.php



Actually no. It was a free layout which i made and gave to HxF/Habboring. But they use the same colours and images :S so i guess you could call it ripped if you wanted too.

Also they have removed the copyright! :( i allowed Habmate to remove it as they contacted me

Excellent2
17-09-2008, 01:32 PM
"I hate seeing layouts go to waste." -does that mean you like it? Thats a great compliment from a great designer/coder like you (ive seen your threads) tbh, lol.

But there's not much of a reason to recode it is there? Today i made it so that it works in ie7 to. but if you want to go right ahead (: I can give you the images .zip if you'd like.

and for the style in the head it doesnt make a difference, i should probably make it an external ss tho it would be more organized, but its fine for now.It's an okay layout but it was poorly coded if I'm honest. The positioning didn't center and I think your center box didn't expand, hence the scroll option. You should make the images transparent too, I can see a white border around them.

HabbDance
17-09-2008, 11:11 PM
http://habbdance.net/

Ripped

http://www.habmate.com/habmate.php



Also they have removed the copyright! :( i allowed Habmate to remove it as they contacted me[/quote]

yeah, i was actually given this layout by a friend who claimed they made it, but then i found out, and contacted habmate, so yea, I'm not using this layout much longer anyway...

HotelUser
19-09-2008, 12:25 AM
Um...(this is genuine), why do some of you prefer IE over Firefox, Safari or Chrome?

Dentafrice
19-09-2008, 12:29 AM
They think that it is the "next-generator of browsers" (laughs) or they just like to bum Microsoft?

To be honest.. if they don't care how the page renders, and that they are supporting a cause which is killing the internet from the inside out.. then let them use it.

It's slower then hell.

Moh
19-09-2008, 12:30 AM
I wish your logo didn't look so much like ours :(

lolwut
19-09-2008, 04:55 PM
http://habbcrazy.net/jack/web-design_filter.png
I know me doing this is irrelivant and I'll be accused of trolling or whatever, but; ROFLMAO AT THAT. EPIC. That's made my day.

Aaaand, thread starter, on Mac OS X in Safari your layout looks like this: http://i34.tinypic.com/3445aqf.png ;)

HotelUser
20-09-2008, 12:26 PM
I wish your logo didn't look so much like ours :(
You didn't make that font though, right? I would think many people should have a similar logo?


I know me doing this is irrelivant and I'll be accused of trolling or whatever, but; ROFLMAO AT THAT. EPIC. That's made my day.

Aaaand, thread starter, on Mac OS X in Safari your layout looks like this: http://i34.tinypic.com/3445aqf.png ;)

That's how it looks for me on Firefox 3, and Safari on my PC.

HabbDance
20-09-2008, 12:39 PM
Um...(this is genuine), why do some of you prefer IE over Firefox, Safari or Chrome?

IE is ****.


I wish your logo didn't look so much like ours :(

[quote=HotelUser;5117138]You didn't make that font though, right? I would think many people should have a similar logo?

TY ^^ Alot of sites use that font ad colors, my shades are lighter then urs, i'll mess around with it, see if i can find anything else that looks good though jack.


And for whoever sent that thing of what it looks like on safari, the only thing is the content is like over to the left >.< idk y, ty for posting that pic

DJ-TERRORIST
20-09-2008, 03:45 PM
http://habbcrazy.net/jack/web-design_filter.png
Ha nice thats funny

Want to hide these adverts? Register an account for free!