Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Main page text into scrollable text

    Hello guys, sorta new to zen, but learning a whole lot from the forum, wiki pages, and google combined. I would like help with turning the welcom/headline text into a scrollable window. I want it to be a fixed size with a vertical scroll bar. I have seen this elsewhere, and been using dev tools but can't seem to solve this one.

    By the way the reason i want this is because i intend on adding more information to the message you see now (www.fashionfavourites.com) and leaving it this way will push everything else to the bottom of the page..really awkward.

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: Main page text into scrollable text

    Add the following code to includes/tempaltes/YOUR_TEMPLATE/css/index_home.css

    Code:
    #indexDefault {
        height: 30px; /* Specify your own fixed height here */
        overflow-x: hidden;
        overflow-y: scroll;
    }
    Absolute
    Back, after a 4 year absence! Did you miss me?
    Absolute Web Solutions Ltd
    Interested in our work? Take a look at one of our sites - The Tech Store

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Main page text into scrollable text

    I think the OP only wanted that top message area to scroll. If so, then use the #indexDefaultMainContent selector instead of #indexDefault.

    Rob

  4. #4
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: Main page text into scrollable text

    Ah yes - my mistake! Bit too quick on the old copy and paste.
    Back, after a 4 year absence! Did you miss me?
    Absolute Web Solutions Ltd
    Interested in our work? Take a look at one of our sites - The Tech Store

  5. #5
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Main page text into scrollable text

    Thanks to Both of you. I have been doing something else lately, but I will try your suggestions.

  6. #6
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Main page text into scrollable text

    anyone who wants to know this code words

    #indexDefaultMainContent {
    height: 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    }

    thanks zen team

 

 

Similar Threads

  1. Main page text has turned into a link!
    By m4rtyj in forum Customization from the Admin
    Replies: 1
    Last Post: 7 Aug 2010, 01:03 PM
  2. Main Page Define - Product Listing above Main Text?
    By SaMortensen in forum Basic Configuration
    Replies: 22
    Last Post: 31 Jul 2009, 05:12 AM
  3. Main page text into scrollable text?
    By rvagrrl in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Sep 2006, 06:50 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg