whatisthematrix
|
posted on 5.28.2003 at 22:03 |
|
|
|
|
anders
|
posted on 5.29.2003 at 02:10 |
|
|
henke,
nice job on the site!
maybe add some bgcolor with transparency on the menus that slide out..
they dont look good right now if u can see thru them...
now...time to add some content
|
"Life is not measured by the number of breaths we take, but the moments that take our breath away."
|
|
|
jooli
|
posted on 5.29.2003 at 02:18 |
|
|
i'm like in love with the menu.. every time i see it xP
nice job, but how about making the "webcentral v3" thing have some font color instead of transparent? it just becomes part of the bg and disappears... namean?
anyway, love it keep up the good work henke
|
[Currently working on] Surviving teaching video production, and editing shorts
|
|
|
Brian Nickel
Junior Member
 
33 Posts
Location . Neighborhood of Make Believe Status: Offline
|
posted on 5.29.2003 at 03:44 |
|
|
Looks good. I like the overall feel.
but:
A) Menu items in Start and Links are a bit hard to read on account of the white in the BG.
B) The grey scroller seems a bit out of place in the sea of blue.
C) Your boxes (link bar and scroller) are a bit wide in Mozilla based browsers
D) You seriously need to kill the native scrollbar in Mozilla (esp on lower resolutions). On Mozilla at 800x600 (window.innerHeight == 400), mouseover on "Portfolio" with the content completely scrolled removes the scrollbar and the whole page jumps.
Nicely done.
|
.brian
|
|
|
Mark
|
posted on 5.29.2003 at 08:30 |
|
|
Slick work man, really cool. Gotta agree with Sherman on the transparent backgroundcolor for the submenus.
|
| Mark
|
|
|
Chris
|
posted on 5.29.2003 at 09:01 |
|
|
lookin good.. i don't like the horizontal line just above the menu though, it interferes with the menu items imo
also, are you planning on using the HTML tag?
|
|
|
|
simu
|
posted on 5.29.2003 at 09:28 |
|
|
looks good beside of the scrollbar which looks really out of place...
agree with brian about the scrollbar in moz it's also there in opera, you have to set the position of the content-layer to relative, overflow-hidden only affects on relative positioned childs...
|
- Simon Käser
- http://endlessx.com
|
|
|
hitesh.mehta
Member
  
111 Posts
Location . India Status: Offline
|
posted on 5.29.2003 at 09:50 |
|
|
yes.. agree with wat others say abt the logo 'webcentral' which has to stand out!
|
[create::craft::construct]
|
|
|
hzr
|
posted on 5.29.2003 at 10:29 |
|
|
Nice work, agree with others.
Specify a background color.
|
hzr
|
|
|
jimdrake
|
posted on 5.29.2003 at 15:24 |
|
|
it would be nice to have the scroll wheel work on the content...
other than that, looks great, love the menu
|
|
|
|
whatisthematrix
|
posted on 5.29.2003 at 22:55 |
|
|
thanks to everyone!
chris: what HTML tag?
will fix it in moz.
neo and anders: what are the code so I can change opacity in css?
|
I'm whatever I want, you can like it or love it // [loading]
|
|
|
bodyvisual
Senior Member
   
490 Posts
Location . in my own fantasy world Status: Offline
|
posted on 5.29.2003 at 23:06 |
|
|
I totally agree with everyone; maybe on the sliding menus (which look awesome), you could make the border either heavier, or a different col. Looks great!
bv +
|
_bdvis loves you.
|
|
|
hzr
|
posted on 5.30.2003 at 08:16 |
|
|
quote: chris: what HTML tag?
Come on.
quote: neo and anders: what are the code so I can change opacity in css?
code: filter: alpha(opacity=50);
-moz-opacity: 0.5;
for 50 percent opacity in IE and Moz respectively.
[Edited on 30.5.2003 by HZR]
|
hzr
|
|
|
rene
Member
  

177 Posts
Location . The netherlands Status: Offline
|
posted on 5.30.2003 at 09:29 |
|
|
quote: Originally posted by whatisthematrix
chris: what HTML tag?
you're page begins with <script> and ends with </div>.
so add some basic HTML tags, html, body, title etc.
|
René
|
|
|
Chris
|
posted on 5.30.2003 at 10:06 |
|
|
|
|
jooli
|
posted on 5.30.2003 at 15:01 |
|
|
eep... hav u lost ur mind? not knowing ur filters??? tsk tsk lol
|
[Currently working on] Surviving teaching video production, and editing shorts
|
|
|
whatisthematrix
|
posted on 5.30.2003 at 21:02 |
|
|
lol...jooli....
thanks dave....
Why do I have to have the html tages??....I'm so fucked up right now...
|
I'm whatever I want, you can like it or love it // [loading]
|
|
|
simu
|
posted on 5.31.2003 at 09:16 |
|
|
because every html-document needs a html-tag a head-tag and a body-tag, try your page in some browser other than IE, then you'll see the problem... IE corrects your faults a good browser shouldn't...
|
- Simon Käser
- http://endlessx.com
|
|
|
hzr
|
posted on 5.31.2003 at 10:19 |
|
|
Include a title at least .
|
hzr
|
|
|
anders
|
posted on 5.31.2003 at 14:01 |
|
|
henke, what in the world made u think not to include the basic html tags? lol..
after all, you are making a html page, no?....hehehe
|
"Life is not measured by the number of breaths we take, but the moments that take our breath away."
|
|
|
whatisthematrix
|
posted on 6.1.2003 at 18:34 |
|
|
yeah...yeah...I will fix the html tags...
does it look better now in moz?
|
I'm whatever I want, you can like it or love it // [loading]
|
|
|
hzr
|
posted on 6.1.2003 at 18:40 |
|
|
Still the same in Mozilla. Put a Doctype at the top of the document and it'll probably be solved. (Remember that it's IE that messes things up, so you have to change your CSS a little):
code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Also, you still haven't specified a background color.
[Edited on 1.6.2003 by HZR]
[Edited on 1.6.2003 by HZR]
|
hzr
|
|
|
Mark
|
posted on 6.2.2003 at 15:01 |
|
|
I dont see any proper HTML coding yet. You sure you uploaded it?
|
| Mark
|
|
|
jooli
|
posted on 6.2.2003 at 15:24 |
|
|
its almost summer vacay... must be on all our minds... forget designing lol
|
[Currently working on] Surviving teaching video production, and editing shorts
|
|
|
whatisthematrix
|
posted on 6.2.2003 at 19:05 |
|
|
thanks david again.....
but I can't get the filter right I have code it like this now, is it wrong?
.menu a {
color:#FFFFFF;
display:block;
padding:2px 0px 2px 5px;
text-decoration:none;
background-color:#transparent;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
.menu a:hover {
background-color:#E1E1E1;
color:#000000;
filter:alpha(opacity=50);
-moz-opacity:0.5;
}
|
I'm whatever I want, you can like it or love it // [loading]
|
|
|