Recent content by Border

  1. B

    Anyone Using 960 grid?

    Hi guys, I have been using 960 grid system. but I am having an issue with the size of the containers not changing. If I link a div wrap for a page to have container of 12 16 or 24 the size will not change. Take a look at the site that I did to see what I mean. HERE It is very strange. I...
  2. B

    Fitting Screen sizes.

    I think another way to put this (I think is part of the issue) When I mess with the internet window with a page up the content on the page does not move. But with one of my pages all the content tries to move into room.
  3. B

    Fitting Screen sizes.

    Ignore the above post it fixed itself, must be the free web host! But the site is up now, should be working
  4. B

    Fitting Screen sizes.

    OK that is strange, its changed from what it looks like no that its been hosted.
  5. B

    Fitting Screen sizes.

    Just updated. Not sure how long it will take. should be about 2 mins before it online. http://www.dannywebs.zzl.org
  6. B

    Fitting Screen sizes.

    OK so I forgot to add a height:100%; in the new Div wrapper. But, still the text that is meant to be in the middle of the page moves around when on another screen. is there something I am missing?
  7. B

    Fitting Screen sizes.

    OK, So I gave this ago. <html> <head> <link type="text/css" rel="stylesheet" href="WaterCSS.css"/> <title>Flave</title> </head> <body> <div id="content"> <div id="logo"> <img src="http://www.graphicdesignforums.co.uk/images/logo.png"/> </div> <ul cellspacing="60"> <li>Collection</li>...
  8. B

    Fitting Screen sizes.

    OK I will give that ago. Thanks so much the help by the way Paul you and Corrosive have been amazing
  9. B

    Fitting Screen sizes.

    oops sorry that the wrong link hehe. two zz not one! Flave
  10. B

    Fitting Screen sizes.

    Thanks for ul padding. worked great. I have not heard of Responsive Design, had a little look after reading your post. does seem outta my reach for now. So how would using min width work? So something like setting body too 100% min width? Unsure how it would work. Would I not have to set it all...
  11. B

    Fitting Screen sizes.

    Thanks that did work indeed. I will have to look into that Responsive Design. I have not heard of it. Strange, seems to be working. Just tried it on other systems on other nets. I will re up the link. Flave I have not yet updated it with the ul li padding. But will do soon.
  12. B

    Fitting Screen sizes.

    I have another issue, Would seem them some parts move around when seen on other screen sizes. Take a look at the link to the site on the other page to see what I mean.
  13. B

    Fitting Screen sizes.

    I think I have done it, with changing it to a ul. But know that Cellspacing will not work. how can I space out the li?
  14. B

    Fitting Screen sizes.

    Above the line and opposite to the 'logo' The page is one that I am trying to recreate.
  15. B

    Fitting Screen sizes.

    Really sorry about ANOTHER post but the edit button seems to have gone!. So I fixed the issue with the white line. Now I am having another issue with a table not wanting to move. I have them in a line. but other than that they will not move. Here is the CSS and html. html,body { width...
Back
Top