Help - Search - Members - Calendar
Full Version: My New Website
Zymic Webmaster Forums > Web Design & Development > General Web Design Discussion
WEJMASTER
Hi, guys. I've done my new website: Genbuku.uuuq.com.
What do you think of my new website?

But there's one problem, the layout is a mess in Firefox, but it is perfect in Internet Explorer. Do you know what's wrong?
IamShipon1988
In Firefox 3.x you get the same result as IE 7.x and above. To me this seems like it is one of your very fist layouts so I'll go easy on you.
1. I like the fact that you did not use any tables. CSS was a great development that I think everyone should adapt (at least by now). However, you should use external linking for style sheet. It is a lot better as compared to showing all your css in every page. You can achieve this by creating a style.css file and placing your css codes (no open css tags) and using
CODE
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />

2. I think the navigation is a bit too big. I once read an article that stated "always try to show your pull nav without the users having to scroll. It is more professional and makes your site more attractive."
3. Having a free download to a premium software is not allowed here on Zymic. "LimeWire Pro" in this case is considered a premium software. Unless you have authorization, which I doubt since there are only 2 companies who has them, you are not allowed to have it.
4. Why do you have soo many empty paragraph tags? If you are trying to create spacing, you can do that with css by giving it a high element.
WEJMASTER
Thanks a lot.
1.- I didn't quite understand the first part but I'll try.
2.- I know the nav is a bit big but I like it that way.
3.- What does zymic do if you have unauthorized premium software like Lime Wire Pro?
4.- I don't know what you mean by empty paragraph tags.
IamShipon1988
1. Best of luck, if you want a sample of how to use a separate stylesheet then just visit my personal website at http://sazzadhossain.org
2. It is kind of a standard, but if you like it big, then you should keep it big.
3. Zymic will terminate your account if they do realize it. If the authorities notice it first, Zymic might face penalty or fines.
4. Empty paragraphs as in the area where you put
CODE
<p>&nbsp;</p>
WEJMASTER
I'm trying what you said, but : do you have or does anyone have another solution to the layout becoming a mess in firefox and safari?
nookkin
Simple way to fix the empty P tag problem:
CODE
<div style="height: 10em;"></div>


Adjust the "10em" to whatever size you want. (And obviously, remove the P tags and put this in their place.)

As far as making it look right in Firefox... I cannot stress this enough, you must START designing your layout to look right in Firefox and other standards-compliant browsers and THEN make it look right in IE, not the other way around.
brandmantra
Do try to make a more relevant web site, text size is very poor, there have lots of spaces in your paragraph, i just like your logo but its also big size need to smll its size.
S4l1h
Were you used Dreamweaver etc. ?
WEJMASTER
So there's no solution to my problem?
S4l1h
Because dreamweaver etc. programs are generates error. (Usually) You should analysis your code

Why?Why
IamShipon1988
Try putting this code at the before the footer
CODE
<div style="clear: left;"> &nbsp;</div>
S4l1h
CODE
#Layer2 {
background-color:#181818;
height:850px;
position:absolute;
top:405px;
width:331px;
z-index:1;
}


Layer2 id's new height value. Your box problem will fix.(on firefox)

Or you will delete height value
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.