PDA

View Full Version : CSS/HTML Help


alexkillby
Dec 30th, 2005, 11:41 AM
Hey Everyone, I'm sorry for posting this request, but I've tried everything I can think of and this is really bugging me.
If you visit my site in Firefox it's perfectly fine, but if you visit it in IE, which about 50% of my visitors are, the right sidebar seems like it doesn't have enough room to fit beside the main body, so it goes all the way down to the bottom of the page below where everything is, i've tried adjusting spacing margins padding, everything i can think of, does anyone have any tips or suggestions?

http://www.techonthefly.com/

Thanks A Bunch!

tabulator32
Dec 30th, 2005, 11:43 AM
Put (copy and paste) the main in the left side of a two-column, one-row table and put the side bar in the right side of that table.

alexkillby
Dec 30th, 2005, 11:45 AM
see the problem is, it's a drupal modified theme, and the whole thing is based on divs i think with positioning :(

kinkysex
Dec 30th, 2005, 11:50 AM
I think it's the player. Create a page without the pickle player and see what happens.

active x controls seem to be figthing with the player.

tabulator32
Dec 30th, 2005, 11:51 AM
So if you split it right where the 2nd part starts with:

<div id="sidebar">
<div class="block block-block" id="block-block-1">
<h2></h2>
<div class="content">

<CENTER>Latest Episode:

http://www.podcastpickle.com/images/pcplogos/badge2_podcastpickle.gif etc. ...

and pasted all of that into a different half of a table, it wouldn't work?

alexkillby
Dec 30th, 2005, 11:52 AM
Thats kinda what i'm thinking, I tried removing the player block, and for any page except the homepage it was fine. The only thing the homepage's sidebar has different is the chicklets block. So I tried changing the indent on images, and it's not really helping. It's not like any of them are stretching it...

kinkysex
Dec 30th, 2005, 11:52 AM
and I think Kurt's right.

tabulator32
Dec 30th, 2005, 11:53 AM
and I think Kurt's right.

There's always a first time, right?

8)

alexkillby
Dec 30th, 2005, 11:53 AM
sorry didn't see that post lol, thx i'll try that! :)