Another Swedish site
Another Swedish site
I'm happy to have finished my first CMSMS site with some help from the community. It was fairly easy and I enjoined the system very much. Donation will be comming in time too.....very nice work!
http://www.gafaearoy.lanta.se/
http://www.gafaearoy.lanta.se/
Re: Another Swedish site
Nice-looking site!
2 problems, there are horizontal scrollbars at 800 x 600 resolution and the font-size can't be increased in IE6.
2 problems, there are horizontal scrollbars at 800 x 600 resolution and the font-size can't be increased in IE6.
Re: Another Swedish site
Thanks for the comments. Regarding the 800x600 resolution - yes you right, but it is not of concern for us. In Sweden not even 1% uses that resolution so there is practically no problem.....freddieb wrote: Nice-looking site!
2 problems, there are horizontal scrollbars at 800 x 600 resolution and the font-size can't be increased in IE6.
Maybe I should code with the ability to resize the font-size - something I might consider. Thanks.
Re: Another Swedish site
Beautiful site Terabyte, I really like it. By the way, did you use the CMSMS Guestbook module for your guestbook? If so how did you get it to place each entries in their own enclosure?
Re: Another Swedish site
It's the Guestbook module. The default/example Guestbook stylesheet does that also (place entries "in an enclosure"); simply attach it to the page template used (see the Guestbook module help).Debon wrote: Beautiful site Terabyte, I really like it. By the way, did you use the CMSMS Guestbook module for your guestbook? If so how did you get it to place each entries in their own enclosure?
Very nice & clean design Terabyte, thumbs up & compliments!
Re: Another Swedish site
Only comment I can think of is the next button in the gallery, it should have white-space: nowrap; (see attached Firefox screenshot)
[gelöscht durch Administrator]
[gelöscht durch Administrator]
Re: Another Swedish site
Thanks for the comments.Yes the guestbook module was used.
Dee: thanks for the problems shown to me. Can't get the thickbox to work in proparly in FF.....
Dee: thanks for the problems shown to me. Can't get the thickbox to work in proparly in FF.....

Re: Another Swedish site
Terabyte
Very stylish / clean site, I'm a real newbie to the whole CMS thing, but your site's a real eye opener to what you can do.
Cheers

Very stylish / clean site, I'm a real newbie to the whole CMS thing, but your site's a real eye opener to what you can do.
Cheers

Re: Another Swedish site
Looking at the javascript you should use/try:Terabyte wrote: Can't get the thickbox to work in proparly in FF.....![]()
Code: Select all
span#TB_next, span#TB_prev {
white-space: nowrap;
}
Re: Another Swedish site
Tried that. Well I will try to spend more time on this comming weekend. Thank you for finding it anyway.