• Member Avatar for mattyd
    mattyd

    Replied To a Post in When Panel is Opened, It Jumps to the Left

    JorgeM, Thank you for this explanation and also about other resources not loading. I will look into all of this in the morning and post the results here. Thanks, Matthew
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to JorgeM in When Panel is Opened, It Jumps to the Left

    Matthew, sorry for not being more specific. there is no need to create a div, nor are you creating a class called "html". The purpose here is to apply the …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in When Panel is Opened, It Jumps to the Left

    I cannot get this to work properly - I put .html { overflow-y: scroll } in my css file and <div id = "html"> in my index page. I am …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to JorgeM in When Panel is Opened, It Jumps to the Left

    Yes your CSS. Apply styling of overflow-y to the HTML selector as shown above.
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in When Panel is Opened, It Jumps to the Left

    JorgeM: When you say my "html element" are you referring to something in CSS or directly in my HTML mark-up? Thanks, M
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in When Panel is Opened, It Jumps to the Left

    JorgeM: I shall try that suggestion - I pray it works because this little issue driving me crazy. Thank you, Matthew
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to JorgeM in When Panel is Opened, It Jumps to the Left

    What i have gotten used to doing for sites that may have some pages that will fill more than just the screen (vertically) is to just show the scroll bar …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in When Panel is Opened, It Jumps to the Left

    > It Jumps to the Left And then a step to the right. With your hand on your hips... Sorry was it just me? From the title, I was expecting …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in When Panel is Opened, It Jumps to the Left

    Showman13: Yes, I think that makes sense but I am not happy with that outcome or appearance of that. Is there any way that you know of to modify this? …
  • Member Avatar for mattyd
    mattyd

    Created When Panel is Opened, It Jumps to the Left

    There is an issue with a page I am developing that I just noticed. Please take a look at the page: http://redlinedown.com/index700.html# On the top, black panel bar, notice "Log …
  • Member Avatar for mattyd
    mattyd

    Began Watching When Panel is Opened, It Jumps to the Left

    There is an issue with a page I am developing that I just noticed. Please take a look at the page: http://redlinedown.com/index700.html# On the top, black panel bar, notice "Log …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to Troy III in A Small Problem Involving a Label

    mattyd you've changed the width of your form container - or you'vechanged the font or size; anything of that kind - or simply added borders, -just ad some more space …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Clearing All Fields on a Form Except for One?

    What I mean by reload is to use the back button or the refresh icon for the given page. I have multiple fields in a form - Upon reload I …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in .php files (converted from .html) will load but not display

    This is the code for the .html (Same code as when I save it as .php). Please excuse the messy code, I am in the middle of many things concerning …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in .php files (converted from .html) will load but not display

    I have my files on a hosting service company running Apache. Do you mean that in order for me to see them I need to be running a local server? …
  • Member Avatar for mattyd
    mattyd

    Edited .php files (converted from .html) will load but not display

    I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. …
  • Member Avatar for mattyd
    mattyd

    Edited .php files (converted from .html) will load but not display

    I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. …
  • Member Avatar for mattyd
    mattyd

    Created .php files (converted from .html) will load but not display

    I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. …
  • Member Avatar for mattyd
    mattyd

    Began Watching .php files (converted from .html) will load but not display

    I apologize if I asked this question before - I may have. I am hearing two sides to this issue: 1. .php files WILL display in a web browser 2. …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Clearing All Fields on a Form Except for One?

    I added that code. The field itself (Not the input value) disappeared and code displayed on the page. I will have to play with this to try to get it …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Clearing All Fields on a Form Except for One?

    diafol: I will try your example right now. Thank you.
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to diafol in Clearing All Fields on a Form Except for One?

    You could add a class to the formfield in question (e.g. "keep") and clear all except that one. e.g. with jQ: $("input:not(.keep)").val('');
  • Member Avatar for mattyd
    mattyd

    Created Clearing All Fields on a Form Except for One?

    Hello. I have one question. I have a form which I wish to clear all fields upon refresh/reload (*except one field*). Using onload and onunload, all fields are cleared but …
  • Member Avatar for mattyd
    mattyd

    Began Watching Clearing All Fields on a Form Except for One?

    Hello. I have one question. I have a form which I wish to clear all fields upon refresh/reload (*except one field*). Using onload and onunload, all fields are cleared but …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in A Small Problem Involving a Label

    Dave, I generally do not like to use what might be considered work-arounds (For various reasons) but in this case it seems just fine. Thanks again! Matthew
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Revoked Solved Status for A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Marked Solved Status for A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in A Small Problem Involving a Label

    DaveAmour: Actually your hack worked wonderfully. Thank you so much for taking the time with this for me. I appreciate it! Matthew
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to JorgeM in A Small Problem Involving a Label

    Maybe this would be of some help. put this together very quickly and i know that using tables for this purpose is not optimal but i find that it works …
  • Member Avatar for mattyd
    mattyd

    Gave Reputation to JorgeM in A Small Problem Involving a Label

    Maybe this would be of some help. put this together very quickly and i know that using tables for this purpose is not optimal but i find that it works …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in A Small Problem Involving a Label

    The link to the site is as follows: [Click Here](http://redlinedown.com/errorTest1.html#) Please note, it is in a dev state and far from finished. Thank you to anyone that takes a look …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in A Small Problem Involving a Label

    JorgeM: I believe this may be relative, but I am not exactly sure (Note: Last year I hired a programmer to develop one feature of my site and I fear …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in A Small Problem Involving a Label

    DaveAmour: Thank you for your reply. I do not think it requires a for attribute - It never had one. It is just a simple text label set to display …
  • Member Avatar for mattyd
    mattyd

    Edited A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Created A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Began Watching A Small Problem Involving a Label

    Hello. I am having a small problem involving a text label not displaying correctly over a field. It was fine until about a week ago; I believe I must have …
  • Member Avatar for mattyd
    mattyd

    Created Parse error: syntax error, unexpected end of file

    Hello: I am getting a parse error while running a file on my server on my home machine: Parse error: syntax error, unexpected end of file I have been researching …
  • Member Avatar for mattyd
    mattyd

    Began Watching Parse error: syntax error, unexpected end of file

    Hello: I am getting a parse error while running a file on my server on my home machine: Parse error: syntax error, unexpected end of file I have been researching …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    Part of the reason I am attempting the .php conversion is in order to use include files- I started that this morning and it did not work. I am sorry …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    I inserted ` <?php ini_set('display_errors',1); error_reporting(E_ALL);?> ` And ran it - Nothing displayed. The page jumped automatically to index.html.
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    broj1: I will switch error reporting on now. Here is the code for index.php which will not display (But instead loads index.html - I have no idea why it would …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    What is happening now: I run index.php and it begins to load but then instead loads index.html. Why would this happen? This is the .php link which then automatically switches …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    broj1: I created a new test.php file with the code: ` <?php phpinfo(); ?> ` I recieved a huge list as a response containing much information I do not understand …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    broj: I have tried changing the index page to .php earlier - I ran it in the browser and it was blank. On another forum someone else said it was …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in An index.php Question

    broj1: Thanks for your reply. Yes, my index page contains PHP code already (but has a .html extension) I am using GoDaddy as my hosting service and I believe they …
  • Member Avatar for mattyd
    mattyd

    Began Watching An index.php Question

    I am working on a project and have been doing some research. One thing I have noticed are tutorials calling for saving the index file in .php. I tried this …
  • Member Avatar for mattyd
    mattyd

    Edited An index.php Question

    I am working on a project and have been doing some research. One thing I have noticed are tutorials calling for saving the index file in .php. I tried this …
  • Member Avatar for mattyd
    mattyd

    Created An index.php Question

    I am working on a project and have been doing some research. One thing I have noticed are tutorials calling for saving the index file in .php. I tried this …
  • Member Avatar for mattyd
    mattyd

    Replied To a Post in Very Strange Bug

    Generally I do not like work-arounds. It seems sloppy to me and it usually does not get to the root issue, which is something all developers should be thriving for …

The End.