Results 1 to 4 of 4

Thread: Search results F.A.O Kleetus

  1. #1
    nay27uk
    Guest

    Default Search results F.A.O Kleetus

    hi all my search results seem to be a little screwed would Kleetus or anyone else that knows please tell me in what CSS do i alter the search results, Below is a screen shot of what the problem is and what i need to alter, i need the background of the search results to be the same as all my other tables. (yes thats me in the picture) im taking a CIW website corse boy have i got lots to learn. altho having said that i have no idea why dolphine is made with so many diferent CSS files and so caled templates (a very messy script)



    THANKS
    Last edited by nay27uk; 04-26-2007 at 09:23 AM.

  2. #2
    Kleetus
    Guest

    Default

    In your search_results.css find
    PHP Code:
    div.searchrow_block
        
    {
            
    position:relative;
            
    margin-bottom:20px;
            
    overflow:hidden;
            
    border-bottom:2px solid #EAEAEA;
        

    and replace with
    PHP Code:
    div.searchrow_block
        
    {
            
    position:relative;
            
    margin-bottom:20px;
            
    overflow:hidden;
            
    border-bottom:2px solid #333333;
            
    background-color:#EAEAEA;
        


  3. #3
    nay27uk
    Guest

    Thumbs up

    thanks kleetus i shall go and do that now

  4. #4
    Kleetus
    Guest

    Default

    Remember ..... if you delete some lines in "div.searchrow_block", there are some in the base/css/search_results.css which will be used instead of them

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How can I Randomize search results?
    By hitokiri in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 04-20-2009, 02:51 PM
  2. Like Search Results with pagination
    By Prometheus in forum FAQ & HOWTO
    Replies: 2
    Last Post: 03-19-2007, 09:07 PM
  3. Search Results
    By driver_x in forum Free Mod Exchange
    Replies: 6
    Last Post: 01-12-2007, 10:17 PM
  4. Search Results
    By Greggers in forum Bugs and Fixes
    Replies: 28
    Last Post: 03-06-2006, 10:59 PM
  5. v4.01 Search Results in IE
    By Smoge in forum Bugs and Fixes
    Replies: 1
    Last Post: 07-23-2005, 07:33 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
  •