View Full Version : arrow buttons QUESTION
MikaGrin
Jan-25-2009, 07:24 PM
hi guys, i ad 2 arrow rollover buttons on my site, it's very cool but i want to hide them from my Home-Page (http://mika-galeries-bistro.smugmug.com/), how can i do that ?
Than you, Mika (http://mika-galeries-bistro.smugmug.com/)
jfriend
Jan-25-2009, 08:07 PM
Can you explain what on your homepage you want to not see? I see two clickable graphics and the Smugmug footer and I'm not sure what you don't want to show here.
Also, when I click on the large graphic, why do you open a new window and give me no back button, no menus, no shortcut bar, only a URL bar. I pretty much immediately leave any web site that cripples my use of the browser.
MikaGrin
Jan-25-2009, 08:27 PM
sorry, for a moment i has hiding the arrows i has tolking about, here you can go back if you want and tell me how can i hide them from my home page (http://mika-galeries-bistro.smugmug.com/)
thank, mika
PS: when you click on my logo, that's open a new window fullsreen who i call entrance page.
so, why i do that? it's a choise i made:
because alot of modern photographers website are made like that, my customazing demand more space and if costumers or visiters want to live my site they are just one click away: the little red button. :D
jfriend
Jan-25-2009, 08:35 PM
sorry, for a moment i has hiding the arrows i has tolking about, here you can go back and if you want and tell me how can i hide them from my home page (http://mika-galeries-bistro.smugmug.com/)
thank, mika
PS: when you click on my logo, that's open a new window fullsreen who i call entrance page.
so, why i do that? it's a choise i made:
because alot of modern website photographers are made like that, my customazing demand more space and if costumers or visiters want to live my site they just one click away: the little red button. :D
Yes, but by opening a window without any browser navigation, you cripple my navigation of your site. It should be my choice whether I minimize my toolbars to get more space, not yours and you should want me to be as productive as possible in navigating your site. It's your site and you can do with it as you please, but in my opinion, it's not wise to give someone a browser page to your site with no browser navigation. No back button, no forward button, no stop button, no ability to bookmark anything on your site, no access to any of your add-ons, no ability to modify the view options.
To hide the rollovers on the home page, do the following.
Step #1: Put a div with an id around the outside of the two rollovers like this:
<div id="myRollOvers">
<div style="float: right; margin-right: 0px;">
<a href="javascript:history.go(1)" onmouseover="rollover('gg')" onmouseout="rollout('gg')"><img src="http://mika-galeries-bistro.smugmug.com/photos/461793124_fGQGz-O.png" name="gg" alt="gg" width="90" border="0" height="90"></a>
</div>
<div style="float: left; margin-left: 0px;">
<a href="javascript:history.go(-1)" onmouseover="rollover('kk')" onmouseout="rollout('kk')"><img src="http://mika-galeries-bistro.smugmug.com/photos/461784358_5Wn9W-O.png" name="kk" alt="kk" width="90" border="0" height="90"></a>
</div>
</div>
Step 2: Add this CSS to your site-wide-customization:
.homepage #myRollOvers {display:none;}
Allen
Jan-25-2009, 08:36 PM
sorry, for a moment i has hiding the arrows i has tolking about, here you can go back if you want and tell me how can i hide them from my home page (http://mika-galeries-bistro.smugmug.com/)
thank, mika
PS: when you click on my logo, that's open a new window fullsreen who i call entrance page.
so, why i do that? it's a choise i made:
because alot of modern website photographers are made like that, my customazing demand more space and if costumers or visiters want to live my site they are just one click away: the little red button. :D
Sorry, can't offer any help without using WebDev to view your code. The
full screen hide all toolbars and can't be viewed with WebDev that most use to troubleshoot.
MikaGrin
Jan-25-2009, 08:51 PM
Yes, but by opening a window without any browser navigation, you cripple my navigation of your site. It should be my choice whether I minimize my toolbars to get more space, not yours and you should want me to be as productive as possible in navigating your site. It's your site and you can do with it as you please, but in my opinion, it's not wise to give someone a browser page to your site with no browser navigation. No back button, no forward button, no stop button, no ability to bookmark anything on your site, no access to any of your add-ons, no ability to modify the view options.
To hide the rollovers on the home page, do the following.
Step #1: Put a div with an id around the outside of the two rollovers like this:
<div id="myRollOvers">
<div style="float: right; margin-right: 0px;">
<a href="javascript:history.go(1)" onmouseover="rollover('gg')" onmouseout="rollout('gg')"><img src="http://mika-galeries-bistro.smugmug.com/photos/461793124_fGQGz-O.png" name="gg" alt="gg" width="90" border="0" height="90"></a>
</div>
<div style="float: left; margin-left: 0px;">
<a href="javascript:history.go(-1)" onmouseover="rollover('kk')" onmouseout="rollout('kk')"><img src="http://mika-galeries-bistro.smugmug.com/photos/461784358_5Wn9W-O.png" name="kk" alt="kk" width="90" border="0" height="90"></a>
</div>
</div>
Step 2: Add this CSS to your site-wide-customization:
.homepage #myRollOvers {display:none;}
I totaly anderstand and respect your opignon, but i come back to you on this case tomorrow or +.
I thank you very much for the code, that's work perfectly now, Mika (http://mika-galeries-bistro.smugmug.com/)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.