The output of this code looks pretty much identical in FF, Chrome and Safari on Windows. In IE7 it looks weird.
For all other browsers the frame div exactly wraps the canvas div even though there is a 24X24 div in the frame but outside the canvas. IE7 leaves extra space in the frame, above the canvas, for the "blue-box" div. Once flo...
What's the best free IDE/Editor for working with CSS and HTML which has thousands of divs and its really hard to see which div is connected to what? Such as if it could highlight the corresponding divs, or show a +/- sign next to them to expand/collapse them?
...
Hi, I am designing a menu bar combining effects with CSS and JavaScript. It is comprised of large icons with text underneath that appears when hovered over. It will be deployed on an intranet so it only has to run in IE 7, 8, and Firefox. Firefox of course seems to perform what I intuitively think the HTML should look like, showing la...
Hi,
I have two tables side by side. I need the rows to line up, but sometimes the content can be longer than the table row due to width constrictions on the page and it breaks and makes a two line table row.
Is it possible to make something like double rows that can hold two lines of text so everything lines up no matter if the conte...
I have a html page with an iFrame, from which i want to read a few variable.
Its basically a map, from which i want to retrieve the Latitude and Longitude values.
I've been working on Adobe AIR, and I've tried retrieving values from innerHTML, contentWindow, but still been unable to get this working.
Any good ways to get this done?
...
I am trying to place some text over a button image. I manage to align it center from left to right on the button, but vertical alignment doesn't do the trick for the rest of it. Is there a way in the CSS in order to be able to center that text vertically.
.selectedTabOnPlacementMenu
{
background: url('/Content/Images/Blank_Yellow....
The camera supports motion jpeg and MPEG-4 video.
I'd need to be able to play the video back in full screen mode as well as embedded on the page.
I'm guessing playback via flash is the best way to do this, but I don't really know much about it.
Does anyone know of an open source solution?
Or even a commercial solution?
*Embedding th...
Page located here.
In IE7, everything works perfectly until you slect one of the "filters" (e.g. Other). After this, the pop up bubble (span.info) no longer is on top when it is animated to above the image.
There is no overflow:hidden on the li or anything like that, and applying a z-index to the span.info made no difference.
You can ...
I manage a system for academic software projects which, as well as other things, allows projects to provide web pages integrated with an instance of the Trac bug tracker / wiki / source browser. The idea is that the users have freedom to design their main pages as they like (they really like that), but with some convenience/branding feat...
I am having problems aligning a couple divs in IE6, IE7, IE8 and Firfox 3. They all don't render correct what IE8 and Firefox like the rest don't.
Is it possible to do this via floats and clears.. they dont need to have any spacing between them, I just drew it this way.... Also, the div's should be fixed widths.
...
I'm wondering how to make two child divs share a parent div.
I want the left column to contain text from a database (one word). This could be 1-10 letters long. Since I want the left columns width to fit the word perfectly, I don't give it a set width.
Then, I was trying to have the right column fill the remaining space.
Is there an e...
i want to get the id from the url bar and insert it into the href
$("a[href='send_message.php?act=pm&id=$id']").colorbox({width:"500", height:"350", iframe:true});
...
Why are HTML character entities necessary? What good are they? I don't see the point.
...
my css is located at http://sillybean.net/css/seaglass.css . i want to use this css for only one of html table. in the same page, i have multiple html tables. i do not want to affect other html tables. what is the fastest way to do it with less modification on http://sillybean.net/css/seaglass.css ?
...
I want to open a new browser and load a page from the file system (which will be created on clicking that button). My app is a java servlet. Basically I am allowing users to change some HTML on their website. On clicking the button the user get's to see a preview page, that shows what the page looks like with the changes made.
What woul...
Dear All,
I have a textarea in C#, please see below code:
<asp:Label ID="lblQuestions" runat="server" CssClass="addinfo">
Question & Comments</asp:Label>
<asp:TextBox ID="txtQuestions" Rows="5" Columns="5" TextMode="MultiLine" runat="server" MaxLength="250"></asp:TextBox>
Now I want that textarea should not accept...
Hi
I don't know the official terms for what this is called, but would greatly appreciate any advice.
The scenario is as follows: I have an index.html page on my domain to serve as a 'Under Construction' page, while I develop the website behind that using Drupal on an index.php page.
Is there any way in which I can have Google index th...
Hi
I was just wondering what is the best way to define urls linking to pages within a domain name. For example, for domain www.example.com .. I can have links like
<a href="http://www.domain.com/test.html">test</a>
or
<a href="test.html">test</a>
One of the issues, which I came across was that while using templates .. if I...
In my HTML file I have linked to the JS with:
src="myscript.js?config=true"
Can my JS directly read the value of this var like this?
alert (config);
This does not work, and the FireFox Error Console says "config is not defined". How do I read the vars passed via the src attribute in the JS file? Is it this simple?
...
Hi, I have problem rendering content retrieved via Ajax into my HTML page under Safari (v.4).
The page is stored in UTF-8, Ajax response is also UTF-8 encoded.
The loaded content is parsed and then different types of lists are populated with the parsed data.
One of them is simple < select > element where the text of the option is set u...