Hi
http://www.sharkbite.ca/sharktestsites/RyanVenier/index.html
http://www.sharkbite.ca/sharktestsites/RyanVenier/venier-style.css
I would like the sidebar on the left to go all the way down to the footer - depending on the content in the MainContent area, can I do this easily?
Thanks
Mod edit/ links corrected using BB url tags. If using html tags you need to actually put some link text in
i dont see anything to look
i dont see anything to look at. got a link or something?
not sure I understand the
not sure I understand the question. you want the sidebar to go all the way to the bottom of content, or do you want it to touch the footer no matter how much content is there?
I would like the sidebar to
I would like the sidebar to go all the way down to touch the footer no matter how much content there is, some pages will have more content, some less. Some pages will also have more (or less) content in the side bar, but I would like the color to go all the way down no matter how much content is in the sidebar.
the best way to achieve this,
the best way to achieve this, right now, would be to use faux columns
Alright
Alright, that's cool, I like it. Now another question - you see the four photos? I need them to rotate on every reload so you would see a different combination of photos every page (or reload). What would be the best way to do this?
http://lmgtfy.com/?q=image+ro
Smart ass
Hey don't be so cheeky, I got 3,430,000 results, I was looking for a suggestion, if you don't want to help, fine, let someone who does answer.
When it doubt, read the A
When in doubt, read the A List Apart article...
IE issue
Thanks,
I hope someone can help. I did find one that looked pretty good. the issue is the all four images need to rotate on every click. The one I found works well in every browser but IE (the dreaded IE curse). Is there an easy way I can fix this?
Thanks.
the php code I used is
<?php $files = glob('{*.PNG,*.png,*.JPG,*.jpg,*.GIF,*.gif}', GLOB_BRACE); readfile($files[array_rand($files)]); ?>
not a css issue
I guess because it is not a css issue I did not get a response. I went to a php forum and did get an answer that solved my problem.
Cheers.
Well it was a question more
Well it was a question more suited to a php forum, even though many of us here are pretty familiar with working in that language glad you found a solution. Out of interest would this not be served by a fancy jQuery type gallery plugin?
Out of interest...
Out of interest would this not be served by a fancy jQuery type gallery plugin?
It may well have, I don't know. I was just looking for the simplest solution and that did it, do you have a better idea?