View Single Post
Old 07-09-2014, 10:12 AM   #5
jouslain
Junior Member
jouslain began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2014
Device: sony reader
Thank you all you guys,

The table I'm trying to insert is the comparison between translated language so I'd like them to be compared side-by-side.

Now I try using

<div> +
#column1-3 { width: 33%; margin-left: 0%; top: 5em; position:absolute }
#column2-3 { width: 33%; margin-left: 33%; top: 5em; position:absolute }
#column3-3 { width: 33%; margin-left: 66%; top: 5em; position:absolute }

In computer it look like this, (which is perfect)

Click image for larger version

Name:	01_zps46410235.png
Views:	344
Size:	121.9 KB
ID:	125156
[Click to enlarge.]


But when it comes to Reader (Sony PRS-T2), it turns to be





So I try,

<div> +
#column1-3 {float: left; width: 33%;}
#column2-3 {float: right; width: 33%}
#column3-3 { float: right; width: 30%; right-margin: 33%;}

The column seems to be all right, but I can't scroll to the content below the screen (just like what happened when using <table>, and I wonder why the <div> tag change their behavior)

Click image for larger version

Name:	C360_2014-07-09-20-44-06-664_phatch_zps367621ed.jpg
Views:	272
Size:	52.5 KB
ID:	125157
[Click to enlarge.]


Anyway thanks all you guys: Doitsu, odedta, mrmikel

Last edited by WT Sharpe; 07-09-2014 at 06:39 PM. Reason: Changed oversized graphics to thumbnail attachments.
jouslain is offline   Reply With Quote