View Full Version : Supported css
anmldr
08-27-2008, 07:51 AM
Is there a list or a reference of what css iSilo supports?
I only found this page.
http://www.isilox.com/support/kb/kb110201.htm
Linda
aschechtman
10-08-2008, 03:01 PM
I too would welcome a list of supported and not supported CSS.
I'm having a layout problem with iSilo's application of CSS on a project.
Basically, I'm trying to layout a page using CSS instead of a table. I've set two elements - a <div> and <p> to display as inline so they're side by side.
So far so good. I can't get the second element to display at the top of the container div (it's at the baseline instead).
Here are source files and the .pdb: http://www.meistermed.com/files/temp/isilocsstest/test.zip
Here's a screenshot:
http://www.meistermed.com/files/temp/isilocsstest/screenshot.png
I want to get the text on the right side to start at the top of the image rather than alongside the bottom. I've tried to use padding, margins, and vertical-align on the <p> tag with no success. I would greatly welcome any suggestions for getting this to display right.
Andrew
anmldr
10-08-2008, 03:15 PM
I have absolutely no clue if this would work or not but how about deciding what size font would be the same height of the image and then set the font size around the image and have one space after it. You could set padding to a negative number at the start of your text to move it closer to the image. Anyway, this is one more experiment that you could try.
Linda
aschechtman
10-08-2008, 03:33 PM
Linda,
Thanks for the suggestion. I tried to use padding-top: -30px; to move the start of the text up higher but it made no difference. I believe negative padding and margins are not supported by all browsers. It wouldn't surprise me if this wasn't supported by iSiloX either.
Andrew
iSilo
10-08-2008, 05:38 PM
Unfortunately, iSilo does not support side-by-side blocks, so you won't be able to do what you are trying to accomplish without the use of tables.
aschechtman
10-08-2008, 10:18 PM
Thanks for the reply. I ended up finding a way to make this look right using tables. I knew that floats weren't supported but I didn't realize that inline elements couldn't be displayed side by side.
A listing of valid and invalid CSS for iSiloX would be welcome when time permits it.
Andrew
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.