SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Nov 9, 2007, 11:12 #1
- Join Date
- Feb 2006
- Posts
- 294
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
CSS Print to print horizontal overflow
I have a situation where I have a div that allows for horizontal overflow. Normally when you print, you will only see what is visible on the page. If you change the print style to make #somediv {overflow:visible;} what is normally hidden can be printed BUT it seems you are limited to the size of the print page. If I have a table that is 20000px wide is there any way to make the content wrap to the next page with css? For example, if you page is too long it will go onto a new page :-) YET if your page is too wide, the content is just clipped :-(
-
Nov 9, 2007, 12:59 #2
- Join Date
- May 2006
- Location
- Central Florida
- Posts
- 2,345
- Mentioned
- 192 Post(s)
- Tagged
- 5 Thread(s)
In the PRINT style, you can reference inches (rather than pixels).
Then there are the psuedo-styles that are not supported equally by all browsers that affect page-break, etc.
This might be helpful.Don't be yourself. Be someone a little nicer. -Mignon McLaughlin, journalist and author (1913-1983)
►Git is for EVERYONE
►Literally, the best app for readers.
►Make Your P@ssw0rd Secure
►Leveraging SubDomains
-
Nov 9, 2007, 13:09 #3
- Join Date
- Feb 2006
- Posts
- 294
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Interesting read but it seems those styles apply to vertical issues and not horizontal issues.
Bookmarks