Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Only part of a word that is a link is clickable
Old 11-23-2010, 09:06 AM Only part of a word that is a link is clickable
Junior Talker

Posts: 3
Name: Aimee
Trades: 0
My site is http://tynskykennels.com/funpics.html it seems only part of contact and none of fun pics is click able even though they are supposed to be links. I did not create the original files for my site but I have changed some stuff. I'm not sure why this is happening and I only have limited knowledge of CSS. I only noticed after I tried to create this new page but I have noticed the problem is on all pages. Any help would be appreciated.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Tynsky Kennels TITLE HERE</title>
        <meta name="keywords" content="American Pit Bull Terrier, Cali Girl's Itza Stickup of DMG, Washington State, APBT, breeder" />
  <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> 
    <meta name="description" content="" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="language" content="en" />
    <link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>

<body>

    <div id="main">        
        <div id="top">
            <div id="logo">
                <h1>Tynsky Kennels</h1>
                <h2>Beauty, Strength, Character</h2>
            </div>

<div style="position:absolute; left:575px; top:150px; width:300px; height:100px; background-color:#code here;" >
<h4>American Pit Bull Terriers</h4>
</div>  

            <div id="menu">
                <ul>
                    <li><a href="http://tynskykennels.com/">Home</a></li>
                    <li><a href="/about.html">About Us</a></li>
                    <li><a href="/females.html">Females</a></li>
                    <li><a href="/males.html">Males</a></li>
                    <li><a href="/show.html">Show Results</a></li>
                    <li><a href="/contact.html">Contact Us</a></li>
                    <li><a href="/funpics.html">Fun Pics</a></li>
                     <div style="position:absolute; left:700px; top:20px; width:100px; height:50px; background-color:#code here;">
<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<br>                
 <a href="javascript:void(window.open('http://www.myspace.com/Modules/PostTo/Pages/?u='+encodeURIComponent(document.location.toString()),'ptm','height=450,width=440').focus())">
    <img src="http://cms.myspacecdn.com/cms/ShareOnMySpace/small.png" border="0" alt="Share on MySpace" />
</a>      


</div>
  </ul>
         </div>
     </div>
         
              
            <div id="middle">
                <div id="right_top">
                    <h3 class="firsth3">Fun Pics</h3>
                    <p>Random pics of the dogs and other stuff<br>

    

<br><br><br><br><br><br><br><br><br>

</p>
        <div id="bottom">
          
        </div>        
    </div>  
    <p>Copyright &copy; Tynsky Kennels 2010, Designed by <a href="http://www.alphastudio.pl" target="_blank">Alpha Studio - darmowe szablony</a></p>
</body>
</html>
Code:
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 13px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #7C6031;
    background: #EEF6E9;
}

h1 {
    position: absolute;
    left: 15px;
    top: 15px;
    font: 30px Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: White;
}

h2 {
    position: absolute;
    left: 15px;
    top: 157px;
    font: 18px Tahoma, Arial, Helvetica, sans-serif;
    color: White;
}

h3 {
    padding: 30px 0 5px 0;
    font: bold 16px Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

h3.firsth3 {
    padding-top: 0;

}

h4 {
    
    font: 18px Tahoma, Arial, Helvetica, sans-serif;
    color: White;
}

p {
    padding: 5px 0;
    font: 13px/18px Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #7C6031;
}

a {
    text-decoration: underline;
    color: #3076E3;
}

a:hover {
    text-decoration: none;
    color: #3076E3;
}

img {
    border: none;
}

#main {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 820px;
    text-align: left;
    background: #B4DA9F;
}

#top {
    position: relative;
    margin: 0 10px;
    width: 800px;
    height: 253px;
    background: #7DB357 url(images/top.jpg) no-repeat top;
}

#logo {
    height: 179px;
}

#menu {
    margin: 0 10px;
    height: 74px;
    
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0 25px;
}

#menu ul li a {
    font: bold 12px/74px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #EEF6E9;
}

#menu ul li a:hover {
    text-decoration: none;
    color: White;
}

#middle {
    margin: 0 10px;
    padding: 10px 0 0 0;
}

#left {
    float: left;
    width: 270px;
    background: #D2E7C5;
}

#left h3 {
    padding: 0;
    font: bold 14px Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3FA14B;
}

#left h4 {
    padding: 18px 0 0 0;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #3FA14B;
}

#left p {
    padding: 5px 0;
    font: 12px/17px Arial, Helvetica, sans-serif;
    color: #3FA14B;
}

#search {
    margin: 10px;
    height: 80px;
    text-align: center;
    background: #7DB357;
}

#search p {
    padding: 12px 0 0 0;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #EEF6E9;
}

#formSearch {
    margin: 0 auto;
    width: 200px;
}

#searchInpTxt {
    float: left;
    width: 160px;
    height: 24px;
    background: #D2E7C5;
    border: 1px solid #63A13E;
}

#search input.text {
    display: block;
    margin: 4px 0 0 2px;
    width: 156px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #4E7C31;
    background: none;
    border: none;
}

#searchInpSub {
    float: right;
    width: 26px;
    height: 24px;
    background: url(images/go.gif);
    border: 1px solid #63A13E;
}

#search input.submit {
    display: block;
    float: right;
    width: 26px;
    height: 24px;
    background: none;
    border: none;
}

#left_mid {
    padding: 15px;
}

#left_bot {
    margin: 10px;
    padding: 15px;
    color: #D2E7C5;
    background: #7DB357;
}

#left_bot h3 {
    color: #EEF6E9;
}

#left ul {
    list-style: none;
    padding: 10px 0 0 0;
}

#left ul li {
    padding: 0 0 0 16px;
    text-align: left;
}

#left ul li a {
    font: 12px/20px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #D2E7C5;
}

#left ul li a:hover {
    text-decoration: underline;
    color: #EEF6E9;
}

#right {
    float: right;
    width: 520px;
}

#right_top {
    margin: 0 0 10px 0;
    padding: 15px;
    background: #D2E7C5;
}

#right_mid {
    margin: 0 0 10px 0;
    padding: 0 8px;
    background: #63A13E;
}

#right_mid h4 {
    padding: 5px 9px 7px 9px;
    font-size: 12px;
    text-align: left;
}

#right_mid p {
    padding: 0 9px;
    font: 11px/15px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #D2E7C5;
}

#right_mid a {
    text-transform: uppercase;
    text-decoration: none;
    color: #A0B7D9;
}

#right_mid a:hover {
    text-decoration: underline;
    color: #A0B7D9;
}

#right_mid_1, #right_mid_2 {
    float: left;
    width: 168px;
    padding: 10px 0;
    text-align: center;
}

#right_mid_3 {
    float: right;
    width: 168px;
    padding: 10px 0;
    text-align: center;
}

#right_mid_4 {
    clear: both;
    height: 5px;
    overflow: hidden;
}

#right_bot {
    padding: 15px;
    background: #D2E7C5;
}

#bottom {
    clear: both;
    padding: 0 0 0 25px;
}

#bottom p {
    padding: 0;
    font: 11px/40px Arial, Helvetica, sans-serif;
    color: #3FA14B;
}

#bottom a, #bottom a:hover {
    color: #3FA14B;
}
Aimee is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-23-2010, 10:48 AM Re: Only part of a word that is a link is clickable
Mime's Avatar
Extreme Talker

Posts: 164
Name: Seb
Trades: 0
HTML Code:
<div style="position:absolute; left:575px; top:150px; width:300px; height:100px; background-color:#code here;">
<h4>American Pit Bull Terriers</h4>
</div>
Deleting the height from that should fix it
Mime is offline
Reply With Quote
View Public Profile
 
Old 11-23-2010, 10:51 AM Re: Only part of a word that is a link is clickable
Junior Talker

Posts: 3
Name: Aimee
Trades: 0
Thank you sooo much! It worked!
Aimee is offline
Reply With Quote
View Public Profile
 
Old 11-23-2010, 11:06 AM Re: Only part of a word that is a link is clickable
Mime's Avatar
Extreme Talker

Posts: 164
Name: Seb
Trades: 0
Awesome, glad to be of service
Mime is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Only part of a word that is a link is clickable
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.28991 seconds with 12 queries