Hi Pals,
This is Turkey's well know new age composer Tuluyhan Ugurlu's web site. All in CSS and HTML 4.01.
Your comments are appreciated...
Thank you...
Tuluyhan Ugurlu Web Site
Hi Sercotec
I have been able to find one glitch in this otherwise superior site. In FF1.0.2 the bottom side of the border on #bodywrapper does not show up well, there is some thickening. I suppose this is a bug in FF.
Good coloration and legibility, nice presentation of images and text, degrades well.
Best wishes and well done!
Tech
Tuluyhan Ugurlu Web Site
Thank you very much Technossomy, I have noticed that that thickening part but as you have said it must be a bug of firefox 1.0.2 because I did not noticed that while using 1.0.1.
Thanks again pal, take care...
Tuluyhan Ugurlu Web Site
I would set a color for your #col2. You currently have a bg image set, but before it finishes loading, you can see the text overlaying the outter background, (the rusty fabric one). Setting the bg color for #col2 will solve this loading issue.
#col2 {
padding: 10px;
width: 370px;
position: relative;
float: left;
background: #somecolor url(assets/images/col2bkg.gif) repeat-y scroll right;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
Andrew
Tuluyhan Ugurlu Web Site
Good idea Andrew , thank you ...