Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #31.8K
Ranked #2K
~904 People Reached
Favorite Tags
Member Avatar for jen.evans1

Hi everyone can you please look at this site's source codes (html and css) and tell me why my images aren't showing in any browsers. They show up in my design part on Dreamweaver. http://jenevansportfolio.com/portfolio.html thanks!

Member Avatar for bestwsd
0
96
Member Avatar for The Imp 96

Hi, I have an issue where I have created some ".wrapper" classes (I think they are called!) but when trying to move an image in one of these, I am unable to, and I have not a clue why! Please could you tell me or at least give me some …

Member Avatar for The Imp 96
0
246
Member Avatar for brian.byrneX

Found a cool little tutorial for styling drop down menus using CSS. You can change everything about the box - border, font, background colour etc including the drop down arrow. Ive made a custom drop down arrow to suit the style of the site. It all works fine in Chrome, …

Member Avatar for johny_mplayer
0
87
Member Avatar for mgn2683

I am having trouble with the dropdown I am working on. I'm trying to add the dropdown, and changed up all the code that I used for the original navigation. The problem is, the rollover state, which shows a background color, is doubled in height. My goal is to have …

Member Avatar for JorgeM
0
194
Member Avatar for teddypwns

I am trying to make a menubar for my website using CSS and HTML, but the buttons appear in reverse order. Here is some of the source: HTML: [code] <div class="hovermenu"> <ul> <li class="hovertarget"><a href="http://www.teddypwns.com/">HOME</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/contact-us/">CONTACT US</a></li> <li class="hovertarget"><a href="http://www.teddypwns.com/login.php">MEMBER LOGIN</a></li> </ul> </div> [/code] CSS: [code] .hovertarget a …

Member Avatar for teddypwns
0
187
Member Avatar for sdgz747

I am supposed to be writing a program that will calculate sales in a week. Every week 200.00 dollars is earned, then sales is calculated on top of the 200.00 (i.e., 5000.00 in sales, would be 200 + .09 * 5000.00). My code is below, but I am having problems …

Member Avatar for sdgz747
0
94