General Community > WebsiteBaker Website Showcase
My first baked site http://www.fresh-web-design.co.uk
FreshWebDesign:
Hi guys,
just completed my first web baker site, it took a while to get my menu sorted at the top... i've used show_menu2 and ripped it apart so my site rendered xhtml 1.1 strict.
http://www.fresh-web-design.com
the menu images are dynamic controlled by css, i used show_menu2 to input the page_id into each menu item, then i could use the id in css to assign the image required for that menu.
The writing under each menu link such as "create a masterpiece" are also controlled by show_menu2
like this
<?php show_menu2(
$aMenu = 0,
$aStart = SM2_ROOT,
$aMaxLevel = SM2_CURR+1,
$aFlags = SM2_TRIM,
$aItemOpen = '<li id="cat[page_id]" class="cat[page_id]">[a][menu_title]<img src="/media/menuimages/[page_id].gif" alt="web design [page_title]" /></a>',
$aItemClose = '</li>',
$aMenuOpen = '[ul]',
$aMenuClose = '</ul>',
$aTopItemOpen = false,
$aTopMenuOpen = false
); ?>
let me know what you guys think, one more thing, i cant get the contact us page which is a form to validate through w3c, is there a tableless form module around?
frankyboy:
looks great!!!
3 minor things:
I:the padding-left value you seem to use at "who we are" seem to differ from "fresh" & "our work"; the text is placed a bit (just a bit) closer towards the left border of your page (browser ff (2,0) at 1024x768)
II: sitemap: no padding at all
III: sitemap-xml: no page at all ;-)
anyway, impressing outfit!
FreshWebDesign:
well spotted, sorted now though.
I was just adding the sitemap links as you replied.
nomasis:
Superb !
Very very nice design.
why did you decide to do not highlight the tab for the current page ? :-D
kweitzel:
it looks nice and everything ... just 1 issue ... you have it down as "Valid XHTML 1.1 Strict" ... but it doesn't validate. Brings up 3 errors. That is not very professional.
Just rechecked it, now it comes up as valid ... did you change the doctype declaration?
cheers
Klaus
Navigation
[0] Message Index
[#] Next page
Go to full version