Hi, I am having a problem Scraping Code i require to extract information for a Web MashUp i'm creating.
Basically, I am trying to Scrap Code from:
http://yellowpages.com.mt/Meranti-Ltd-In-Malta-Gozo;/Hair-Accessories;Hijjhkikke=Hiojhhfokje.aspx
This is just one of the pages i will need to scrape and hence i cannot feed the program d...
Any hacks to make my absolute positioning render how it is suppose to on IE6?
...
hi
i have a small webpage "My_Page_1.html".
i wands to invock this webpage to my google marker information window,
The below code, i used for calling google map to my webpage "My_Page_2.html"...
<script type="text/javascript">
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(32.54681317351514, 3.5...
I have some html (in this case created via TinyMCE) that I would like to add to a page. However, for security reason, I don't want to just print everything the user has entered.
Does anyone know of a templatetag (a filter, preferably) that will allow only a safe subset of html to be rendered?
I realize that markdown and others do this....
Here is the CSS...how can I make it layout as it should in IE6?
.AuthorName_Pic {
width:186px; position:absolute;
right:0px; bottom:-120px;
padding:20px 10px 20px 15px;
margin:20px 0px 0px 0px;
background:url(images/ThumbDark.jpg) no-repeat; z-index:100;
}
...
I'm building a very simple web-based file browser for my website.
I've styled my links to look like files and I want to be able to single-click to select them so I can do things like rename etc, and I want to be able to double-click to actually activate the link and download the file.
I've come up with the following, but it looks ugly....
the images are showing up in safari and firefox but not IE6. I have four images, two of them are showing up in IE6 and two are not. If it helps, they are being toggled with an if statement. suggestions?
Here is an example of the code, there are four of these chunks:
<div class="NavIcons">
<a href="h...
Anybody up for a HTML/Javascript challenge?
For those have used Apple Tv or Front Row on any mac/macbook, I am looking for some web design UI help. I'm trying to recreate the up-down list navigation style with javascript.
There would be a list, with a semi-transparent box that scroll up and down the list to frame the list entries. For...
Hey there...
Does anybody know if this is possible?
I am trying to create a flash movie that will show / preview what I am typing into a field in a normal HTML form. The call to update the flash movie would most likely be attached to an onKeyUp event.
Any advice or tutorials would be great
cheers!
Decbrad
...
Ok, I have a wordpress theme installed here (www.sullivansuccesscoaching.com/home ...we need the /home because there is still an index.html hiding the wordpress install. This is intentional).
On the /home page I have a jquery cycle.lite running for the .animCont class which basically fades the slides using opacity changes. The ol, ul e...
Hi,
How do you wrap text in a tag?
I have set the width however text just continues to overflow the element.
Thanks
...
I have a div (with a fixed width) that has 2 image elements as children.
Each image is the same width as the div so the images are placed not on the same row (see screenshot) .
This is great, but I want the images to displayed the same way (one on top of the other) but at the bottom of the div.
I'm able to achieve such behavior in so...
I have an HTML form with a select list and a radio button, both of which are initially set with disabled = true. At some point, these elements are enabled via JavaScript (i.e., disabled = false). This works fine in IE and Chrome, but in FireFox the element remains disabled. It appears to be enabled, but doesn't respond to mouse clicks...
Learning html/css, having trouble with positioning text and or images within a border on a page exactly where i want them. I'm first trying to stack them underneath each other vertically, but i dont know how to move each box underneath, at the moment they are stacking horizontally until they go over the max width, what do i do?
HTML:
<...
Hi, I am using the jquery curvy corners plugin I can get this working on a div tag, but as most of the content is empty, and the width/height is 90% of the page the corners are only rounded at the top.
Also when trying to round the corners of a table this doesnt work, is it possible?
<div id="content" class="content">
<table id="nav_l...
(The question below is hypothetical, but for reading convenience I'll ask as if I'm actually doing it)
I'm building a site in HTML 5. Unfortunately, IE doesn't support HTML5 elements like "header" and "nav". I was hoping it would treat them like generic "div"'s, but it doesn't. It simply acts as if they aren't there (meaning no CSS is a...
I am using a master page layout etc, so all the pages have some parts of it coming from one master page or another.
Now, checkout is one of these pages, and it needs to be secure. In my master page, I am using relative path to images and Url's, and these images end up with "http". I thought that if I am using relative path, my master ...
I’m currently working on this theme : http://tf.ffffffive.com/fancy/
I just need a few pointers on how to get it working in IE6 and IE7 .
-The positioning is a bit off.
-If you guys have a helpful blog post of maybe give me a hand with some CSS coding I would really appreciate it.
Also the Javascript scrolling effect isn't working co...
Does anyone know anything about the efficiency of HTML as a transmitted markup language? It seems to me that having closing tags rather than merely a closing curly brace (or just </>) adds a lot of text to a file. Bandwidth is a valuable resource, and when billions (trillions?) of HTML files are continually being transmitted around the w...
Hi, I need to show an image next to about 6 textboxes...I dont want to use div tags as these vary in position with IE/firefox etc. Is there a simple way to display a small image next to a textbox? such as using :after in css?
Cheers
...