1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with an error on my website

Discussion in 'CSS' started by bad_bob00, May 18, 2007.

  1. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #21
    You still haven't done this:
    
    .right-column-box-standard {
      [color=red]float: right; [/color]
    	width: 13.0em;
    	margin: 0em 1.0em 0.8em 0em;
    	padding: 0.4em 0.4em 0.4em 0.4em;
    	border: solid 0.1em rgb(200,200,200);
    	background-color: rgb(255,255,255);
    	color: rgb(100,100,100);	
    }
    Code (markup):
    cheers,

    gary
     
    kk5st, May 22, 2007 IP
  2. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #22
    Have deleted the above line of code and uploaded the file again, still no changes though... :(

    Thanks so far...
    Matt
     
    bad_bob00, May 23, 2007 IP
  3. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #23
    The site appears fine in Firefox but not in IE, would there be a way to fix this? :(

    Matt
     
    bad_bob00, May 24, 2007 IP
  4. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #24
    I've got a screenshot of the problem now.

    [​IMG]

    This is what happens in IE6. I want the banners down the side on the right to appear at the top of the page, not at the bottom...

    Thanks for any help. Matt
     
    bad_bob00, May 24, 2007 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #25
    In this rule block,
    
    #middle-column {
      float: left;
      width: 43.0em;
      margin: 0em;
      padding: 0em 2.0em 0em 2.0em;
      background-color: inherit;
      color: rgb(100,100,100);
      }
    Code (markup):
    Remove these lines.
    
      float: left;
      width: 43.0em;
      margin: 0em;
    Code (markup):
    Add this line.
    
      margin: 0 15.5em 0 16em;
    Code (markup):
    gary
     
    kk5st, May 24, 2007 IP
  6. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #26
    Thanks for all the help, I think the problem is solved now.

    Reps to the people who offered help.

    Thanks :) Matt
     
    bad_bob00, May 25, 2007 IP