Using Chris Coyier’s horizontal HTML/CSS model, I’m having trouble limiting the height of the table produced by the script which transforms the container into a table and the post into a td. The content is being held inside of WP on a new page which will feature the content seen on the site listed above. Images (placeholders now) and video seem to be in the right positions (vertically-centered), but the text falls down to the bottom, expanding the height to the point where a vertical scroll bar is necessary. This is not optimal. I’d like the site to be restricted to horizontal scrolling.
I’m using Wordpress to manage all of the content, and once I brought the content from my MAMP server onto my hosting server, and translated the content into WP’s PHP files, things went awry. CSS doesn’t seem to communicate well with the script’s conversions, if that makes any sense.
Can anyone share some ideas? Anything is GREATLY appreciated. I’m stumped.
I’ve attached two images for reference. Notice how, in the image with text before floated images, the text is seated at the bottom of the table, while in the other image, the video is centered with the floated images?