1
vote
5answers
194 views
How would you code this: The SO Menu
I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologie …
3
votes
3answers
82 views
How would you code this: Grid-breaking shapes
I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologie …
0
votes
3answers
115 views
Noob CSS Position Question
Hello, I'm trying to stack images on top of each other inside of a table. I want my page to look like the image below.
…
0
votes
1answer
49 views
AJAX Question: How can I make sure the images are loaded before displaying table?
Hello, I have a web page that uses jquery ajax to grab the table markup from another static page and insert it into my homepage and display it. The table I'm inserting contains images and the table …
1
vote
3answers
76 views
Are CSS styles applied to markup that is added after the page loads?
Hello. I'm learning Javascript and CSS and have run into an issue where my CSS styles aren't being applied to markup that I'm dynamically generated from XML and writing to document after the page …
1
vote
2answers
149 views
Why does my embedded youtube video work in FF, but not IE?
Hello, I'm using the following code...
<object width="425" height="344"><param name="movie"
value="**URL**"></param><param name="allowFullScreen"
value="true"&g …
1
vote
3answers
89 views
I’m new to Perl and have a few regex questions
I'm teaching myself Perl and I learn best by example. As such, I'm studying a simple Perl script that scrapes a specific blog and have found myself confused about a couple of the regex statements. …
0
votes
4answers
171 views
Why doesn’t the match operator match anything?
I'm trying to parse this HTML block:
<div class="v120WrapperInner"><a href="/redirect?q=http%3A%2F%2Fwww.google.com%2Faclk%3Fsa%3DL%26ai%3DCKJh--O7tSsCVIKeyoQTwiYmRA5SnrIsB …
0
votes
3answers
45 views
How do I pass the image object into the onclick function being assigned to it?
Sorry if that question is confusing, I'm self-learning javascript. I'm dynamically generating image thumbnails and I want to be able to enlarge the image when the user clicks on the thumbnails. My …
