Hi guys. I'm kinda new to jquery and I have created an hide/show animation for a page, what this animation does is when you hover on the link "Call us" it shows a phone (1800blabla) but now I've been asked that the phone number should have a delay before it hides back again. I will appreciate any help. Please find the code below.
HTML
...
Sometimes the spell checker is unnecessary, captchas, usernames, emails, ect. Is there a way disable it on some text inputs/text areas?
...
Is it possible to output the following HTML unordered list using recursion.
<ul>
<li>1
<ul>
<li>5
<ul>
<li>8</li>
<li>9</li>
</ul>
</li>
<li>6</li>
</ul>
</li>
<li>2</li>
<li>3</li>
<li>4</li>
...
Hi all,
I'm loading the content of a 3-level dropdown list through a database (same project as my other questions-- clearly i'm just learning the language, sorry). i want the top level to be like a tab menu, with a border around the space below it where the rest of the lists come down. But check my code:
<ul id="catsMenu">
<cfloo...
I am using ckeditor, and I have a weird bug with justification of cells within a table. Some of the cells allow me to justify the text any way I want; others within the same table allow me to only center justify, right justify, or block justify; still others won't allow me to justify at all.
Does anybody know what might be causing this...
I'm trying to create a site which (among other things) will display data which is contained in xml files. I'm using xsl stylesheets to format everything, but some of the pages have similar content. Rather than have to make multiple xml sheets with duplicate data, is there a way to tell the xsl where the data is being displayed and have i...
I have a servlet coded in Scala. I have some code like this in there:
def message = <HTML><HEAD><TITLE>Test</TITLE></HEAD><BODY>{value}</BODY></HTML>
def value = "Hello <BR/> World"
The corresponding HTML code generated for value is
Hello <BR/> World
How do I get it to generate the HTML code (shown below)?
Hello <BR/> World...
Hi there!
Description:
I have a page, with a container (div.display). The div for the main content of my page is called #main. For a long time I struggled to get this div expand automatically with content and push the footer down, the one day I got it! However, now that I've gone onto the next version of my website, I've somehow broke...
Hello,
Why do popup does not work sometimes. There is no condition for popup. Whenever a button is clicked, it has to pop. Where do you guys think the problem might be??
Thanks,
<table id="pnlPopupAdditional" runat="server" style="display:none">
<tr>
<td>
<as...
I'm trying to use something like that...
.cufon-font-style-1 { font-size:40px; line-height:-20px; }
it's not working in IE, FF, Chrome...
i changed my Docytype and nothing changed...
...
I have a web site that gets a new page every couple weeks, and that means I need to update the menu to have the new page in every single one. I'm wondering if there is a way to have an external text or .htm file that I can basically insert into the web page. That way I can put the menu in the external file and call it wherever I want it....
Hi everybody!
I want to add a javascript google ad but I can't insert the javascript into the div using jquery. I try to simulate my problem with this test, which is using some advice I found on stackoverflow , but it does not work.
I want <script type='text/javascript'>document.write('hello world');</script> to be inserted in the div,...
Is there a way to set a $_POST['var'] without using form related field (no type='hidden') and using only PHP.
Something like
$_POST['name'] = "Denniss";
Is there a way to do this?
EDIT:
Someone asked me for some elaboration on this. So for example, I have page with a form on it, The form looks something like this
<form method='post'...
Hi, could someone maybe give me a small hint on how to do this with mootools.
Basically i have a div like
<div id="center-panel" style="height: 200px; width 200px; background: green;"></div>
i basically want this div tag hidden by default, and then once the user has been on the website for like two minutes i want the div tag to displ...
Is it possible to style the HTML Select attribute to be more flat looking? I can set the border to be 1px solid but the dropdown portion still looks 3D and ugly looking.
...
Hello, I'm building my first website for an internship. My instructors always told me to never embed any styles on my html page.Now that I'm actually creating a site I find it annoying that, if I want to change the color of my font for a span tag - I have to I.D. it and reference it in a css file. Is there some other reason then organiza...
Hi,
I'd like to change style of the 'editor for' textbox from MVC, specifically I want to make the textbox larger.
I've tried adding css a few ways, to no avail.
including :
<td class="myCss"><%=Html.EditorFor(x => x.NickName)%></td>
and
<%=Html.EditorFor(x => x.NickName, new { @class = "myCss" })%>
help pls!
...
Hello,
I have this simple HTML:
<html><body>
<input><div contenteditable="true" style="border:1px #7f9db9 solid; width:100px; height:20px;"></div>
</body></html>
It shows two input boxes. When I type something into the 2nd one, then go at the very beginning of the row (hit Home-key), then I hit Backspace, the text jumps at the end of...
Hi I'm implementing a jcarousel very similar to this http://www.mint.com/ using jquery
When a button is hovered it changes color the problem is that I want that button to remained changed until another button is clicked, like they did it on the link i mentioned.
I've been working on this for quite a lot combining css, and all, but I w...
I would like to size a select list based on the width needed for the selected index(string). Say for example I have a list with 3 strings, short, medium, loooooong; I don't want the select list to automatically be as wide as its largest element, rather it should be as wide as its selected element.
The first method I tried: document.getE...