WebsiteBaker Community Forum (upd)

General Community => WebsiteBaker Website Showcase => Topic started by: maxbrax on March 24, 2006, 10:39:57 PM

Title: two new sites with WB
Post by: maxbrax on March 24, 2006, 10:39:57 PM
 :-D  I want to introduce to the community of the last customers of WebsiteBaker the situated ones realizes to you with this fantastic CMS: 

http://www.sbandieratoricittaregia.it  (http://www.sbandieratoricittaregia.it)

and

http://www.msascensori.it

Salutes to all (sorry for my english)
Title: Re: two new sites with WB
Post by: kweitzel on March 25, 2006, 12:01:36 AM
Ciao MaxBrax ...

verry nice ... but both sites have little issues with FireFox ;-)

1) The Band page: The DIV on the right, where the "ultime news" are does not "expand" enough to cater for the domain annoucement ...

2) The Elevator Page: The Text overflows the main DIV (bottom) and is therfor unreadable ...

Information about errors you can find here: www.positioniseverything.net (http://www.positioniseverything.net), a very good site ...

cheers and "a dopo"

Klaus
Title: Re: two new sites with WB
Post by: mysticcowboy on April 13, 2006, 03:39:03 AM
On the ms ascensori site, the text runs off the background Screenshot here (http://michaelsdesigns.com/preview/msascensori.png). (Firefox)

Even though you didn't explicitly state that the main column .entry is floated left. Putting the sidebar with a left margin of 540px makes it act as if it does in Firefox or any Gecko based browser.

That will always cause the content to overflow it's background if it extends farther down the page than the non-floated column.

The solution for that is to float the sidebar div right with an explicit width and give the entry div a right margin larger than the width of the floated div.

Other than that is looks nice, once I get past the flash splash screen, which just wastes time.
Title: Re: two new sites with WB
Post by: maxbrax on April 13, 2006, 09:45:03 AM
 :-D
thanks for the suggestions I supply soon to the correction of the visualization errors.

Title: Re: two new sites with WB
Post by: maxbrax on April 13, 2006, 11:13:41 PM
http://www.msascensori.it/

OK solved problem of visualization in Mozilla and firefox
i have changed css:

.narrowcolumn { float: left; padding: 0 0 0 25px; margin: 0 0 0 0; width: 482px; min-height: 500px; height: 200px; }

changed with:

.narrowcolumn { float: left; padding: 0 0 0 25px; margin: 0 0 0 0; width: 482px; }

thank you all     (sorry for my english)
Title: Re: two new sites with WB
Post by: mysticcowboy on April 14, 2006, 12:33:28 AM
Looks fine now. Very nice.
Title: Re: two new sites with WB
Post by: kweitzel on April 14, 2006, 10:30:30 AM
the way to go!

cheers

Klaus