News:

Create A Forum Installed

Author Topic: Can it be done :)  (Read 2685 times)

0 Members and 1 Guest are viewing this topic.

Offline TaoGem

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
    • View Profile

Badges: (View All)
Tenth year Anniversary Nineth year Anniversary Avatar
Re: Can it be done :)
« Reply #15 on: November 22, 2012, 04:39:52 am »
Ya.. Having the size of the avatar determine the height of the image is not such a big deal.. The only noticable difference is for a guest who is not logged in.. Because there is no profile image showing there as a guest, the height is greatly reduced..
All is well though...

Offline terrel8125

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 3
    • View Profile

Badges: (View All)
Level 4 One year Anniversary Karma
Re: Can it be done :)
« Reply #16 on: November 22, 2012, 04:52:23 pm »


as it states in the picture they are both 100% width they have exactly the same coding on them it has everything cept the boards

Offline TaoGem

  • Jr. Member
  • **
  • Posts: 98
  • Karma: 0
    • View Profile

Badges: (View All)
Tenth year Anniversary Nineth year Anniversary Avatar
Re: Can it be done :)
« Reply #17 on: November 22, 2012, 05:01:03 pm »
Terrel..
Are you sure your using this code.. ?  Because mine is centered so as not to cover up the profile and search box areas.  http://www.gofunforum.com/
Code: [Select]
<script>$("#upper_section").css({"background-image":"url(http://i1270.photobucket.com/albums/jj612/snuffbottlesplus/vacation2_zps21bbffe2.jpg)","background-repeat":"no-repeat","background-position":"right center"});</script>

Offline terrel8125

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 3
    • View Profile

Badges: (View All)
Level 4 One year Anniversary Karma
Re: Can it be done :)
« Reply #18 on: November 23, 2012, 03:43:34 am »
yes im using the exact same code for both forums i think the aspect ratio of one forums is larger then the other idk why though

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: Can it be done :)
« Reply #19 on: November 23, 2012, 04:54:21 am »
Try adding the same amount of tabs to your test forum, that's the one major difference I've noticed.
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.

Offline terrel8125

  • Jr. Member
  • **
  • Posts: 90
  • Karma: 3
    • View Profile

Badges: (View All)
Level 4 One year Anniversary Karma
Re: Can it be done :)
« Reply #20 on: November 23, 2012, 04:29:34 pm »
i believe it was the aspect ratio thats automatically changed with the size of the header i never realised how big the header was till the other day but thank you guys for helping me out to the best of your abilities i changed the size of the header image and it fixed it automatically so yeah
« Last Edit: November 23, 2012, 04:38:36 pm by terrel8125 »

Offline aIURbliS

  • Hero Member
  • *****
  • Posts: 1215
  • Karma: 45
  • Gender: Male
  • Location: U.S.
    • View Profile

Badges: (View All)
Level 6 Sixth year Anniversary Fifth year Anniversary
Re: Can it be done :)
« Reply #21 on: November 26, 2012, 04:53:16 am »
I highly suggest you guys read the three sticky topics I wrote in the Style board and use CSS code instead of the javascript code I wrote in this topic.
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.