ABM2097
07-24-2011, 07:35 PM
Is anyone here able to tell me how I display a Div only on the homepage of my Tumblr site, and nowhere else?
With some Javascript perhaps?
Many thanks.
With some Javascript perhaps?
Many thanks.
|
||||
Basic CSS help (Tumblr)ABM2097 07-24-2011, 07:35 PM Is anyone here able to tell me how I display a Div only on the homepage of my Tumblr site, and nowhere else? With some Javascript perhaps? Many thanks. vikram1vicky 07-25-2011, 10:24 AM Give your DIV a unique ID and in CSS set its property to display:none; and in homepage use following code: <style type="text/css" > #unique_div { display:block; } </style>:) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum