Check this on Safari
Check this on Safari
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- beedee0
I downloaded most of your source-files, and this fixed it in safari on my local machine. For the id's "#leftcol" and "#rightcol" in your CSS file, change the display lines from this:
display: block;
to this:
display: table-cell;