Author Topic: help me out here  (Read 868 times)

0 Members and 1 Guest are viewing this topic.

Offline abazoskibTopic starter

  • Devotee
  • Posts: 546
  • Gender: Male
    • View Profile
help me out here
« on: March 02, 2010, 01:58:26 PM »
http://campusblackout.com/new.html

my goals: i want a very clean interface, easy to navigate, and use. i started out in one path, and just re did it to create what you see here. i dont really know where to take it from here. id like to do some round corners possibly, but the tutorials i saw online dont really help you integrate their code with your current code, so it hard for me to just throw in round corners. other than that, i am looking for any tips of maximizing the usability.

if someone could help me establish round corners that would be great, also any other tips you might want to throw my way would be appreciated. im not happy with what i have so far, so i appreciate the help in advance.

Offline ferdi

  • Irregular
  • Posts: 30
  • Gender: Male
    • View Profile
Re: help me out here
« Reply #1 on: March 02, 2010, 02:16:52 PM »
Well, aside from the register's page layout that's awkward, most things doesn't work though.
But for rounded corners on your divs, just use the normal CSS3 method, border-radius... more on that at http://code.google.com/p/curved-corner/.
It's not what they said that changed the course of history, it's what they did.

Offline abazoskibTopic starter

  • Devotee
  • Posts: 546
  • Gender: Male
    • View Profile
Re: help me out here
« Reply #2 on: March 02, 2010, 02:49:22 PM »
The registration page is the old styling. I am just concerned about looks, not so much the actual functionality. The functionality is simple, logins, registration, posting, etc etc. Mostly looking for appearance and ease of navigating critique. Thanks for that tip about round corners, I'll be sure to check it out.

Offline abazoskibTopic starter

  • Devotee
  • Posts: 546
  • Gender: Male
    • View Profile
Re: help me out here
« Reply #3 on: March 06, 2010, 02:30:43 PM »
ok i made some changed, however the curves do not appear in IE...i found something caled border-radius.htc which is supposed to make iot work on IE, but its a no go. looks great in firefox thoguh

Offline ferdi

  • Irregular
  • Posts: 30
  • Gender: Male
    • View Profile
Re: help me out here
« Reply #4 on: March 07, 2010, 02:53:22 PM »
ok i made some changed, however the curves do not appear in IE...i found something caled border-radius.htc which is supposed to make iot work on IE, but its a no go. looks great in firefox thoguh

Just make everything in the stylesheet where the border-radius is, perfect.
It should work, I personally use it.
It's not what they said that changed the course of history, it's what they did.