Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript EPUB Reader

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #43351

    I am creating the Epub reader by using JQuery and CSS3. I am using multicolumn for display the content. by default it displays first column as content and remaining columns are hidden. I have the two buttons which shows previous and next button. next button will show the next column in the content, likewise previous button works. Now I am going to implement the font size decrease functionality. Using JQuery, I am going to decrease the font size by 5px, now what happened is, the second column content adjust with the first column content. It is automatically adjust with the first column.

    How I can avoid this for maintain the starting word or para location as same after decrease the font size.

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.