MetaPost comments and questions about the messageboards and other parts of EN World. If you have a problem, this is where to go. Moderator email addresses are posted here.
On http://dev.enworld.org I hit a very wierd image / float bug in IE that the only solution I could come up with was to send a table based layout to IE. If anyone else could help on this I would prefer not having two layouts - one for Suckernet Exploder and one for the rest of the world.
“And you got a sandwich out of it too.” Nisha said. “Our sandwiches come with attempted assassination plots. New sales gimmick!”
"Chuck Norris is the reason Ilmater suffers."
by Simplicity in thread "Humor - Chuck Norris to be in the 4e Core Pantheon"
"English is not nice, comfy, orderly language. As others have noted - in dark alleys, it mugs other languages and rifles through their pockets for loose grammar. Do you think that after committing such molestation that English is going to be particularly prissy about where it sticks which plural?"
by Umbran in Non-d20 - Origin of Slang Term "Boni"? (post 24)
“And you got a sandwich out of it too.” Nisha said. “Our sandwiches come with attempted assassination plots. New sales gimmick!”
"Chuck Norris is the reason Ilmater suffers."
by Simplicity in thread "Humor - Chuck Norris to be in the 4e Core Pantheon"
"English is not nice, comfy, orderly language. As others have noted - in dark alleys, it mugs other languages and rifles through their pockets for loose grammar. Do you think that after committing such molestation that English is going to be particularly prissy about where it sticks which plural?"
by Umbran in Non-d20 - Origin of Slang Term "Boni"? (post 24)
Heya Morris. I'll check into your issues today. I imagine you are having more issues with IE6 than 7. I'm not sure how versed your are in IE's bugs but this is a pretty decent overview: http://css-tricks.com/ie-css-bugs-th...ou-every-time/
Compare the code against the version the PHP gives to Firefox (I'm browser sniffing server side to adjust the CSS and HTML according to the limitations of the browser).
I just looked at the page in IE7 and FF, and I see some crashing text in the left column and text falling out of bounding boxes (assuming that was NOT the intended effect).
Can you reference what the issues are and what browsers your seeing them in.
(I'm a front end developer IRL, when not playing D&D ), so I've seen a lot of these types of issues before.
__________________ Cyberia
-----------------
"If it doesn't kill you, it only makes you stronger... or very, very sick."
My D&D/Dragonlance Game Blog
Could you be more specific about the problem you are seeing Michael?
I ask because in IE6 the version which gets sent to it (including the table) gives me a decidedly inferior layout when compared to saving the HTML that gets sent to Firefox and loading that up in IE6 locally - e.g. the contents of the lowerNewsBlocks DIV appear more messed up to me in the version delivered to IE6.
- I don't know exactly what the design plan is, but I'd be inclined to have two floated divs inside the lowerNewsBlocks div, and use the left hand one to hold the feature blocks and the right hand one for the article blocks, in order to keep them nicely marshalled.
So since the precise problem you want to fix isn't obvious to me, could you highlight (e.g. attach a picture to this thread with a ring around the problem area)?
Cheers
__________________ Plane Sailing
(Enworld Admin)
If you need to email me click here
"It makes as much sense as having Batman kill his parents and then go on to fight mutants from another dimension." - Rykion
I ask because in IE6 the version which gets sent to it (including the table) gives me a decidedly inferior layout when compared to saving the HTML that gets sent to Firefox and loading that up in IE6 locally - e.g. the contents of the lowerNewsBlocks DIV appear more messed up to me in the version delivered to IE6.
Cheers
I strongly, STRONGLY suggest you take a look at your logs and see what percentage of users are still using IE 6. If the number is only a few percent (which has been my experience more and more with sites), it's time to stop coding for IE 6 compatability.
Yes yes, I know, no one wants to alienate any users, but with all the fixes in IE 7, you don't have to use nearly as complex css to fix browser bugs. You get to rewrite your CSS much more simplified and legible.
Take a look at your logs for the past 30 days. If IE 6 is less than say... 8%, dump IE 6 support and save yourself many MANY headaches.
I strongly, STRONGLY suggest you take a look at your logs and see what percentage of users are still using IE 6. If the number is only a few percent (which has been my experience more and more with sites), it's time to stop coding for IE 6 compatability.
Firefox 30.5%
IE 6 24.9%
IE 5 and earlier 20.8%
So I think you can see, IE6 is a pretty live issue
__________________ Plane Sailing
(Enworld Admin)
If you need to email me click here
"It makes as much sense as having Batman kill his parents and then go on to fight mutants from another dimension." - Rykion
I just looked at the page in IE7 and FF, and I see some crashing text in the left column and text falling out of bounding boxes (assuming that was NOT the intended effect).
Can you reference what the issues are and what browsers your seeing them in.
(I'm a front end developer IRL, when not playing D&D ), so I've seen a lot of these types of issues before.
Attached is the bug he is referring to:
The text is overflowing the bounding region
I ran into the same bounding problem before, If my wife's comp had all my tools (my comp let it's magic smoke go) I could remember what i did to fix. I think it had to do with the display style i'd used for the containing div. I don't recall if i had to set it to cell or table or not. When i get to work with all my happy tools in the morning, i'll take a closer look.