I have a menu bar that is rotated slightly. Here are two buttons as an example:
As a result, I can't use regular HTML to handle this. I need to use a <map> to put hyperlinks over the menu parts. (Or am I missing a killer CSS feature I don't know about?)
I want to map drop-down menus to these buttons. This looks like a nice way to imp...
I threw together a quick little microsite that you can see at http://monterraauction.com. If you don't have a super-fast connection (and nothing's cached), the very last items to load are the background-images that are used for CSS image-text replacement (primarily, that h1#head at the top, with a 7kb background image). Nothing debilitat...
Hi folks,
I'm trying to submit a few forms through a Python script, I'm using the mechanized library.
This is so I can implement a temporary API.
The problem is that before after submission a blank page is returned informing that the request is being processed, after a few seconds the page is redirected to the final page.
I underst...
I was playing with Infogrid on my site.
I added a header, a footer and added some text on the last block of iron man.
As you can see the footer doesn't show up and the text of the last block is cut off.
Now if you remove overflow:hidden; on the body, html the footer shows up but the text is still cut off.
Any idea on how this the footer ...
Hello
i have this:
<div id="parent" style="overflow:auto">
...
<div id="test">Hello</div>
...
</div>
My question is: how to scroll parent div to have test div as first line of parent ?
...
I'm maintaining an application that goes sort of like this:
There is a Page A with a Frame that shows Page B. Now page B is part of a completely different product, so there's a frame in a that just calls B.
Now, they want that when B an option in B is clicked, the WHOLE page is redirected to another page in A. The problem is that the u...
I tried to use InvokeSelf for silverlight to communicate with html:
InvokeSelf can take object[] as parameter when making a call:
ScriptObject Myjs;
ScriptObject obj = Myjs.InvokeSelf(new object[] { element }) as ScriptObject;
then I want make a call like with anonymous delegate:
Object obj;
obj = InvokeSelf(new object[] { elem...
As a user types in a textarea I'd like to be able to display an auto-complete box directly below the current cursor position. How can I determine the window X,Y coordinates of the cursor while the user types in the textarea?
...
I'm trying to vertically and horizontally center this div even when there is content to scroll and the user is scrolling down the page. The following test works fine in IE, but in Firefox I get a weird flickering affect when hovering over the thumbnail image. Any thoughts?
<html>
<head>
<title>aj</title>
<script type="text/javascript...
Hello All!
I'm embarking on a major project, but am stuck on a tiny issue at the very start. I'll try to be as concise as possible.
I have a PHP script that will be echoing into the footer of the page (the last stuff before </body></html> a bunch of <div>s containing visible buttons and <div>s containing hidden dialog boxes.
The plan ...
I have developed an application that has a list of items in one frame; when one clicks on an item it does something in another frame (loads an image).
This used to work fine in all browsers, including Chrome 3; now it still works fine in Firefox but in recent versions of Chrome (I believe since 4) it throws this error:
Unsafe JavaSc...
Hi
I am calling a function in my controller from a button click ....
I want the function to be opened in a new window how can we get that
ex:
now my url is
"http://localhost/codeigniter_cup_myth/index.php/adminController/adminDegree"
with a button click i am calling a function degreechk in my adminController
I want the u...
In my css file I have this:
#imageDes {
opacity:.70;
filter: alpha(opacity=70);
}
if I use this on html page and open it in IE8, I get an activex warning!
What can I do?
...
I have a text like:
I've got a date with this fellow tomorrow. Well me and thousands of others. <br /><br /><img src="http://www.newwest.net/images/thumbnails_feature/barack_obama_westerners.jpg"><br /><br />Tomorrow morning I will be getting up at stupid o'clock and driving up to Manchester, NH to see Barak Obama speak. <br...
Hello,
As you guys know, the CSS :hover doesn't work in d.... IE6 for an element except for links. What is the fix for that. I mean how do I apply the :hover to a div for example.
Any fix/alternative/solution?
Thanks.
...
I dynamically added rows to a table but it doesn't seem to take hover effects given in jquery...
Here is my code,
<table id="chkbox" cellpadding="0" cellspacing="2" width="100%" class="table_Style_Border">
<tr>
<td style="width:150px" class="grid_header" align="center">RackName</td>
<td style="widt...
I use firebug to check colors on webpages, but sometimes the color is from an image. Is there a firefox plugin like firebug that can act as a color sampler this way?
...
I was trying to do it with "getElementsByTagName", but it wasn't working, I'm new to using DOMDocument to parse HTML, as I used to use regex until yesterday some kind fokes here told me that DOMEDocument would be better for the job, so I'm giving it a try :)
I google around for a while looking for some explains but didn't find anything ...
I'm using semi-transparent PNGs (due to the designer's overlapping of elements) and trying to achieve a layout that represents the design while still working well on the web. Thus I have simple HTML:
<div id="right">
<div id="welcome"></div>
<div id="welcomeRepeatingBottom"></div>
</div>
And I'm trying to use CSS as follows:
...
How can I set all images in one line and display only the first 200px of them inside the div?
Without breaking the layout, or moving images to a next line.
online demo
<div id="thumbsContainer">
<ul>
<li><img src="http://img214.imageshack.us/img214/6030/small3.jpg" alt="" /></li>
<li><img src="http://img263.imageshack.us/img2...