Search results

  1. M

    CSS image resize issue

    Hey Jeverd01, Cheers, I've uploaded the code to: http://www.digitalreactions.co.uk/ctop/index The codes a bit ramshackle, but if you can see the problem and know a solution it would be much appreciated. You'll see it's the two orange lines left and right of the text which are about 15px...
  2. M

    CSS image resize issue

    Hey folks. This one has been driving me mad so any pointers would be great. The site I'm working on has a number of the pages elements held within a container block using CSS so the layout of the elements is fluid with the browser size. Now, for this the containers height is relative to size...
  3. M

    uploading color issues???

    Are you using websafe colours? If not the browser will change them to the closest websafe alternative by creating a dithered image from the websafe palette. This can make noticeable changes to solid areas of colour and be a real pain.
  4. M

    CSS Image Postioning

    Cheers. Much appreciated.
  5. M

    CSS Image Postioning

    Hey folks, I'm currently carrying out a page and I'm looking to position two images side by side, but I want there position to amend itself in relation to the width of the page. I've created my sites layout using fluid css, but wanted to see if anyone knows how I can get an image to always...
  6. M

    Font Management

    Can anyone recommened a good font manager to run on windows? Preferably something cheap / free?
  7. M

    Flash using css.

    *Sits back in chair and slaps palm across forehead* Thanks, as usual I was trying to do something simple in the most complex way LOL.
  8. M

    Flash using css.

    Hey folks. Kay, heres what I want to do. I'm currently updating my portfolio site and I have a flash menu with links to pages for each of the main areas of my work (i.e. web design projects, animation projects etc). Now, I want to have this menu on every page obviously, but as i'm going to...
  9. M

    Table cell background image.

    Hey folks. I'm currently setting up a site where I need to have a background images for the cells of tables. I'm currently using this tag <td background="image.gif"> however, i've found that its not fully supported. Does anyone know of an alternate way to display an image as the background in...
  10. M

    Browser compatibility issue PLEASE HELP

    Cheers. Went onto a list of the best online fonts to use (based on what windows has installed by default) and it listed Geneva, but I've had a number of people tell me its not installed for them. Think i've managed to fix the dropping problem as well. In geneva font the menus would drop...
  11. M

    Browser compatibility issue PLEASE HELP

    Hey folks. I've been building a site as a prototype for a university project and have been testing it on my computer using Mozilla Firefox browser and it looks fine so far. Recently however, I decided to give it a test in Explorer and it makes the text in <h> tags (defined using CSS) drop by a...
  12. M

    Photoshop Resources

    This site has lots of different links to resource sites - very handy: http://www.bluevertigo.com.ar/bluevertigo.htm
  13. M

    CSS Vertical Alignment Problems

    Hi all, quick question. I'm creating a site where I'm using CSS to set the attributes of the text. I've been having some problems aligning the text vertically. I've tried vertical-align: top; and vertical-align: text-top; and these were working on some pages but now they aren't and i'm...
  14. M

    Web Layout!

    I don't think this method is supported by some older browsers and it can be a bit dodgy, but if you set the image as background it will repeat it. If you make the image you want so that it will tile downwards this will make it look like the image keeps going down. This can be done a number of...
  15. M

    Background image no-repeat html.

    As I feared.... Cheers anyway guys.
  16. M

    Background image no-repeat html.

    Hey folks. Does anyone know how to add no-repeat attributes to background images using html. I know how to do it in css, but for the task i'm carrying out this isn't suitable and I am having problems with it just straight through html. Any help would be great.
  17. M

    Copyright

    Arkette: Do you know of any sites where I can find a fairly comprehensive run down of all the legal matters to do with developing and running a website? i.e. Disclaimers, Terms of Service, Privicy Policy. You seem to know what your talking about :) Just looking for a starting point for the whole...
  18. M

    Bookmark! not for this page

    However, I just realised that it means you cant actually view the page without being redirected. Not quite suitable for your plight i'm afraid but could be a good starting point.
  19. M

    Bookmark! not for this page

    Try this. I was having the same problem. <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"> I got it from http://www.web-source.net/html_redirect.htm
  20. M

    Valign attribute using css

    Hey all, Just wondering if anyone knows how to use the valign top text attribute using css. I'm having a bit of trouble getting it to work properly. :( So far the closest i've got is { vertical-align: top;}
Top