I got it, now menu is transparent and I added a background image of Menü. Thanks for your patience and help Beverleyh!
Type: Posts; User: nizamo; Keyword(s):
I got it, now menu is transparent and I added a background image of Menü. Thanks for your patience and help Beverleyh!
I tried your code now nasty white borders gone but Menü text & drop-down arrow is invisible. Very close to success one last touch needed.
select {
border: none;
background:
...
I added it to my styles also tried this:
select {
border: 1px;
background-color: #444577
none; outline:
none; opacity: 0;
-webkit-appearance: none;
filter:...
I added it to each line
border:0; padding:0; margin:0; background:#000; but no help. How can I do this: select transparent but wrap it in a div? I inspected and tried to imply the code but nothing...
With IE & Chrome my menu has white thick border. With FF & Opera there's no such border. How to fix it?
Picture of my menu:
http://6g6.eu/sih0-menu0.gif
Example url:...
In short with IExplorer go to page http://www.aymavisi.org/hikaye/Dostum%20-%20Halil%20Cibran.html and type something in search box Sitede Ara and hit enter key, you'll see two windows open. How to...
This happens only in Internet Explorer. I have two input search boxes one is Google site search and other is the other box wikipedia.
If I put some text on search box "Sitede Ara" (Google site...
This script works fine on all other browsers except in Opera, if you drag mouse a little above the (starting of essay) "Evliliğe Dair" then the text can be selected. How to fix this flaw?
...
I just copy a line from a page put it around quotes and see if any other site has the same content. Before this script several forums steal my content daily but now most of them give up.
Thank you very much jscheuer1 The script worked great. I know it but it's better than nothing. Also my site's content has became less stolen since I add this script.
While the script works fine on all browsers except Opera Browser. Input fields and drop down menu becomes unclickable, how to fix it?
My example page:
...
Hold on. I just removed text on script "Prices correct as at:" and add it as seperate text then put hyperlink and solved the problem. Sorry guys but I'm just nobo. Sorry again and thanks lot for...
This code is for showing last updated date via getting another file's timestamp. I just want to open updates page when visitor clicks on "Prices correct as at:" text but in ff text is not clickable....
I tried both example below and It works in ie but not work for ff and opera?
document.getElementById('LastModified').innerHTML = '<a href="destination.html">Prices correct as at: </a>' + lmDate;...
I have two part of this script head and body sections. I want to insert hyperlink on text "Prices correct as at:" section so when clicked I take user to another page. I searched thru the web and...