Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7987149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T12:03:54+00:00 2026-06-04T12:03:54+00:00

this is most likely very easy but i’m struggling $(window).bind(load resize, function(){ var wH

  • 0

this is most likely very easy but i’m struggling

$(window).bind("load resize", function(){
var wH = $(window).height();
var wW = $(window).width();
var hwH = (wH) / 2;
// ---- slide size w+h ----
  $('.slide').css({'height': (wH) +'px', 'width': (wW) +'px'});
  $('#features') .css({'height': (wH+hwH) + 'px'});

// ---- size/min-size for featureItem div's ----
  $('.featureItem') .css({'height': (wH * 1.5) / 5 - 17 +'px'});

});// end resize.function

i would like to add a conditional statement for #features along the lines of

if$(wH+hwH < 735) {
    $('#features').css({'height': 735 +'px'});
    }
  else {
    $('#features').css({'height': (wH+hwH) + 'px'});
    }

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T12:03:55+00:00Added an answer on June 4, 2026 at 12:03 pm

    Maybe this would work? You had a $ in your if statement and I don’t think you have the correct syntax for the .css() function. .height() might be easier.

    if(wH+hwH < 735) {
      $('#features').height(735);
    }
    else {
      $('#features').height(wH+hwH);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is most likely not an easy one but here is the situation: I
I am aware this is most likely a very stupid question, but I just
This is most likely a very obvious answer, but I am just not seeing
I know this is most-likely a simple question but when you restore a database
I must apologize beforehand as this is most likely a very silly conceptual mistake
This is most likely not possible, but I'm just asking this to check... I'm
This is a very simple question, and most likely requires a very simple answer.
I'm pulling in xml using the cocoa NSXmlParser. Since this process most likely won't
This is not as simple as it seems. Most of you are likely thinking
This is actually a non-critical question, but I get this warning most of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.