Having problems with framesets and such.

Discussion in 'Software' started by Yzaraf, Dec 22, 2004.

  1. Yzaraf

    Yzaraf Private E-2

    I am having a lot of problems with framesets. And its kind of hard to explain what the problem is.

    My AIM is: Yzaraf
    Yahoo: Yzaraf
    MSN: Farazy@msn.com
    ICQ #: 327129043

    If you could contact me that would be great.

    But here is the general idea of what the problem is.

    I have a frame on the top and one nested to the left.

    There is a margin between my table in my left frame and the left side and top part of the screen, and I want to remove that. I thought of specifying positions at left 0px and top 0px, but that didn't work.

    :rolleyes:
     
  2. NeoNemesis

    NeoNemesis Moutharrhea

    The only thing I can think of is did you set the padding to 0?
     
  3. Yzaraf

    Yzaraf Private E-2

    yeah...but padding shouldnt have anything to do with it.

    Thats for the inside of the box.

    Lets make this a little simpler


    Imagine that you had a page with this code
    Code:
    <html>
    <head>
    <title>lalala</title>
    </head>
    <body>
    <img src="image.gif" />
    </body>
    </html>
    
    What could I do with CSS or anything to make that image appear at the point (0,0) in the browser screen?
     
  4. Yzaraf

    Yzaraf Private E-2

    Never mind that last post. I got that figured out.

    Here is the new problem:

    One of the tables has a border that I want to get rid of

    Here is the html

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Navigation Bar</title>
    <link href="radio_files/radio.css" rel="stylesheet" type="text/css">
    </head>
    
    <body>
    <table class="navigation_positioning" width="150">
      <tr>
        <td width="150" align="right" class="navigation"><h4>jifted land</h4>
            <p><a href="../index.htm">home</a><br />
                <a href="../aboutus.htm">about us</a><br />
                <a href="../entertainment.htm">entertainment</a><br />
                <a href="../images.htm">image gallery</a><br />
                <a href="../jukebox.htm">jukebox</a> <br />
                <a href="../library.htm">library of the jifted</a><br />
                <a href="../news.htm">news</a><br />
                <a href="../projects.htm">projects and requests</a><br />
                <a href="radio.htm">radio</a><br />
                <a href="../submit.htm">submit</a><br />
                <a href="../tutoring.htm">tutoring</a></p>
            <h4>affiliates</h4>
            <p>g-3<br />
                <a href="http://www.itrebal.com" target="_blank">itrebal</a><br />
                <a href="../stickvsbrick" target="_blank">stick vs brick</a></p></td>
      </tr>
    </table>
    </body>
    </html>
    
    here is the CSS

    Code:
    
    body {
    	font-family: Arial, Helvetica, sans-serif;
    	background-color: #FFFFFF;
    	vertical-align: middle;
    	font-size: small;
    	color: #000000;
    	top: 0px;
    }
    a {
    	color: #0000FF;
    }
    a:hover {
    	color: #CC0000;
    	font-weight: bolder;
    }
    .header {
    	background-color: #FFFFFF;
    }
    .head {
    	background-color: #0066EE;
    	color: #FFCC00;
    }
    .navigation {
    	vertical-align: top;
    	background-image: url(../../jiftedland_files/navigation.gif);
    	background-repeat: repeat-y;
    	background-color:#993300;
    	color: #00FF00;
    	padding-bottom: 20px;
    	border: 0px none;
    	margin: 0px;
    }
    .navigation a {
    	color: #FF0000;
    }
    .navigation a:hover {
    	color: #FFCC00;
    }
    .navigation_positioning {
    	position: absolute;
    	left: 0px;
    	top: 0px;
    	margin: 0px;
    	padding: 0px;
    	border: 0px none;
    }
    td {
    	background-color: #FFFFFF;
    }
    h1 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: xx-large;
    	font-style: normal;
    	font-weight: lighter;
    }
    h2 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: x-large;
    	font-style: normal;
    	font-weight: lighter;
    }
    h3 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: large;
    	font-style: normal;
    	font-weight: bold;
    	text-transform: lowercase;
    }
    h4 {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: small;
    	font-style: normal;
    	font-weight: bold;
    }
    p {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: small;
    	font-style: normal;
    	font-weight: normal;
    	color: #000000;
    }
    
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds