Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 411
Search took 0.55 seconds.
Search: Posts Made By: aaronhockey_09
Forum: JavaScript frameworks 04-01-2013, 09:12 PM
Replies: 4
Views: 206
Posted By aaronhockey_09
ahhh okay, i wouldnt have caught that. Thanks...

ahhh okay, i wouldnt have caught that.
Thanks very much !
Forum: JavaScript frameworks 04-01-2013, 08:54 PM
Replies: 4
Views: 206
Posted By aaronhockey_09
so just adding spaces like this ? ...

so just adding spaces like this ?

$('.not-front .main-navigation-block #site-nav ul.menu li').hover(function(){
$this = $(this);
var $ul = $this.find("ul.menu");
var $height =...
Forum: JavaScript frameworks 04-01-2013, 08:50 PM
Replies: 4
Views: 206
Posted By aaronhockey_09
Thumbs down How to pass a variable into CSS

Hey guys, so i got an issue.
I need to be able to add a variable into the line of CSS im adding.

I need to be able to add my $height into the box-shadow css so it exports like

box-shadow:...
Forum: JavaScript frameworks 03-25-2013, 03:32 PM
Replies: 5
Views: 270
Posted By aaronhockey_09
ahh, i knew it was a logic error, but couldnt...

ahh, i knew it was a logic error, but couldnt figure it out.
Thanks so much for the help.
Forum: JavaScript frameworks 03-25-2013, 03:26 PM
Replies: 5
Views: 270
Posted By aaronhockey_09
Ahhh, that makes a lot of sense. Thanks very...

Ahhh, that makes a lot of sense.
Thanks very much !
Forum: JavaScript frameworks 03-25-2013, 02:56 PM
Replies: 5
Views: 270
Posted By aaronhockey_09
Any help guys ? Still having problems on this.

Any help guys ?
Still having problems on this.
Forum: JavaScript frameworks 03-22-2013, 07:27 PM
Replies: 5
Views: 270
Posted By aaronhockey_09
Unhappy jQuery problem - How to get height for each Nested UL

Hey guys, so i got a quick question for you.
I have a mega-nav of sorts on one of my pages.

It has a list of items, and each one of those have a nested UL.
Each of those nested UL's are a...
Forum: HTML & CSS 02-11-2013, 02:42 AM
Replies: 4
Views: 304
Posted By aaronhockey_09
Well the speed of the page closing is dependant...

Well the speed of the page closing is dependant on the speed of the download. ( from what i remember. )
The example you sent me closed after MAYBE half a second. Most likely faster.
Forum: HTML & CSS 02-07-2013, 03:53 PM
Replies: 3
Views: 145
Posted By aaronhockey_09
This is because you are using your CSS wrong. ...

This is because you are using your CSS wrong.

Your CSS looks like this div#slideshowtime
Which is what is looks like if you were using ID's in your HTML

So instead, in your css

Change...
Forum: HTML & CSS 02-06-2013, 09:42 PM
Replies: 3
Views: 231
Posted By aaronhockey_09
Your welcome, Best of luck with the site !

Your welcome,
Best of luck with the site !
Forum: HTML & CSS 02-06-2013, 04:02 AM
Replies: 4
Views: 261
Posted By aaronhockey_09
Other than that, not sure what to tell yah.

Other than that, not sure what to tell yah.
Forum: HTML & CSS 02-06-2013, 03:57 AM
Replies: 4
Views: 261
Posted By aaronhockey_09
If the padding is the issue, maybe try...

If the padding is the issue, maybe try positioning this heading with margins, and only use the padding-bottom to get the underline to work the way you want it.
Forum: HTML & CSS 02-06-2013, 03:28 AM
Replies: 18
Views: 883
Posted By aaronhockey_09
Well for Cross-Browser computability - I almost...

Well for Cross-Browser computability - I almost always use a css reset.
Something that may be of interest to you is Normalize - http://necolas.github.com/normalize.css/

which helps things...
Forum: HTML & CSS 02-06-2013, 03:20 AM
Replies: 1
Views: 82
Posted By aaronhockey_09
Can you provide some sort of link ? This way i...

Can you provide some sort of link ?
This way i can trouble shoot a bit better.

From this code i cant see anything wrong per say. Maybe you just need one of the pseduo classes ( before & after )...
Forum: HTML & CSS 02-06-2013, 03:17 AM
Replies: 1
Views: 208
Posted By aaronhockey_09
Hey there, Well to start off, I personally use...

Hey there,
Well to start off, I personally use 2 things to test on ipads, iphones, etc.

1. iOS Simulator from XCode
2. Sauce - https://saucelabs.com/

If you continue to have problems, it...
Forum: HTML & CSS 02-06-2013, 03:12 AM
Replies: 3
Views: 231
Posted By aaronhockey_09
Here are a few tips i would use when creating a...

Here are a few tips i would use when creating a layout like this.

First off, The reason the header is scaling like that is because you have your background size set to 100% - This is essentially...
Forum: HTML & CSS 02-06-2013, 03:04 AM
Replies: 4
Views: 261
Posted By aaronhockey_09
Im not sure I follow. I do not believe there is a...

Im not sure I follow. I do not believe there is a way of changing the space between the baseline and the underline, i believe this is determined by the font.

But why would a border bottom not do...
Forum: HTML & CSS 02-05-2013, 01:19 PM
Replies: 7
Views: 351
Posted By aaronhockey_09
all you gotta do is add text align center to the...

all you gotta do is add text align center to the ul#nav div like so

ul#nav { text-align:center; }

and add display inline block to the LI and remove your float ( i did this by using float:none,...
Forum: HTML & CSS 02-05-2013, 04:36 AM
Replies: 3
Views: 278
Posted By aaronhockey_09
I believe it is because of the .main-navigation...

I believe it is because of the .main-navigation li a:current,

Because when i add the same background code, into where you have defined the colour

.main-navigation li a:hover {

It works just...
Forum: HTML & CSS 02-05-2013, 04:26 AM
Replies: 3
Views: 278
Posted By aaronhockey_09
Can you post a link for us to see ? Can't...

Can you post a link for us to see ?
Can't really help with only that,
Although your use of a:current is not correct. It should be a.current, or a:active

If you could post a URL that would help...
Forum: HTML & CSS 02-05-2013, 04:19 AM
Replies: 3
Views: 251
Posted By aaronhockey_09
Well the reason it is acting like this is because...

Well the reason it is acting like this is because you have @media query break points, which define what a div looks and acts like on different screen sizes.

If you take a look at...
Forum: HTML & CSS 02-05-2013, 04:11 AM
Replies: 4
Views: 232
Posted By aaronhockey_09
Hey there, So the reason it looks like it is...

Hey there,
So the reason it looks like it is moving, is because on hover, you are adding a border
Which is adding 2px on the top bottom left and right of the div, making it 4px taller, and 4px...
Forum: HTML & CSS 02-03-2013, 11:00 PM
Replies: 2
Views: 256
Posted By aaronhockey_09
First off, we need a link to your blog, or some...

First off, we need a link to your blog, or some code.
Second, what do you mean "you want the post title live" ?
Forum: HTML & CSS 02-03-2013, 10:59 PM
Replies: 4
Views: 329
Posted By aaronhockey_09
try adding float:left; to each of the items. ...

try adding float:left; to each of the items.
or position:relative
Forum: HTML & CSS 01-29-2013, 04:22 AM
Replies: 1
Views: 216
Posted By aaronhockey_09
Any got a chance to take a look at this issue ?

Any got a chance to take a look at this issue ?
Showing results 1 to 25 of 411

 
Forum Jump

All times are GMT +1. The time now is 07:22 PM.