Hello All,
The problem I am facing with below code is that whenever I try to select any option from the select box, the mouseout event executed (in IE, Mozilla doing gr8) and option disappear. How can one get over this bug.
<select name="ed" id="ed" dir="ltr" style="width:200px;overflow:hidden;" onMouseOver="this.style.width='auto'" o...
See Wikipedia http://en.wikipedia.org/wiki/Css
If you look at the heading, it says "Cascading Style Sheets", then it has an underline.
How do you do that?
.heading1 {
/* heading with underline */
}
...
Hi,
i have this page.
Press "Registrate".
Is there any way to align vertically each field with the error message without giving a left margin?
Regards
Javi
...
http://ratingscorner.com/product_rating.php?alias=Rashtreeya-Vidyalaya-College-of-Engineering-Mysore-Road-Bangalore&product=colleges
i have a page like the above .the page gets rendered properly in FF and other browsers. but in IE a small problem exits . IF you see the 1st box that is where the image and other features are displayed...
Hi,
I'm writing some JavaScript that changes the size of some content. To do this I need to know the size of a div within my content. If I have the following html:
<div id="wrapper">
... other stuff ...
<div id="inner" style="height:400px">Some text in here</div>
... other stuff ...
</div>
And the following JavaScript:
$(...
I want two horizontal areas in my webpage. The first one is the menu. It's on the top. Unfortunately I don't know its size, and it might change in response to user actions. Below the menu is the main area which should stretch at least as far as the bottom of the window (if there is little content) or beyond (if there is a lot of content....
How to get this layout
Green box has float:left, I can do this with fix margin-bottom to image but text amount can be increased or decreased.
...
Hi,
is there any way to create a table like this below using lists ?
**************
* 1 * 1.1 *
**************
* 1.2 *
********
* 1.3 *
********
* 1.4 *
********
Regards
Javi
...
Hi,
I have esthetic's problem.
Zend Form not in place label value, how to move them that they will be exactly above text box, and not from left?
(I didn't put filters and validation to make this code simpler here)
My Code Login.php form:
public function init()
{
$username = new Zend_Form_Element_Text('username');
$username->setLab...
I've got a tr:table that I need to style using CSS. All the normal style functions of a table are working, but row banding and row selection aren't coming up. When I view the rendered source, I'm not seeing a difference in the rows for an id or class to grab on to, and the official documentation doesn't have any attributes for declarin...
I want to design a horizontal site, so when I scroll up and down I want the page to go from left to right. Is this possible?
...
I need a jQuery plugin for skinning the form select tag. Currently I'm using the Uniform plugin but it degrades on IE6. Any help is appreciated!!!
...
So, I have this between my head tags
<script type="text/javascript">
hidden_links = document.getElementsByName("javascript_needed");
for (i = 0; i < hidden_links.length; i++) {
hidden_links[i].style.display = "visible";
}
</script>
And my divs are all similar to
<div name="javascript_needed" style="display: none;"...
What is the use of tag and is it supported in all browser?
I was trying <col style="background:red"> but it's not working. I'm on FF 3.
<table width="100%" border="1">
<col style="background:red">
<caption> Table Caption </caption>
...
Is it possible to have divs located around a central point and then on hover for them to whisk off screen and return when the mouse is gone?
This what the layout is looking like, the idea is for the green "leaves" to whisk off to show the branches and the menus. Would this be possible with JavaScript and PHP?
...
I have a web site written using iUI so it is formatted well for iDevices. Is there a way to disable rotation of the page when the device is rotated? In other words, if somebody rotates the device, I would still want the page to stay in portrait mode.
...
Is there any way to vertically align an image element generated by a "content" property as part of a ":before" selector, next to adjacent inline text? In other words, I have
<a href="..." class="facebook">Share on Facebook</a>
As I don't want to pollute my markup with unnecessary IMG elements that only have to do with style, I resort ...
Is there any CSS 3 property supported in IE7, by default? I mean is there any css 3 properties supported in IE 7 which we can use without the use of Javascript.
...
I recently obtained a Mac so I could test our sites on Safari and Firefox for Mac OS.
Now that Safari 5 is out, I'm not sure what I should do about upgrading. I presume what works on Safari 5 works on Safari 4, but I can't be sure, and vice versa. So, I don't know if I should upgrade and test on Safari 5 or keep on with Safari 4.
Are ...
The links in the "on sale" section of each of the top tab drop-downs on this website do not work at all in IE. Any ideas?
...