Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #13.9K
Ranked #3K
~1K People Reached
About Me

Full-time self-employed freelance web designer/developer.

Favorite Forums
Favorite Tags
Member Avatar for daviddoria

On this page: [url]http://ewh.ieee.org/r1/schenectady/New/[/url] I have a <ul> element (the menu bar) followed by a <p> element (the main body text). Shouldn't the <p> be below the <ul> since it is a block element by default (instead of on the same line as it, as it is now)? Thanks, David

Member Avatar for johnsteve.bravo
0
605
Member Avatar for trance girl

Hi, I'm having a problem with selecting only the first child of my content tree. What I have is [CODE]<div id="Ft"> <ul class="Ft_colum"> <li><h3><a href="#">Home</a></h3></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> </ul> <ul class="Ft_colum"> <li><h3><a href="#">News</a></h3></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo link</a></li> <li><a href="#">Demo …

Member Avatar for jpietrangelo
0
114
Member Avatar for felix001

Im running a site with Intense Debate. For the life of me I cannot get the page to auto adjust itself to the site of the Intense Debate Comments. You can get an idea of the issue here ;[URL="http://fir3net.com/Firewalls/Checkpoint/checkpoint-commands.html"] http://fir3net.com/Firewalls/Checkpoint/checkpoint-commands.html[/URL]

Member Avatar for felix001
0
92
Member Avatar for moonknight33

[CODE]<html> <head> <title></title> </head> <body> <script type="text/javascript"> function showPic(whichPic){ var imgSource = whichPic.getAttribute("href"); var placeHolder = document.getElementById("placeholder"); placeHolder.setAttribute("src", imgSource); placeHolder.setAttribute("height", 400); } </script> <h1>Image placeholder</h1> <a href="pics/wolf_1.jpg" onclick="showPic(this); return false;">Wolf 1</a> <a href="pics/wolf_2.jpg" onclick="showPic(this); return false;">Wolf 2</a> <a href="pics/wolf_3.jpg" onclick="showPic(this); return false;">Wolf 3</a> <a href="pics/wolf_4.jpg" onclick="showPic(this); return false;">Wolf 4</a> <a …

Member Avatar for moonknight33
0
236
Member Avatar for yopirates

hey everyone.! i have a n application where i have a color picker (jquery) i will get the value the user choosen color . then i will put that into to session variable. Now i want the contents of the external stylesheet to be modified based on the color which …

Member Avatar for jpietrangelo
0
98
Member Avatar for GrahamN

Hi, I wonder if someone could help, please. I'm having trouble with a drop down menu; it works fine in IE, but appears in a different position in Chrome and Firefox. If I alter the positioning, then it works fine in Chrome and FF, but not it IE. I've tried …

Member Avatar for GrahamN
0
93