|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
imamis.com
There is almost no content yet, but I have just about finalized the design. Please tell me what you think.
imamis.com EDIT: made it a link so you don't have to copy and paste. |
|
#2
|
|||
|
|||
|
First thing I paid attention to was the aligning of the site. The way it's now - it's not in the center, nor is it right aligned. I'd don't like the way it's now, but that's just me. I'd center align it.
Then the headers for the navigation links ("movies","music","links"), maybe replacing those with some images - even if it just were the same texts with some effects (such as shaddow).
__________________
Fatal error on row 561: Couldn't access life - life isn't set |
|
#3
|
||||
|
||||
|
It's centered for me, but perhaps you have a smaller screen size than me.
|
|
#4
|
|||
|
|||
|
I tested it with 1024x768
Sites should never be coded so that they require one specific resolution to be shown correctly. |
|
#5
|
||||
|
||||
|
Do you know how I can fix that?
|
|
#6
|
|||
|
|||
|
well you could add frames to the site so that left and right frames contain the blue background and their width is '*'. then make the middleframe contain the work you have made and of course set it's width to what is appropriate.
|
|
#7
|
||||
|
||||
|
I don't like to use frames-- just CSS.
|
|
#8
|
||||
|
||||
|
Code:
<div align="center">this stuff will be centered on the page</div> or, if you create a more liquid layout (preferable) Code:
<div style="margin-left: 20%; margin-right: 20%;">this stuff has some large borders on the sides</div> |
|
#9
|
||||
|
||||
|
I'll try that. Thanks!
|
|
#10
|
||||
|
||||
|
IT does not work. Here is what my stylesheet looks like:
Code:
#logo {
background: #EAE8E4;
}
/* iMamis.com naviGation bar */
.navbar {
background: #ccccbb;
z-index: 1;
width: 150px;
}
.navlinks {
color: #000;
font-family: Verdana;
text-align: left;
text-decoration: none;
font-weight: normal;
margin-left: 25px
}
.navlinks a:link, a:visited, a:hover, a:active {
color: #0048A0;
text-decoration: none;
text-align: right
}
.navlinks a:hover {
text-decoration: underline;
color: #6B0000
}
.navheader {
color: #000;
font-family: Helvetica;
text-align: left;
text-decoration: underline;
font-weight: bold;
font-size: 14pt;
margin-left: 5px;
width: 150
}
.navheader a:link, a:visited, a:hover, a:active {
color: #000;
text-decoration: none
}
.navheader a:hover {
text-decoration: underline;
color: #6B0000
}
/*End of naviGation bar */
body {
background: #AABDCD;
padding: 0px;
margin: 0px;
color: #000;
font: 84% Arial, Helvetica, sans-serif;
}
.wholepage {
margin-left: 20%;
margin-right: 20%;
}
|
|
#11
|
||||
|
||||
|
OK, it's fixed. What do y'all think of the site now?
|
![]() |
| Viewing: Dev Shed Forums > Web Design > Website Critiques > imamis.com |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|