Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
Hey Chris,

Are you familiar with developer tools at all? If you're using Chrome, right
click on the page and in your context menu choose "Inspect Element".  A
pane should open that shows HTML; hit the Escape Key (esc) and then click
on "tutorials" - you'll see that you're getting several 404 errors.
 Addressing those errors may help you track down the problem - I'm still
unsure what you're going for here though.

Also, when you click on "Reach Me" you'll notice that you get "undefined is
not a function".  Without digging in, I'm going to guess that you're not
pulling in the jQuery library that defines 'easeInOutBounce' - you'll want
to track down that error as well.

You should definitely take the time to get familiar with developer tools in
your browser of choice.

Without knowing more, I do think you're dealing with a JavaScript issue
rather than a CSS one.

Hope it helps,

Chris

Chris Rockwell

On Sat, Sep 13, 2014 at 9:50 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> Sorry !
>
> [Link
> 
> ]
>
>
> Chris Rockwell wrote:
>
> Hey Chris - there is no link in your email.
>
> Chris
>
> Chris Rockwell
>
> On Sat, Sep 13, 2014 at 9:06 PM, Crest Christopher <
> crestchristop...@gmail.com> wrote:
>
>> Hi, thank you for your help.
>>
>> If you don't mind visiting this page, followed by clicking on the word
>> tutorials.  There are two issues, first being the background & the font
>> size change, there is actually three issues, those are the first two, the
>> third is the page that is loaded via jQuery should scroll but is being
>> cut-off, even though I have overflow enabled.
>>
>> Thank You
>>
>>
>> Karl DeSaulniers wrote:
>>
>>> On Sep 13, 2014, at 7:42 PM, Chris Rockwell
>>> wrote:
>>>
>>>  Can you elaborate on what you want/expect to happen?  Sounds like a
 jsfiddle.net example or some code might be necessary to help.

 If you don't want it to happen, it *sounds* like a JavaScript/jQuery
 issue.
 If you want it to happen but you're getting the wrong styles, it
 *could* be
 a CSS issue.

 Chris
 On Sep 13, 2014 8:36 PM, "Crest Christopher">>> >
 wrote:

  There is a jQuery load() command that is changing my font and pages
> background when the event is triggered.  I know this issue is not
> completely CSS related, I want to know if this is a DOM issue, it
> doesn't
> seem to be, because the script loads after the DOM has completed ?
>

>>> If you want the jQuery to happen after load, put it in a
>>> $(document).ready();
>>> If you need any jQuery help, hit me off list.
>>> Be more then happy to see if I can help.
>>>
>>> Best,
>>>
>>> Karl DeSaulniers
>>> Design Drumm
>>> http://designdrumm.com
>>> __
>>> css-discuss [css-d@lists.css-discuss.org]
>>> http://www.css-discuss.org/mailman/listinfo/css-d
>>> List wiki/FAQ -- http://css-discuss.incutio.com/
>>> List policies -- http://css-discuss.org/policies.html
>>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>>>
>> __
>> css-discuss [css-d@lists.css-discuss.org]
>> http://www.css-discuss.org/mailman/listinfo/css-d
>> List wiki/FAQ -- http://css-discuss.incutio.com/
>> List policies -- http://css-discuss.org/policies.html
>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>>
>
>
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
Hey Chris - there is no link in your email.

Chris

Chris Rockwell

On Sat, Sep 13, 2014 at 9:06 PM, Crest Christopher <
crestchristop...@gmail.com> wrote:

> Hi, thank you for your help.
>
> If you don't mind visiting this page, followed by clicking on the word
> tutorials.  There are two issues, first being the background & the font
> size change, there is actually three issues, those are the first two, the
> third is the page that is loaded via jQuery should scroll but is being
> cut-off, even though I have overflow enabled.
>
> Thank You
>
>
> Karl DeSaulniers wrote:
>
>> On Sep 13, 2014, at 7:42 PM, Chris Rockwell
>> wrote:
>>
>>  Can you elaborate on what you want/expect to happen?  Sounds like a
>>> jsfiddle.net example or some code might be necessary to help.
>>>
>>> If you don't want it to happen, it *sounds* like a JavaScript/jQuery
>>> issue.
>>> If you want it to happen but you're getting the wrong styles, it *could*
>>> be
>>> a CSS issue.
>>>
>>> Chris
>>> On Sep 13, 2014 8:36 PM, "Crest Christopher"
>>> wrote:
>>>
>>>  There is a jQuery load() command that is changing my font and pages
 background when the event is triggered.  I know this issue is not
 completely CSS related, I want to know if this is a DOM issue, it
 doesn't
 seem to be, because the script loads after the DOM has completed ?

>>>
>> If you want the jQuery to happen after load, put it in a
>> $(document).ready();
>> If you need any jQuery help, hit me off list.
>> Be more then happy to see if I can help.
>>
>> Best,
>>
>> Karl DeSaulniers
>> Design Drumm
>> http://designdrumm.com
>> __
>> css-discuss [css-d@lists.css-discuss.org]
>> http://www.css-discuss.org/mailman/listinfo/css-d
>> List wiki/FAQ -- http://css-discuss.incutio.com/
>> List policies -- http://css-discuss.org/policies.html
>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>>
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Crest Christopher

Hi, thank you for your help.

If you don't mind visiting this page, followed by clicking on the word 
tutorials.  There are two issues, first being the background & the font 
size change, there is actually three issues, those are the first two, 
the third is the page that is loaded via jQuery should scroll but is 
being cut-off, even though I have overflow enabled.


Thank You

Karl DeSaulniers wrote:

On Sep 13, 2014, at 7:42 PM, Chris Rockwell  wrote:


Can you elaborate on what you want/expect to happen?  Sounds like a
jsfiddle.net example or some code might be necessary to help.

If you don't want it to happen, it *sounds* like a JavaScript/jQuery issue.
If you want it to happen but you're getting the wrong styles, it *could* be
a CSS issue.

Chris
On Sep 13, 2014 8:36 PM, "Crest Christopher"
wrote:


There is a jQuery load() command that is changing my font and pages
background when the event is triggered.  I know this issue is not
completely CSS related, I want to know if this is a DOM issue, it doesn't
seem to be, because the script loads after the DOM has completed ?


If you want the jQuery to happen after load, put it in a $(document).ready();
If you need any jQuery help, hit me off list.
Be more then happy to see if I can help.

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Karl DeSaulniers
On Sep 13, 2014, at 7:42 PM, Chris Rockwell  wrote:

> Can you elaborate on what you want/expect to happen?  Sounds like a
> jsfiddle.net example or some code might be necessary to help.
> 
> If you don't want it to happen, it *sounds* like a JavaScript/jQuery issue.
> If you want it to happen but you're getting the wrong styles, it *could* be
> a CSS issue.
> 
> Chris
> On Sep 13, 2014 8:36 PM, "Crest Christopher" 
> wrote:
> 
>> There is a jQuery load() command that is changing my font and pages
>> background when the event is triggered.  I know this issue is not
>> completely CSS related, I want to know if this is a DOM issue, it doesn't
>> seem to be, because the script loads after the DOM has completed ?

If you want the jQuery to happen after load, put it in a $(document).ready();
If you need any jQuery help, hit me off list. 
Be more then happy to see if I can help.

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Script Changing CSS Font & BG

2014-09-13 Thread Chris Rockwell
Can you elaborate on what you want/expect to happen?  Sounds like a
jsfiddle.net example or some code might be necessary to help.

If you don't want it to happen, it *sounds* like a JavaScript/jQuery issue.
If you want it to happen but you're getting the wrong styles, it *could* be
a CSS issue.

Chris
On Sep 13, 2014 8:36 PM, "Crest Christopher" 
wrote:

> There is a jQuery load() command that is changing my font and pages
> background when the event is triggered.  I know this issue is not
> completely CSS related, I want to know if this is a DOM issue, it doesn't
> seem to be, because the script loads after the DOM has completed ?
>
>
>
>
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Script Changing CSS Font & BG

2014-09-13 Thread Crest Christopher
There is a jQuery load() command that is changing my font and pages 
background when the event is triggered.  I know this issue is not 
completely CSS related, I want to know if this is a DOM issue, it 
doesn't seem to be, because the script loads after the DOM has completed ?





__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/