Log in

View Full Version : Myspace CSS IE Woes



bistromath
11-12-2008, 11:33 PM
I'm developing CSS and building a custom Myspace page for a client, (myspace.com/maddiegeorgi) and am almost done, but am having some issues in IE. What's bothering me is in the left column in the fourth box down. The General Info title and the Band Website URL are both line breaking early and wrapping. Can anyone identify the problem?

CSS is submitted with the user generated content, so you'll find my CSS by searching for the text "masthead," it's about a fourth of the way down the page.

Snookerman
11-17-2008, 09:33 PM
That's a lot of code and nested tables, but could be the max-width of the table. Try changing that and see what happens.

bistromath
11-21-2008, 11:43 PM
Thanks for the reply! I know it's always a mess working with myspace. I tried what you suggested and didn't have any luck, thanks though...

monicasaha
11-22-2008, 07:29 AM
just remove this and see if anything differs..

WORD-WRAP: break-word
thanks

bistromath
11-22-2008, 03:19 PM
I gave your idea a shot, monicasaha, but I think that code is for the 'extra' videos section I added, not for the part I need th change. Do you guys think it's possible that I'm just not allowed to address this section with CSS?

Thanks for the reply