/    Sign up×
Community /Pin to ProfileBookmark

How did they do that? – Page printing looses loads of navigation

I’ve just been looking at the HSBC graduate recruitment page.

When I then went to a print preview (which works slightly better in Explorer than Mozilla, but still with the same idea) a load of the left hand navigation content is automatically removed from the page and a few other bits are slightly rejigged.

[url]http://www.hsbc.com/hsbc/graduates[/url]

Was that using css, or javascript, …? And if you do understand it, can you tell me how I might be able to replicate the same idea to remove a load of my page navigation stuff automatically on printing?

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@FangJun 10.2005 — With css, add something like this to your css file or make a seperate file.
@media print {
html, body {background:#fff;}
#menu, #footer {display:none;border:0;}
#page {width:50em;}
}

Or <link rel="StyleSheet" href="print.css" type="text/css" media="print">
×

Success!

Help @happy_hands spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...