Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

    Default another random ?... borders on contact us/adavanced search etc.

    ok, so im pretty decent at finding stuff in the CSS stylesheet, but this one is baffling me.
    what controls the thin box that is in contact us form and advanced search pages? im sure its elsewhere too.

    on my site, its a thin blue box.
    http://customk9design.com/catalogzen...eywords%20here

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: another random ?... borders on contact us/adavanced search etc.

    I did not check which one of these it is but adding the statement in red and agjusting to suit will change the page posted
    You might need to check others and seperate them out individually

    Code:
    FORM, SELECT, INPUT {
    	display: inline;
    	font-size: 1em;
    	margin: 0.1em;
            border: 3px solid #ff0000;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

    Default Re: another random ?... borders on contact us/adavanced search etc.

    kobra, thanks for your reply.
    the fix you suggested above modifies the small boxes around each search or drop down item... for example, the box containing the words "enter search keywords here"
    i was hoping to modify the larger boxes... they are quite thin/faint on my page...
    there is one box that goes all the way around, and splits at the words "choose your search terms". another one goes around and splits at "limit to category".. etc.

    where can i modify this appearance?

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: another random ?... borders on contact us/adavanced search etc.

    Try this, as an example:

    #advSearchDefault fieldset {border:1px solid #ff0000;}

  5. #5
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

    Default Re: another random ?... borders on contact us/adavanced search etc.

    steve, this worked for the advanced search page... thanks!

    i tried applying your format to what i saw for the 'contact us' page... but no luck there...

    HTML Code:
    #advSearchDefault fieldset {
        border:2px solid #0a618c;
        }
        
    #contactUsForm fieldset {
        border:2px solid #0a618c;
        }

    here is the code from the 'view source' of the contact us page

    Code:
    <fieldset id="contactUsForm">
    <legend>Contact Us</legend>
    
    <div class="alert forward">* Required information</div>
    <br class="clearBoth" />
    
    
    <label class="inputLabel" for="contactname">Full Name:</label>
    <input type="text" name="contactname"  size="40" id="contactname" /><span class="alert">*</span><br class="clearBoth" />
    
    <label class="inputLabel" for="email-address">Email Address:</label>
    <input type="text" name="email"  size="40" id="email-address" /><span class="alert">*</span><br class="clearBoth" />
    
    <label for="enquiry">Message:<span class="alert">*</span></label>
    
    <textarea name="enquiry" cols="30" rows="7" id="enquiry"></textarea>
    </fieldset>

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: another random ?... borders on contact us/adavanced search etc.

    Close - #contactUsDefault fieldset

    You can put them in one statement -

    #advSearchDefault, #contactUsDefault fieldset {border:2px solid #ff0000;}

  7. #7
    Join Date
    Mar 2009
    Location
    Cornelius, NC
    Posts
    334
    Plugin Contributions
    0

    Default Re: another random ?... borders on contact us/adavanced search etc.

    PERFECT! thanks!
    didnt know to make it 'default' instead of 'form'

    :)

 

 

Similar Threads

  1. v150 Random Characters when using apostrophes etc
    By Stevis2002 in forum General Questions
    Replies: 11
    Last Post: 12 Aug 2012, 12:18 AM
  2. Embed random product specials on another website
    By Briohny12 in forum General Questions
    Replies: 4
    Last Post: 16 Aug 2011, 07:43 PM
  3. Borders, mysterious gaps, bg, etc.
    By thezombified in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Feb 2011, 08:13 AM
  4. Contact Us page borders message box
    By mka0202 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 May 2008, 04:47 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR