Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 17
1
2
3
11
>
Last
»
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
How to pass a variable into CSS
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
How to pass a variable into CSS
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
How to pass a variable into CSS
Views:
206
Posted By
aaronhockey_09
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
jQuery problem - How to get height for each Nested UL
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
jQuery problem - How to get height for each Nested UL
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
jQuery problem - How to get height for each Nested UL
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
jQuery problem - How to get height for each Nested UL
Views:
270
Posted By
aaronhockey_09
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
time close of target _blank
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
Have problems linking CSS style to div class
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
Having responsive issues...someone please help
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
Resolved
Spacing between baseline and underline
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
Resolved
Spacing between baseline and underline
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
Cross-browser compatibility
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
Two tool tips at a time problem
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
Styling not right on iPad.
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
Having responsive issues...someone please help
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
Resolved
Spacing between baseline and underline
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
Some help with nav menu
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
A:Hover background image not showing
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
A:Hover background image not showing
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
Help with navigation css
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
A:hover mystery
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
Live hyperlinks
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
little css issue concerning positioning..
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
CSS3 Animation on :target
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
Page 1 of 17
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
07:22 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.