Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2000
    Location
    dusseldorf, germany
    Posts
    305

    Default

    just finished all the scripts on a new site.
    I would be happy if somebody has a look at it.

    Its not only about the design but the functionality as well. What I added today is basic language support.
    If the scripts do what they are made for you should be able to hop from one language to another on any page.
    If that page is not available in the chosen language, nothing should happen( at least I hope so [img]/infopop/emoticons/icon_smile.gif[/img])

    ouch. forgot the URL. its test site

    Greetings and thanks,
    juergen
    IP

  2. #2
    Join Date
    Aug 2000
    Location
    dusseldorf, germany
    Posts
    305

    Default

    just finished all the scripts on a new site.
    I would be happy if somebody has a look at it.

    Its not only about the design but the functionality as well. What I added today is basic language support.
    If the scripts do what they are made for you should be able to hop from one language to another on any page.
    If that page is not available in the chosen language, nothing should happen( at least I hope so [img]/infopop/emoticons/icon_smile.gif[/img])

    ouch. forgot the URL. its test site

    Greetings and thanks,
    juergen
    IP

  3. #3
    Join Date
    Oct 2001
    Posts
    13

    Default

    Nice, simple site ... the color scheme provides a fresh, inviting look ... i have one question and if you could answer it i would appreciate it ... I use dreamweaver and i noticed you have text links without an underline. how do you do that? in dreamweaver? thanks, and keep progressing.

    Steve H.
    Graphic Artist/ Muralist
    www.flavorinnovator.com
    IP

  4. #4
    Join Date
    Aug 2000
    Location
    dusseldorf, germany
    Posts
    305

    Default

    Steve,

    thanks for your input.
    I use stylesheets and asp scripts for almost anything.
    On the bottom you find the part of my default.css where I set color and remove the underlines for the links. This is completely independent of Dreamweaver. Look at the source of any of my pages to see how the files are bound to each page.
    btw. I stumbled upon THE .css editor at www.bradsoft.com. It shows you which styles are valid for which browser/version.

    A{
    color : #000000;
    text-decoration : none;
    }

    A:Visited {
    color : #000000;
    text-decoration : none;
    }

    A:Active {
    color : #FF7F00;
    text-decoration : none;
    }

    A:Hover {
    color : #FF7F00;
    text-decoration : none;
    }

    juergen
    IP

 

 

Bookmarks

Posting Permissions

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