|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
www.photolatino.com/dev/
Hello guys! My problem is mostly technical (CSS) than design, but any graphic suggestions are completely welcome :) Ok, I'm designing this new stock images agency site for a Colombian company, and I have some mayor issues here, so if any other designers could give me a hand, I will appreciate it tons :) 1. CSS AS you can see, in Firefox 1.0.x the website looks really good, but in Opera it has little misplacements like the picture, and in Explorer it's just a complete mess. This is my second site designed entirely with CSS, so I'm just learning the tricks, but I know there are "hacks" for Explorer that I don't really know yet. My future solution at this moment is to design a table-based page for Explorer/Opera, and through a script that reads the user-agent (which I don´t know yet how to do that), it will show the CSS based design or the table-based, but we all know that's not the right solution. What can I do with my CSS to see this page correct in FF, EX and OP? 2. Horizontal and Vertical scrolls I´m visualizing this page in a 800x600 resolution, so I get a horizontal scroll which I haven´t been able to remove. This is my container id class: Code:
#container {
width:775px;
min-height: 80%;
text-align:left;
background-color:#FFFFFF;
margin:0px auto 0px auto; /*top - right - bottom - left*/
padding:0px 0px 10px 0px; /*top - right - bottom - left*/
}
I also have some space at the bottom of the page which it's not needed. I have checked the HTML and there are no lose tags or anything that can cause that extra space at the bottom. How can I remove the scrolls? Thank you very much for your help guys. www.photolatino.com/dev/ |
|
|||
|
Hi there, just to start off, i have little expert knowledge, so my comments are soley based on what the average user sees!
You might want to look at the code surrounding the login area in, IE and Opera, its fine in FF but some of the code must be contradicting itself since its displaying in such a variety of ways. The layout of the design is really clean, i like it a lot, very aesthetically pleasing. Ok, now ive had a peek at the code... I dont understand why you have the catergory thing at the very end, it must go somewhere in the middle. The code seems very cluttered, maybe you could have a go at tidying it, then you may be able to spot some of the errors in it more easily. Why dont any of the links work??? Is it just like a test run that your doing, would be interesting to see the rest of the content in the site, it has a lot of potential. Craig
__________________
www.ecampsite.co.uk |
|
||||
|
my only suggestion is to play with the margin and padding numbers. Maybe the 'auto' setting is not working. Try a slightly smaller width I believe 768 is standard.
And a couple of CSS resources: http://w3schools.com http://glish.com/css/home.asp Hope this helps, NV |
|
|||
|
Now that's going to be a really nice looking site!
re: scrolls & centering... There's lots of ways to do these things, but I prefer to center the container left-right by setting "left:50%" and left-margin equal to "minus" one-half of width, something like this: #container {position:absolute; margin-top:0px; margin-left:-400px; top:0px; left:50%; width:800px; height:600px; padding:0; background-color:#FFFFFF; visibility:visible;} If you're curious to see this implemented, here's something I've been playing with lately: K.B. Thomas, author of The Fabric of Desire. IMHO, with a little perserverance you can overcome the IE / Opera problems without resorting to tables, and that's really the way to go. Hey, I grinned when I saw where you positioned that header (i.e. "position: absolute; left:-10000px;")... Do you think that works better than simply "display:none;"? |
|
|||
|
http://www.photolatino.com/dev/
Hey guys, what's up! Hey, thanks for your very constructive comments :) Ok, I have good news and not so good news. GOOD NEWS Content box centered Ok, I finally got to center the content box in all three browsers, FF, IE and OP. Thanks to nullvariable's reference to http://glish.com/css/home.asp, I saw how he worked it out, and did the same thing. I also found out that my navigation under the moving pictures, was causing some problems too, so I had to fix that also. This is my new code: Code:
body {
margin: 0px 0px 30px 0px;
padding: 0px 0px 0px 0px;
color: #ccc;
background-color: #333;
text-align: center;
/*background-image: url('backgr-home.jpg');
background-repeat: repeat-x;
background-attachment: fixed;*/
}
#container {
margin-right: auto;
margin-left: auto;
background: #666;
text-align:left;
width: 775px;
height:auto;
background-color:#FFFFFF;
ul.nav {
margin: 10px 0px 0px 110px; /*top - right - bottom - left*/
list-style-type: none;
}
NOT SO GOOD NEWS Horizontal scrolls Well, the HS don't show up anymore on FF and IE, but OP still shows it, and in fact it shows a strange "srhinking" movement on the HS. Open up OP, but your resolution at 800x600 and you'll see. Vertical scrolls For some reason in OP the vertical length is perfect, but in FF and IE the strangest thing is happening: I have a big space INSIDE the content in Explorer, and in Firefox that big space is OUTSIDE the content... ¬¬. Now, how could I fix that? I´m going to try CJacobson's code and see how it works out. Quote:
ecampsite.co.uk, none of the links work yet because the site isn´t finished graphically, but I will be updating this forum to let you guys see what's behind the home page. I´m putting a dark background color so that you can see more clearly how the content is placed and how that big space for vertical scroll looks like. CJacobson, http://www.kb-thomas.com/ has horizontal scrolls at 800x600. Quote:
I am putting my URL at the top and bottom of my posts just for quick reference to my dev site, I don't intent to spam. http://www.photolatino.com/dev/ |
|
|||
|
Quote:
I just use http://www.anybrowser.com/ScreenSizeTest.html to verify that the site looks okay at 800x600 and all meaningful content appears unobstructed... The suggested centering technique works. Just tweak the numbers to "width:768px;", "margin-left:-384px;", etc. I like that dark background. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |