Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Nowy Design
nasty
post
Post #1





Grupa: Zarejestrowani
Postów: 634
Pomógł: 14
Dołączył: 27.05.2006
Skąd: Berlin

Ostrzeżenie: (0%)
-----


Sory ze was tak bardzo mecze tym moim projektem ale on jest dla mnie naprawde wazny. Ostatni design ktory dalem dla szanownych forumowiczow wydal mi sie za bardzo pastylkowy i nie praktyczny ( malo textu mozna tam wstawic), wiec postanowilem oddac do oceny juz koncowy layout.
I Prosibym abyscie powiedzieli jaki lay sie wam bardzie podoba stary czy nowy. Dziekuje


S t r o n a

Ten post edytował nasty_psycho 11.07.2006, 08:29:33
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
ano
post
Post #2





Grupa: Zarejestrowani
Postów: 435
Pomógł: 40
Dołączył: 16.02.2003
Skąd: Wrocław

Ostrzeżenie: (0%)
-----


Fajne (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)
Ładnie dobrane kolory, fajna typografia, nawet (o dziwo) podoba mi się ten szary element pod topem - jakoś tak mimo, że nic w nim nie ma to pasuje.

OK, teraz trochę porad od strony kodu:
- tytuły w "Recent news" mógłbyś pisać w <h2> (czyli np. zamiast: <p class="Date">Prado based UI </p> --> <h2>Prado based UI</h2>
- menu pod "info" umieść w <ul>
- nie wiem czemu logo dałeś w <h1> (<h1><a href="#"><img src="images/top-logo.gif" border="0" alt="Crystalpage Home" /></a></h1>)
- zamień:
  1.      <table width="80%" border="0" align="center">
  2.      <tr>
  3.        <td width="55%"><div align="center"><a href="images/login.jpg" target="_blank"><img border="0" src="images/login_thumb.jpg" alt="Click to enlarge" width="221" height="128" /></a></div></td>
  4.        <td width="45%"><div align="center"><a href="images/users1.jpg" target="_blank"><img border="0" src="images/users1_thumb.jpg" alt="Click to enlarge" width="171" height="128" /></a></div></td>
  5.      </tr>
  6.      <tr>
  7.        <td><div align="center"><a href="images/login.jpg" target="_blank">The login dialog </a></div></td>
  8.        <td><div align="center"><a href="images/users1.jpg" target="_blank">The users manager (alpha) </a></div></td>
  9.      </tr>
  10.    </table>

na:
  1.      <table>
  2.      <tr>
  3.        <td class="one"><a href="images/login.jpg" target="_blank"><img src="images/login_thumb.jpg" alt="Click to enlarge" width="221" height="128" /></a></td>
  4.        <td class="two"><a href="images/users1.jpg" target="_blank"><img src="images/users1_thumb.jpg" alt="Click to enlarge" width="171" height="128" /></a></td>
  5.      </tr>
  6.      <tr>
  7.        <td><a href="images/login.jpg" target="_blank">The login dialog </a></td>
  8.        <td><a href="images/users1.jpg" target="_blank">The users manager (alpha)</a></td>
  9.      </tr>
  10.    </table>


a w stylach:

Kod
#CONTENT table { width: 80%; margin: 0 auto; }
#CONTENT .one { width: 55% }
#CONTENT .two { width: 45% }
#CONTENT td { text-align: center }


A ogólnie to fajnie wygląda jak na stronę systemu CMS (IMG:http://forum.php.pl/style_emoticons/default/winksmiley.jpg)
Ocena 8/10
Go to the top of the page
+Quote Post

Posty w temacie


Closed TopicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 6.10.2025 - 13:36