Results 1 to 3 of 3

Thread: Just an idea of mine im working on...

  1. #1
    Ive got 10/40w for blood... THCi's Avatar
    Join Date
    Jul 2003
    Location
    Somewhere, sometime, dunno why though.
    Posts
    512
    Thanks
    0
    Thanked
    0 times in 0 posts

    Just an idea of mine im working on...

    Well, I saw his today. But it only works in Mozilla (and anything with its current engine).

    I want to make one that will work in more browsers, IE, Opera, and a few others would be better than just Mozilla.

    This is what Im using in my attempt....

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>tester.html</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style type="text/css">
    <!--
    #top{
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #000000;
    	height: 14px;
    	position: static;
    	left: 165px;
    	top: 86px;
    
    }
    
    #top:hover,#top:active {
    font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #FF0000;
    	height: auto;
    
    }
    -->
    </style>
    </head>
    
    <body>
    <div id="top"></div>
         
    <table width="25%" height="14 px" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td><div id="top">Hello world<br>
          2nd line<br>
          3rd line<br>
          4th line<br>
          5th line</div></td>
      </tr>
    </table>
    </body>
    </html>
    Can any of you see anything that would stop it working in more browsers.

    I know why it doesnt work. Because most browsers will display all the text, prefering to show all the text than just one line.

    I want to do this one in CSS, not JS or Java, or anything else to make it available on browsers without plugin support or whatever.

    HTML file: http://my.opera.com/forums/attachment.php?postid=296855

    You might need to save it to disk, then change the extension to view it as a HTML doc'.

    Thanks for your time guys!

  2. #2
    Senior Member Shad's Avatar
    Join Date
    Jul 2003
    Location
    In front
    Posts
    2,782
    Thanks
    23
    Thanked
    42 times in 25 posts
    Don't know enough about CSS to help you out really, but feel free to use the nav images from http://images.shad.tv/ from my ASP file system tree
    Simon


  3. #3
    Ive got 10/40w for blood... THCi's Avatar
    Join Date
    Jul 2003
    Location
    Somewhere, sometime, dunno why though.
    Posts
    512
    Thanks
    0
    Thanked
    0 times in 0 posts
    Cool, I was probably gonna make me own, if/when I get the actual thing working properly in CSS....

    Thanks for the offer though dude!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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