Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~659 People Reached
Favorite Forums
Favorite Tags
Member Avatar for narsto

I think I am going nuts. I an using the <a> tag with href to go to a link in another document it works correctly in my topstyle editor, works in mozzilla. When I use IE7 it opens the page but does not go to the proper link here are …

Member Avatar for MidiMagic
0
109
Member Avatar for narsto

[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <head> <title></title> <style type="text/css"> .nodisplay{ display: none; } </style> <script type="text/javascript"> <!-- var theElement; theElement = document.getElementById("test"); theElement.className="nodisplay"; --> </script> </head> <body> <div id="test"> CSS Rules in Action </div> </body> </html>] I want this text to disappear, but I get object theElement is …

Member Avatar for digital-ether
0
84
Member Avatar for kissiwat

The following is supposed to create 2 clickable regions in a JPEG of a hot air ballon ie balloon on right (circle) and basket on the left (rect) but something is clearly missing but I can't quite work out what. Have checked a few sites but no joy so far... …

Member Avatar for FC Jamison
0
121
Member Avatar for shanenin

I am trying to make a navigation bar using a list. Since a list is indented by default, I can't seem to get my list all the way to the left. I have looked at examples of this, but am not sure how they are doing it. Below is what …

Member Avatar for FC Jamison
0
186
Member Avatar for narsto

This worked perfectly on the home computer. When I FTP the files to verizon including directorys such as "css" "images". Some images show up most do not, there is no css support unless i put the code right in the head of the document. I assume it is a url …

Member Avatar for FC Jamison
0
115
Member Avatar for narsto

I want to place abox within a box. I want the small container inside the container. Here is the code: [html]<head> <title></title> <style type="text/css"> <!-- #container{ position: absolute; top:200px; left:200px; height: 300px; width: 300px; } #smallcont{ position: absolute; top: :10px;left: 10px } --> </style> </head> <body> <div id="container" <div id="smallcont"> …

Member Avatar for tgreer
0
44