Neither does work.
I don't want search engines to crawl the link from here, so I have to split it: http://www.ddautomatisering. com/wink.html
Just remove the space before the ".com".
Neither does work.
I don't want search engines to crawl the link from here, so I have to split it: http://www.ddautomatisering. com/wink.html
Just remove the space before the ".com".
I don't see your information sidebox...
It appears you are displaying your Zen Cart inside an <iframe>. This is a problem, because the checkout will not work this way. It may also be related to other problems - I can't tell because the iframe hides all the source code and CSS.
Last edited by gjh42; 23 Jan 2010 at 08:03 PM.
Don't worry about iframe and checkout, it's OK.
Try this link instead: http://ddautomatisering .com/winkel/index.php?main_page=index&cPath=63_68_1002398
It's the frame itself. Again remove the space before the ".com".
Thanks for the replies so far.
The table elements apparently can't use "position: relative;", but #mainWrapper is a div, and as long as the footer is a fixed height, this will work:Code:#mainWrapper {position: relative;} #navColumnOneWrapper { padding-bottom: 13em;} #information { position: absolute; bottom:4.0em; }
The shop homepage has a problem.
Since you made the information sidebox 150px high, you need to add more padding-bottom on #navColumnOneWrapper. 19em looks like it will work.