I trying to set a simple 2column layout where first layout contain 5 pictures,and second one picture and that repeats several time. I did find a code which works fine if firefox,but in ie is totaly screwed.So i find other code which works fine in ie,but then it totaly screwed in ff. I downloaded some commercial program for doing html/css and seems there is tons of versions of css,starting from css1,css2,css3 and then Ie css etc. In shortly,i want to make my site look good in ff2,3 and ie6,7,8,since those version are most common. So which version should i learn and does anyone have example with 2 columns and 5 pictures on one and 1 on second repeating?
Chances are those are poorly named CSS files. Also, having a CSS file for IE strictly is a very bad practice in my opinion. Take the one that looks good in IE and then merge it with the other file to attain the best results on both browsers.
As far as I know, most browsers suppot CSS2, only fewer browsers support CSS3. Try this code run by 2 column layout generator. Select unit in the tab option. Drag the slider to adjust the width of the column to fit the size of the image. Just repeat the HTML code of wrapper to repeat. Here's the demo