View Poll Results: What color

Voters
11. You may not vote on this poll
  • Orange

    6 54.55%
  • Blue

    3 27.27%
  • Green

    1 9.09%
  • Red

    0 0%
  • Pink

    1 9.09%
Page 4 of 4 FirstFirst 1234
Results 31 to 38 of 38

Thread: 2nd-Design v3

  1. #31
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    2,009

    Latest Awards:

    Default

    Edit: Nvm I misread a few things, you could use ajax to animate the change so people wouldn't have to refresh the page.
    Last edited by redtom; 24-07-2008 at 05:16 PM.

  2. #32
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    2,492
    Tokens
    147

    Latest Awards:

    Default

    Quote Originally Posted by redtom View Post
    Edit: Nvm I misread a few things, you could use ajax to animate the change so people wouldn't have to refresh the page.
    Perhaps

    So main question now:

    Make a new one or keep this one but with color-selector ?

  3. #33
    Join Date
    Jul 2005
    Location
    North Wales
    Posts
    4,233
    Tokens
    2,009

    Latest Awards:

    Default

    Personaly I think this one with a skin changer would be really good, but if you've got the time you could make a new one and see which you like more.

  4. #34
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Quote Originally Posted by [Oli] View Post
    that would be no problem to make, but i would need to be able to have php in my .css then if i wanted to load the hex code in the css to change the rest of the page
    Quote Originally Posted by TomSpit View Post
    Different people will like different colours.
    Go with the skin selector in FLASH?
    Maybe, if you click a colour, it will animate the change of colour, if you know what I mean.?
    Or put most of your CSS in a .css file, and just overwrite the colors on the page with PHP?

  5. #35
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    2,492
    Tokens
    147

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    Or put most of your CSS in a .css file, and just overwrite the colors on the page with PHP?
    Oh! I hadn't thought of that, I guesse I could do a preg_replace oO

  6. #36
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Wouldn't really need to do that. Put the classes/ids in the css file with the default values, then on your page you can either have seperate CSS files for each color.

    Just replace the ids/classes with a new one, with different values, and it should overwrite the default ones.

    Or grab them from a session and replace them.

    EX:

    CSS Stylesheet .css

    Code:
    body {
        background-color: #FFFFFF;
    }
    On the page

    Code:
    <style type="text/css">
    body {
        background-color: #000000;
    }
    </style>
    Last edited by Dentafrice; 24-07-2008 at 08:54 PM.

  7. #37
    Join Date
    Jul 2008
    Posts
    535
    Tokens
    75

    Default

    A colour changer would be good, with orange set as the default.

    Nice design btw.

  8. #38
    Join Date
    Jul 2005
    Location
    Cymru! :o Bahh
    Posts
    571
    Tokens
    0

    Default

    I'd go for the red or blue, my vote is deffo for the blue though, it looks pretty hot.

    So A Kiss Is Out Of The Question Then..?

    ♥ My Boy <sinlge> Tbh ♥
    This love isn't good unless it's me and you
    Complicated is the whole point. x

    Theres nothing scarier than getting something you want because then you have something to lose..





Page 4 of 4 FirstFirst 1234

Posting Permissions

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