Help me, I need my rating div to be on the right of the screenshot.

This is a discussion on "Help me, I need my rating div to be on the right of the screenshot." within the Web Page Design section. This forum, and the thread "Help me, I need my rating div to be on the right of the screenshot. are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 14th, 2008, 22:37
TheSealPortalTeam's Avatar
User of Users

SuperMember
Join Date: May 2007
Location: Buffalo
Posts: 320
Blog Entries: 15
Thanks: 22
Thanked 1 Time in 1 Post
Help me, I need my rating div to be on the right of the screenshot.

On http://www.egtworlds.com/devl/search...ecial=Category , I have a problem with my rating not being moved to the right of the screenshot. The css is there but seems to not effect the div tag. I also have a problem with the display:none; not working for the "hover" div tag. Please help!
Code: Select all
.searchpg .search-entry img {
    
}

.searchpg .search-entry .userBox{
    width:245px;
    border: 2px solid #b3e789;
    padding: 10px;
    height:180px;
    width:450px;    
    float:none;
}

.searchpg .search-entry .userBox #searchScreenShot{
    width:245px;
    height:180px;
    float:left;
}

.searchpg .search-entry .userBox #searchRating{
    width:200px;
    height:30px;
    overflow:hidden;
    float:left;
}

.searchpg  .search-entry  .website-figures {
    position:relative;
    top:-5px;
    background-color: #b3e789;
    padding:2px;
    width:100%;
}
__________________
If I was a big money making person, You wouldn't be here, but You are. (Nothing personal, just a joke!)
EGT Worlds: The funny thing about web portals. Finished!
Last Blog Entry: Planning Ahead (Jul 25th, 2008)
Reply With Quote

  #2 (permalink)  
Old Jul 15th, 2008, 04:49
CloudedVision's Avatar
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,153
Blog Entries: 9
Thanks: 2
Thanked 34 Times in 34 Posts
Re: Help me, I need my rating div to be on the right of the screenshot.

You got a bigger problem than that. At first there are two star rating things. Then when you having over it it goes back to one. I would try to fix that first.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; project-2: kapp; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
Reply With Quote
  #3 (permalink)  
Old Jul 15th, 2008, 12:20
TheSealPortalTeam's Avatar
User of Users

SuperMember
Join Date: May 2007
Location: Buffalo
Posts: 320
Blog Entries: 15
Thanks: 22
Thanked 1 Time in 1 Post
Re: Help me, I need my rating div to be on the right of the screenshot.

That is one of the problems I mentioned. The two ratings are encased in one div tag, but overflow:none; does not seem to work in this case. The display:none; also won't work on the div tags, unless apache has decided to get direct access to the file and my css changes are not happening, I feel one or more attributes may be messing with this div tag.
__________________
If I was a big money making person, You wouldn't be here, but You are. (Nothing personal, just a joke!)
EGT Worlds: The funny thing about web portals. Finished!
Last Blog Entry: Planning Ahead (Jul 25th, 2008)
Reply With Quote
  #4 (permalink)  
Old Jul 15th, 2008, 14:04
TheSealPortalTeam's Avatar
User of Users

SuperMember
Join Date: May 2007
Location: Buffalo
Posts: 320
Blog Entries: 15
Thanks: 22
Thanked 1 Time in 1 Post
Re: Help me, I need my rating div to be on the right of the screenshot.

Well I found the problem, after reverting to a back up, I figured out that I was referencing a id in my CSS when the html wanted a class object. In English, I mislabeled the style tag. Oh well , I just hate it when the answer is so simple that you overlook the answer.
__________________
If I was a big money making person, You wouldn't be here, but You are. (Nothing personal, just a joke!)
EGT Worlds: The funny thing about web portals. Finished!
Last Blog Entry: Planning Ahead (Jul 25th, 2008)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Spinal007 - Anyone recommend a good rating/star rating script? sing2trees PHP Forum 17 Jun 8th, 2008 21:23
Rounding & Rating System. Jack Franklin PHP Forum 4 Feb 20th, 2008 18:12
Poll/Rating System lexxweb JavaScript Forum 1 Dec 9th, 2006 21:27
page rating geekazoid Web Page Design 2 Jul 3rd, 2006 16:31
Rating system... courtjester Classic ASP 2 May 22nd, 2004 12:36


All times are GMT. The time now is 16:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43