Tag Archives: Session Variables

Do I need to reconfigure my website design?

Good day, I have created a website which has a three tier drop-down palate. The third tier is where the user chooses to evaluate a specific slideshow (cycle plugin) on the home design. The second tier is where the user chooses ‘home design’ which reveals the third tier with all the home designs stated. Each home design is a separate page along with menu at leading… slideshow in the center… carousel (carousel plugin) with thumbnails of some other home designs. Once an individual chooses from your menu or this carousel, the new page is ‘opened’. The menu as well as the carousel ‘reset’… only the 1st tier of the particular menu being displayed plus the carousel returns towards beginning of the alphabetical order. Almost all hovers are taken out. MY QUESTION: your client now wants to take care of the hover for both the second tier on the menu and this carousel. In some other words: if anyone chooses ‘design A’ on the carousel… after ‘design A’ is definitely opened the carousel would still have the hover over ‘design A’… it would NOT reset. The center of the menu, the 1st and second tier in the menu would be visible … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

Way of making first page viewed use 1 style sheet and other pages a different sheet?

Hi all Can there be a way connected with coding: 1st page viewed on a session (regardless that page it is) = CSS page 1 most of other pages viewed = CSS published 2 I have a site the place that the landing pages are generally 1 of 7-8 webpages, but people COULD POSSIBLY land onto additional back pages. What I would prefer to do is usually to make the very first page they land on have a very big impressive masthead by using large rotating graphics of previous work however to make subsequent pages use a very small masthead so people any longer ! keep scrolling along. Depends around the programming language used, and no matter the way you do it, it shouldn’t get perfect (mostly because people have option not just to save cookies/session variables about their machines). Here’s how you’d take action in ASP: Code: when Session (" visited" ) < > " 1" in that case Session (" visited" ) = " 1" Reply. Write " < url href=" " first-stylesheet. css" " rel=" " stylesheet" " type=" " text/css" " /> " altogether different Response. Write " < url href=" " subsequent-stylesheet. css" " rel=" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment