Coders are lazy! We need your code to see what's wrong. We don't want to spend a day writing code for you and get "Oh, That's not what I meant.".
I have to guess what your header is - The orange box?
Give us the code and be more clear as to what you want.
BTW - are there sites online providing...
Not the way I'd do it, but looks good.
FYI: To check if my AJAX works I start my PHP sending back a "Made it!" Message and have JS flash it as an alert.
Josiah, It looks like you have a grasp on how AJAX works, but are unsure how to use it.
Let's look at the errors in your post. Things that are wrong for what you want”.
From your quote:
Note that onload{...} executes immediately after a page has been loaded: Meaning BEFORE the user enters any...
There may be some intricate way of doing this, but why waste time looking for it? If the four objects are the only thing on the row use two columns instead, otherwise, the wrapper is the way to go, Why complicate things?
JavaScript
var elements = document.getElementsByClassName("image");
for (i=0; i<elements.length; i++){
elements.addEventListener("click", function () {
var attr = this.getAttribute("id");
switch (attr) {
case "card":
document.getElementById("imageOne").src...
There have been times and will be again when I write out solutions and not code, but you all have to agree that one line of code is better than a thousand words. So here is 52,000 words in a simple code fragment. And if you have questions which I know you will have, ask me here and I'll explain.
When I hover over the menu items they change color and stay that color until I move off of them., so I cannot verify your problem.
As for the mobile menu, I see nothing wrong. What is the problem there - {please state it in different terms.
Hi missleattak,
You should use the </> icon to enter the code. You should ask squarespace what they changed that broke your site.
Your code should work btw.
So give us a link to the site so we can look at the entire code, unless you want to post it here and save us time.
Your columns have this “valign:center;" in CSS and this does not exist. Think you want text-align:center;.
Your use of /> and   tells me you're using old coding.
Most importantly when I loaded your code into VSCoder I got a warrning message that illigal endig were being used. and I had a...
In the BODY, have your logo div first then make two columns, side by side. Place the
<div class="ao-text-header">Account Overview has a new look</div>
You can view your retirement accounts below, or go back to the classic experience.
</div>
In the left column followed by the Welcome div and...
You might try the "set_error_handler"
Or use the try - catch method.
Never done them myself because I only had one DB and loss of it IS a fatal error and things should be shut down (in my case anyway).
No. Why put this in that DIV?
<div class="ao-text-header">Account Overview has a new look</div>
You can view your retirement accounts below, or go back to the classic experience.
My screen is over 2000px and I see nothing happening that looks bad when I stretch your page to those limits. The side column remains the same size and firmly up against the right side of the page.
What do you see happening?