|
|
I've got to second the "I can't read it".
Also, the google audio thing you're using (what is that? - it looks promising) doesn't work for me.
Also, if you've got stylesheets disabled (some of us do! I don't, except when I am checking this), it degrades disgracefully. In that none of the actual content is available before the fold. It also doesn't deal well with smaller window sizes, due to the positioning of the background graphic and the logo. They overlap, and it's not good.
The side graphic has visible artifacting in it, you should probably get rid of that.
All the complaints in the world, me. I want the moon on a stick.
Something you might be able to do, in order to get your images to play nicely together (might fix your safari problems, too):
Put one big div box around everything, positioned as relatively as you like. Width = 100%. Inside this div, build three more.
One is your sidebar, with the image. Give it an absolute width, and probably an absolute position (absolute/relative positioning always breaks for me, so don't listen to me about it - but this is how I'd start it). Absolute, relative to the box it's in, right?
Second one is your content. This box should be variable width. Fixed position, too, starts at the end of the first box. Set the div background to be the copyleft logo. You probably do want to make it smaller, though.
Third one, music links, is an absolute-width, relative position thing. Or something like that. Play with it a bit.
you could make a fourth one, if you needed it, to carry copyleft information and general footer stuff, just position it so it's a big wide box inside the biggest outside box.
That may be the most unclear thing I've ever written, feel free to pm me if it's not making any sense. Or if it doesn't work out at all. Or... anything. |
|
|