Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 262
Search took 0.68 seconds.
Search: Posts Made By: tripwater
Forum: JavaScript frameworks 02-06-2013, 05:57 PM
Replies: 1
Views: 286
Posted By tripwater
ok I decided not to use this plugin. I went back...

ok I decided not to use this plugin. I went back and redesigned my code to use the animate processes and simplified everything. Thanks.
Forum: JavaScript frameworks 02-06-2013, 03:42 PM
Replies: 1
Views: 286
Posted By tripwater
JQuery slide panel want mouseover not click

Hello,

I have implemented this http://www.jqeasy.com/jquery-slide-panel-plugin/. Very simple drawer for an extended menu system. It works 100% with clicking the icon. I would like for it to work...
Forum: HTML & CSS 07-26-2012, 04:37 PM
Replies: 2
Views: 700
Posted By tripwater
Good idea but what happens now is 2 things, #1...

Good idea but what happens now is 2 things, #1 instead of the popup loading next to the item you clicked on it now loads 50px higher which places it next to an icon they did not click on which will...
Forum: HTML & CSS 07-26-2012, 04:20 PM
Replies: 2
Views: 700
Posted By tripwater
absolute positioning and overflow auto problem

Hello, I just noticed this behavior recently as I primarily use FF to work out of but a few complaints has brought this to light. My issue is happening when dynamic content fills the current window...
Forum: HTML & CSS 09-15-2011, 02:48 PM
Replies: 9
Views: 740
Posted By tripwater
While I agree with you about tables, this project...

While I agree with you about tables, this project was started a few years ago with multiple developers, many of which were not versed in CSS. The amount of time to layout all the forms, labels and...
Forum: HTML & CSS 09-15-2011, 02:08 PM
Replies: 9
Views: 740
Posted By tripwater
ok I created a generic page that is very much...

ok I created a generic page that is very much simplified but contains most of what I am having issues with.

https://lizzybeta.nizex.com/examples/css_test.html


Now one thing I am confused by...
Forum: HTML & CSS 09-14-2011, 08:35 PM
Replies: 9
Views: 740
Posted By tripwater
Ok here is what I have now for container ...

Ok here is what I have now for container

#container
{
background-color: whitesmoke;

display: inline-block;

margin-left: 10px;
Forum: HTML & CSS 09-14-2011, 08:04 PM
Replies: 9
Views: 740
Posted By tripwater
If you notice in screenshot #2 how the menu goes...

If you notice in screenshot #2 how the menu goes beyond the container but in screen shot #3 the content makes the container grow so it looks correct? I need the behavior in screen shot 3 to work like...
Forum: HTML & CSS 09-14-2011, 08:02 PM
Replies: 9
Views: 740
Posted By tripwater
yeah I just confirmed that. Adding that line of...

yeah I just confirmed that. Adding that line of code places scrollbars on the #container and that is not what I want. Thanks gain for the reply but I need something else...
Forum: HTML & CSS 09-14-2011, 08:01 PM
Replies: 9
Views: 740
Posted By tripwater
Thanks teedoff, I can't give a link as this is a...

Thanks teedoff, I can't give a link as this is a business app that has a bunch of security and hoops to get someone in if they are not a customer :(

Question, would putting overflow:auto on the...
Forum: HTML & CSS 09-14-2011, 07:39 PM
Replies: 9
Views: 740
Posted By tripwater
container div and 2 columns within

I have a rounded corner container with drop shadow and within it, a left menu and then a content section on the right setup like so


#container
{
margin-top:50px;
margin-left:10px;
padding:0;...
Forum: JavaScript frameworks 09-12-2011, 07:01 PM
Replies: 3
Views: 817
Posted By tripwater
never mind, I figured it out

never mind, I figured it out
Forum: JavaScript programming 09-12-2011, 06:33 PM
Replies: 1
Views: 646
Posted By tripwater
Scrolling div and browser window

Hello, I was wondering if there is a way to prevent the browser window from scrolling when you are scrolling inside an overflow auto div and reach the end of the div's scroll? Right now I have a few...
Forum: JavaScript frameworks 09-09-2011, 01:42 PM
Replies: 3
Views: 817
Posted By tripwater
I still need help with this if anyone has...

I still need help with this if anyone has time...thanks
Forum: JavaScript frameworks 09-07-2011, 01:15 PM
Replies: 3
Views: 817
Posted By tripwater
anyone?

anyone?
Forum: JavaScript frameworks 09-06-2011, 03:15 PM
Replies: 3
Views: 817
Posted By tripwater
jQuery draggable div and onChange event in field

Hello, I have a draggable form that comes up in our business system for logging a call. There is an icon up top ( in the draggable window ) that when clicked will add additional topics to the call....
Forum: JavaScript programming 08-11-2011, 09:42 PM
Replies: 11
Views: 618
Posted By tripwater
Thanks old pendant, we must have posted close to...

Thanks old pendant, we must have posted close to the same time because that is the same solution I came up with ;)

Thanks
Forum: JavaScript programming 08-11-2011, 09:24 PM
Replies: 11
Views: 618
Posted By tripwater
Yes ( I explained this in my first post ), the...

Yes ( I explained this in my first post ), the fact that it is the same control being loaded via AJAX in 2 locations one for bill to and one for ship to. The only place ( so far ) in the entire...
Forum: JavaScript programming 08-11-2011, 08:59 PM
Replies: 11
Views: 618
Posted By tripwater
Well I just tried my idea and it failed miserably...

Well I just tried my idea and it failed miserably :)
Forum: JavaScript programming 08-11-2011, 08:54 PM
Replies: 11
Views: 618
Posted By tripwater
Thanks for the reply So if I can use the...

Thanks for the reply

So if I can use the getelementsbytagname could I also do this?

var form = document.getElementById( idOfForm );
alert( form.getElementsById( 'myspan' ).innerHTML );
Forum: JavaScript programming 08-11-2011, 08:18 PM
Replies: 11
Views: 618
Posted By tripwater
Not sure I follow... I don't need to parse...

Not sure I follow...

I don't need to parse anything. At its simplest form, I need to be able to alert the innerHTML of of each span based on the form name or id. Can you give me that syntax?
...
Forum: JavaScript programming 08-11-2011, 06:54 PM
Replies: 11
Views: 618
Posted By tripwater
Access elements with same IDs within multiple forms

Normally I would just use document.getElementById to get anything I need but here is my problem:

I have a zip code control that I load using AJAX. it has city, state, country, county and zip code....
Forum: JavaScript frameworks 06-24-2011, 10:33 PM
Replies: 0
Views: 1,013
Posted By tripwater
JCrop setoption issue

Hello,

First off I have the crop plugin working. But what I am trying to implement is a variation on what Jcrop has in their demo here http://deepliquid.com/projects/Jcrop/demos.php?demo=advanced...
Forum: JavaScript frameworks 06-09-2011, 07:19 PM
Replies: 0
Views: 321
Posted By tripwater
JQuery / MooTools/ ProtoType Use

Ok here is the deal, I work for a software company and help build business management solutions. We have a huge app that does everything from payroll, CRM, Inventory etc. Right now it is running on...
Forum: HTML & CSS 04-07-2011, 02:28 PM
Replies: 0
Views: 864
Posted By tripwater
3 div inline background image header issue

The website I was asked to fix has a home page with a flash file. But they want all other pages to not have the flash file and just load an image that looks like the flash file when it is finished...
Showing results 1 to 25 of 262

 
Forum Jump

All times are GMT +1. The time now is 01:36 AM.