Results 1 to 6 of 6

Thread: Html / css

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2006
    Location
    Florida, USA
    Posts
    563

    Html / css

    I am having trouble with Javascript and CSS on my site www.studyx.com

    I have sublinks declared in the CSS file. The error I am getting:
    Error: $("sublinks").getElements is not a function
    Source File: http://www.studyx.com/index.php
    Line: 42
    Also, I do not know where this error came from:
    Error: uncaught exception: Error: Permission denied for <http://www.facebook.com> to get property Proxy.InstallTrigger
    I got rid of most of my errors:
    http://validator.w3.org/check?uri=ht...Inline&group=0

    CSS Code:
    css Code:
    1. /* -- SUBLINKS -- */
    2. #sublinks{
    3.     width:auto;
    4.     margin:0 auto;
    5.     background:#888888 url(img/sublink.gif);
    6.     height:30px;
    7.     font-size:11px;
    8. }  
    9.     #sublinks ul{
    10.      height:32px;
    11.      line-height:31px; 
    12.     }
    13.     #sublinks ul li{
    14.         display:inline;
    15.     }
    16.     #sublinks ul li a,
    17.     #sublinks ul li a:visited {
    18.         padding:0 20px;
    19.         display:block;
    20.         text-decoration:none;
    21.         float:left;
    22.         color:#FFFFFF;
    23.     }
    24.     #sublinks ul li a:hover{
    25.         text-decoration:underline;
    26.     }  
    27. .style1 {color: #000000}

    Mootools http://mootools.net/download/version/1.1.2 Uncompressed with docs
    Last edited by rex64; Jan 10th, 2012 at 02:15 PM.
    I use VB .NET 2022. Currently developing StudyX educational software, PlazSales POS system and Yargis a space ship shooter game.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width