View Full Version : Hover does not seem to work in IE
brandofamily
Jul-09-2006, 10:41 AM
Here's the page I've been working on...
http://brandolinoimaging.smugmug.com/keyword/
First, When I hover over the keyword search button in FF the color changes just like the menu buttons. But in IE the color does not change. Any thoughts?
Second, I was reading the thread that this code came from and the question came up.
" 1) Can I have the dropdown menu show only the keywords on my site?"
but it was never answered.... Any more info on this?
Also I had to do some goofing things with the padding and heights to get the left and right boxes of the seach to line up.. Why wouldn't they line up from the start?
brandofamily
Jul-09-2006, 09:25 PM
just bumping for any late night/ early am help...
Andy
Jul-10-2006, 03:50 AM
Here's the page I've been working on...
http://brandolinoimaging.smugmug.com/keyword/
First, When I hover over the keyword search button in FF the color changes just like the menu buttons. But in IE the color does not change. Any thoughts?
Yes, write to Microsoft b/c IE won't hover it.
Second, I was reading the thread that this code came from and the question came up.
" 1) Can I have the dropdown menu show only the keywords on my site?"
but it was never answered.... Any more info on this?
You'd have to be more specific, what code? and what thread? Carnac I'm not!
Also I had to do some goofing things with the padding and heights to get the left and right boxes of the seach to line up.. Why wouldn't they line up from the start?
Left and right boxes of what search to line up where and how? Anthony, we are not mind readers.
brandofamily
Jul-10-2006, 07:24 AM
Here's the code (to search user site only)
<!-- Site Keyword Search -->
<div id="KWS">
<form name="suggest" action="/keyword/jump.mg">
<div class="KWSi">
<input autocomplete="off" maxLength=256 size=25 name="Keyword" value="" onfocus="InstallAC(document.suggest,document.suggest.Keywor d,document.suggest.submitButton,'suggestRPC.mg','e n')" />
<input type=submit value="keyword search" name="submitButton" class="buttons" />
<script src="/include/js/keywordsuggest.js"></script>
</div>
</form>
</div>
<!-- End Site Keyword Search -->
from this thread: http://www.dgrin.com/showthread.php?t=30813&highlight=keyword+search
the question about the drop down was asked in response #12 and you replied in #13...
The boxes I'm refering to are the Search feature "input" and "input.button".
They did not show up w/ the same "margin-top" when checking w/ FF WD, and it took some goofing around w/ the padding etc. to get it straightened out. Here's my code to line things up.
/*KeyWord Page Galleries*/
.keywordPage .boxBottom {margin-top:0px; border:2px solid #D5B790; background:#000000}
.userKeywords .box {margin-top: -29px; _margin-top: -30px;}
#KWS {display:none}
.keywordPage #KWS {display:block; margin-top: 14px; _margin-top: 0px;}
.keywordPage input.buttons {padding-top:0; padding-left:15px; padding-right:15px; height:21px; border:1px solid #D5B790; color:#e3cfb5; font-family:"Gentium","Times New Roman", times, serif; font-size:14px;}
.keywordPage input.buttons:hover {background:#000; color:#8f7b62; border:1px solid #D5B790;}
.keywordPage input {padding-top:2px; height:16px; background:#000; color:#e3cfb5; border:1px solid #D5B790;}
.keywordPage input:hover {background:#000; color:#e3cfb5; border:1px solid #D5B790;}
And lastly... I IE won't hover? It hovers other stuff (nav bar, pics) but not this type input buttons?
Andy
Jul-10-2006, 07:54 AM
Why are you not just using SMUGSEARCH? :dunno
brandofamily
Jul-10-2006, 08:12 AM
Why are you not just using SMUGSEARCH? :dunno
I think I missed something? I was searching, and reading (as some folks like to tell me to do) and found the thread I referenced....
Point me to SMUGSEARCH please... Will it allow me to search ONLY my site?
How about the drop down only showing MY keywords?
On another note, the code I showed has autocomplete="off" but it keeps autocompleting in FF and driving me nuts...
Andy
Jul-10-2006, 08:49 AM
Point me to SMUGSEARCH please...
Easily searchable :D try it :thumb
But basically, you just put SMUGSEARCH in your header and you'll get the standard new SMUGSEARCH.
http://blogs.smugmug.com/release-notes/2006/01/27/new-features-january-27-2006/
You can see it on my site www.moonriverphotography.com and also on http://dgrin.smugmug.com
brandofamily
Jul-10-2006, 09:40 AM
OK. I searched and found... Problemo.. it will not search 3 letter words (from what I've read) but the code above will... That's important to me...
So back to the original question (asked way back by another SM'er, but never answered except to say "Why not?") What about the drop down?
Andy
Jul-10-2006, 09:44 AM
No worries
I'm still not sure what you mean by a dropdown, what dropdown? A pic is always worth 1000 words, Anthony.
brandofamily
Jul-10-2006, 09:59 AM
No worries
I'm still not sure what you mean by a dropdown, what dropdown? A pic is always worth 1000 words, Anthony.
No pic, but go to this page and type something into the search box.
http://brandolinoimaging.smugmug.com/keyword/
a dropdown of suggestions appears... I want it to only show MY keywords...
Possible?
Andy
Jul-10-2006, 11:06 AM
No pic, but go to this page and type something into the search box.
http://brandolinoimaging.smugmug.com/keyword/
a dropdown of suggestions appears... I want it to only show MY keywords...
Possible?
I do not know, sorry Anthony.
brandofamily
Jul-10-2006, 12:40 PM
I do not know, sorry Anthony.
Could you ask one of the others?
Andy
Jul-10-2006, 01:19 PM
Could you ask one of the others?
Autocomplete is off, dunno why it's showing, Anthony. If it can be changed, Lee or Mike or Dev could do it. If they can't then it can't be done.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.