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 8
1
2
3
>
Last
»
Showing results 1 to 25 of 193
Search took
0.54
seconds.
Search:
Posts Made By:
eberdome
Forum:
HTML & CSS
06-28-2012, 05:56 PM
Replies:
3
sticky footer having problems, but only on select pages
Views:
302
Posted By
eberdome
RESOLVED! added an empty div with clear:both;...
RESOLVED! added an empty div with clear:both; below both floating divs on the photo page! cleared the problem right up! thanks for your help!
Forum:
HTML & CSS
06-28-2012, 05:51 PM
Replies:
3
sticky footer having problems, but only on select pages
Views:
302
Posted By
eberdome
Awesome! thank you for the reply. Taking...
Awesome! thank you for the reply. Taking float:left; out of div.shop worked perfectly. However, on the photo page, I have to use float:left and float:right. Its funny too because on the home page, I...
Forum:
HTML & CSS
06-28-2012, 05:16 AM
Replies:
3
sticky footer having problems, but only on select pages
Views:
302
Posted By
eberdome
sticky footer having problems, but only on select pages
Hey everyone,
I seem to be experiencing a problem with my sticky footer, but only on the sales and photo pages on the given site below. when you shrink the browser, and then scroll down on these...
Forum:
HTML & CSS
05-26-2012, 01:06 AM
Replies:
8
swf path
Views:
496
Posted By
eberdome
I've experienced problems in the past setting a...
I've experienced problems in the past setting a float and a position of relative, try removing the style="float: right" from your container div, see what happens! If it does nothing, then add it...
Forum:
HTML & CSS
05-26-2012, 01:04 AM
Replies:
8
swf path
Views:
496
Posted By
eberdome
hmm, this is weird. Do you have a link to the...
hmm, this is weird. Do you have a link to the site?
Forum:
HTML & CSS
05-26-2012, 01:03 AM
Replies:
3
Creating a chat theme via css
Views:
588
Posted By
eberdome
Phrase of the century, "Google It"! I just...
Phrase of the century, "Google It"! I just googled "gradient background css" and a million websites popped up with instructions on how to do this!
Forum:
HTML & CSS
05-26-2012, 12:59 AM
Replies:
1
CSS mystery - bg image stops repeating
Views:
305
Posted By
eberdome
Your website is showing MAD errors when i checked...
Your website is showing MAD errors when i checked it through w3. You might want to consider fixing them, this may fix your problem!
...
Forum:
HTML & CSS
05-26-2012, 12:49 AM
Replies:
8
swf path
Views:
496
Posted By
eberdome
try adding the entire URL to the source like so ...
try adding the entire URL to the source like so
http://www.yourdomain.com/produzarte.swf
Also, you do realize you would need to change this in two different parts of the object, the param and...
Forum:
HTML & CSS
05-26-2012, 12:44 AM
Replies:
3
ImageFlip Problem - unwanted flickering.
Views:
457
Posted By
eberdome
Seems to be working just fine in my FF browser!
Seems to be working just fine in my FF browser!
Forum:
HTML & CSS
05-25-2012, 07:53 PM
Replies:
3
Div problems IE7
Views:
340
Posted By
eberdome
Try setting a z-index to your div like so: ...
Try setting a z-index to your div like so:
<div id="carousel0" style="position:relative;z-index:9999">
Not to sure if it will work (no means of testing it), but it has for me in the past!
Forum:
JavaScript frameworks
05-22-2012, 09:30 PM
Replies:
1
Contact Form submit issue in IE8 and below
Views:
3,723
Posted By
eberdome
Sorry to bump... really having a hard time...
Sorry to bump... really having a hard time figuring this out. Any help would be appreciated, Thanks!
Forum:
JavaScript frameworks
05-21-2012, 02:56 AM
Replies:
1
Contact Form submit issue in IE8 and below
Views:
3,723
Posted By
eberdome
Contact Form submit issue in IE8 and below
Hey All,
I seem to be having a problem with a contact form's jQuery, but the issue only happens in IE8 and below. As you will see below, the first image shows what the form looks like if there are...
Forum:
HTML & CSS
02-08-2012, 05:18 AM
Replies:
2
Weird footer issues
Views:
308
Posted By
eberdome
your a genius lloyd... pure genuis!! lol ...
your a genius lloyd... pure genuis!! lol
That worked perfect Sammy12... Thanks much!
Forum:
HTML & CSS
02-08-2012, 04:39 AM
Replies:
2
Weird footer issues
Views:
308
Posted By
eberdome
Weird footer issues
Hey all,
I seem to be having a problem with a footer and the issue acts differently in each browser. In firefox, when you minimize the browser window and scroll down, you will see a gap between...
Forum:
HTML & CSS
11-05-2011, 03:43 AM
Replies:
3
IE7 alignment issue
Views:
836
Posted By
eberdome
@Excavator - Thanks for the reply! Your solution...
@Excavator - Thanks for the reply! Your solution worked perfectly. Thank you!
@Frankie - Thank you for letting me know that it looks good in IE9!
Forum:
HTML & CSS
11-04-2011, 11:23 PM
Replies:
3
IE7 alignment issue
Views:
836
Posted By
eberdome
IE7 alignment issue
Hi All!
I am having an issue with some text aligning within an unordered list (li). I have some text that aligns to the left and a span within the li that aligns everything to the right using...
Forum:
HTML & CSS
10-07-2011, 03:53 PM
Replies:
2
z-index issue
Views:
351
Posted By
eberdome
thats funny because when i woke up this morning I...
thats funny because when i woke up this morning I was like, Change overflow from hidden to visible and sure enough it worked! Thanks a million!
Forum:
HTML & CSS
10-07-2011, 02:06 AM
Replies:
2
z-index issue
Views:
351
Posted By
eberdome
z-index issue
Hey Everyone!
I seem to be having a z-index issue with one of my div's at the following link. http://www.gorillaonemedia.com
The twitter bird's wing is cut-off and I'd like to set this div...
Forum:
HTML & CSS
08-22-2011, 05:12 PM
Replies:
3
Background images not displayed on page
Views:
1,300
Posted By
eberdome
try adding a height and width to your span style....
try adding a height and width to your span style. when using a background image, the span/div or whatever element you are using will NOT adjust its size to the image. So lets say your background...
Forum:
HTML & CSS
08-22-2011, 05:08 PM
Replies:
5
need help with div height:100%
Views:
449
Posted By
eberdome
check out http://ryanfait.com/sticky-footer/ ...
check out http://ryanfait.com/sticky-footer/
This tut will teach you what you are trying to accomplish
Forum:
HTML & CSS
08-22-2011, 05:00 PM
Replies:
2
IE 7 Browser Incompatibility Issue?
Views:
336
Posted By
eberdome
same here! Looks good in IE7!
same here! Looks good in IE7!
Forum:
HTML & CSS
08-04-2011, 06:28 AM
Replies:
6
Odd Firefox scrolling problem
Views:
440
Posted By
eberdome
you shouldnt have classes or id's named the same...
you shouldnt have classes or id's named the same and instead of using margin-top and margin-left (since you are already using a position), use top and left!
Forum:
HTML & CSS
08-04-2011, 06:18 AM
Replies:
2
color names in css
Views:
249
Posted By
eberdome
#ccc- Lighter Gray #aaa- Light Gray #000-...
#ccc- Lighter Gray
#aaa- Light Gray
#000- Black
#333- Dark Gray
Don't expect for the actual names of the colors to work in CSS, cause they wont... you might get away with Black but id stick...
Forum:
HTML & CSS
08-04-2011, 06:09 AM
Replies:
6
Odd Firefox scrolling problem
Views:
440
Posted By
eberdome
it appears the img id you have set for the...
it appears the img id you have set for the trumpet is "trumpet" and position is stated as fixed
#trumpet {
position:fixed;
margin-top:400px;
margin-left:700px;
}
Forum:
HTML & CSS
08-02-2011, 06:43 PM
Replies:
3
div content not showing in IE7
Views:
556
Posted By
eberdome
Hey teedoff, thanks for the reply. You were...
Hey teedoff, thanks for the reply. You were hovering over the menu which yes is working properly, if you view the website in Firefox first, you will see the "view pricing" link that sits on the "Our...
Showing results 1 to 25 of 193
Page 1 of 8
1
2
3
>
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
06:51 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.