Results 1 to 3 of 3

Thread: Changes in color attributes (Border)

  1. #1
    Join Date
    Dec 2008
    Posts
    12
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Changes in color attributes (Border)

    1) Script Title: Dynamic Drive DHTML Scripts-Tab Content Script (v 2.2)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) Describe problem: Changing border color to suit my page. This is a partial part of the code that I was trying to edit to change the color of the border:
    <div style="border:1px solid gray; width:500px; height: 200px; padding: 5px; margin-bottom:1em"> NOTICE the color attribute (Solid gray) I made several attempts to change that color by using (color="#123456") and (color:#fe2e13); When I try to change it the border just vanishes and I recieve no results.?
    Last edited by mike@usn; 12-10-2008 at 01:32 AM.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    You can control the border color associated with the tabs by editing the border property that is present in '.shadetabs li a ' CSS rule.

    You should be able to change the border color of the div element the way you've mentioned without any issues. But mostly you have to change the border color of the tabs also. In other words this is a two step process

    (1) Change the border color of tabs
    (2) Change the border color of content container.

    Code:
    <div style="border: 1px solid #FE2E13; padding: 10px; width: 450px; margin-bottom: 1em;">
    Provide a link if you have that so that the forum users will be able to have a look at your issue directly.

  3. The Following User Says Thank You to codeexploiter For This Useful Post:

    mike@usn (12-10-2008)

  4. #3
    Join Date
    Dec 2008
    Posts
    12
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Made the changes

    I made the changes to the .CSS and index . Still the same issue. The following is the link with the tabs on the front page. The border will not show up tryig to change its color.? http://www.ultimatesolutionsnetwork.com
    http://www.ultimatesolutionsnetwork.com/tabcontent.css
    Last edited by mike@usn; 12-10-2008 at 01:13 AM.

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
  •