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
Showing results 1 to 23 of 23
Search took
0.06
seconds.
Search:
Posts Made By:
chaule
Forum:
HTML & CSS
09-30-2011, 07:44 AM
Replies:
4
weird margin with float and clear
Views:
423
Posted By
chaule
Which div? Also, I cant seem to access your...
Which div?
Also, I cant seem to access your site.
Forum:
HTML & CSS
09-30-2011, 07:37 AM
Replies:
2
Too weird IE display problem
Views:
409
Posted By
chaule
Hi, Is it supposed to support IE7 and...
Hi,
Is it supposed to support IE7 and below?
IE8 is fine for me, it looks like maybe your browser flicked the browser/document mode to IE7 (check in the dev tools).
I'm just quickly...
Forum:
HTML & CSS
09-30-2011, 06:59 AM
Replies:
2
Align 2 tables next to each other
Views:
1,120
Posted By
chaule
Any kind of CSS.. What do you mean by this? It is...
Any kind of CSS.. What do you mean by this? It is an issue to use the inline styling to recreate the same affect as the example then?
Which table are you reducing the width for and which is being...
Forum:
ASP.NET
09-30-2011, 06:19 AM
Replies:
25
Cannot find content to edit :(
Views:
2,361
Posted By
chaule
As stated above you need to get to your...
As stated above you need to get to your login.aspx.vb file... I think it would be in the same folder as where you found the login.aspx.
Open it in and editor and use a find to search the code for...
Forum:
HTML & CSS
09-30-2011, 06:00 AM
Replies:
12
Floating paragraphs to the right
Views:
512
Posted By
chaule
Hi, I'm not clear on where you want it to...
Hi,
I'm not clear on where you want it to go. Assuming you want to put your image in the same area as the two paragrahs you can put the image into a div just before the two paragraphs and...
Forum:
HTML & CSS
09-28-2011, 03:27 AM
Replies:
4
Floating two paragraphs
Views:
549
Posted By
chaule
Hi, I think you need to: -increase the width of...
Hi, I think you need to:
-increase the width of your "content" (I think 800px should do the trick),
-float your "post" left and
-float your "entry" right.
Forum:
ASP.NET
09-28-2011, 03:09 AM
Replies:
25
Cannot find content to edit :(
Views:
2,361
Posted By
chaule
Hi, Maybe try showing your login.aspx markup...
Hi,
Maybe try showing your login.aspx markup and code to maybe help you deduce where it's living.
Forum:
HTML & CSS
09-26-2011, 12:11 AM
Replies:
3
menu roll issue... I need to shift everything down by 30 pixels
Views:
554
Posted By
chaule
Hi, The issue is just with anywhere you...
Hi,
The issue is just with anywhere you have the "background-position" css attributes for the :hover and :active rules for your menu. The distance here needs to be adjusted (I dont think some of...
Forum:
HTML & CSS
09-22-2011, 05:21 AM
Replies:
1
child target within a parent target
Views:
750
Posted By
chaule
Hi, I'm not quite sure I am clear on what...
Hi,
I'm not quite sure I am clear on what you're trying to do.. You are trying to link from one page to the section of another page?
Try using:
<a href="SEPERATEPAGE.HTML#section1">Super Epic...
Forum:
HTML & CSS
09-22-2011, 05:06 AM
Replies:
1
What HTML spacing format do you use?
Views:
264
Posted By
chaule
Hi, It's the same for alot of languages. I...
Hi,
It's the same for alot of languages. I dont know if the conventions have names but I normally like to stick to the format where the open\close tags will have the same horizontal alignment for...
Forum:
HTML & CSS
09-22-2011, 04:36 AM
Replies:
4
Red border around image menu when clicked - firefox only
Views:
970
Posted By
chaule
Hi, nice site! Try adding div#menu...
Hi, nice site! Try adding div#menu a:active{border:none;} to your css file.
Forum:
HTML & CSS
09-06-2011, 07:35 AM
Replies:
2
Impact font choice, coming back to haunt me
Views:
593
Posted By
chaule
Hi, I'm not quite sure I fully understand...
Hi,
I'm not quite sure I fully understand the issue. The font is being replaced completely on a different computer by a font that is too wide for the text? Seems odd to me if you had it working...
Forum:
HTML & CSS
09-06-2011, 06:55 AM
Replies:
4
Making content scroll in liquid/relative divs
Views:
854
Posted By
chaule
Hmm did you set the body height to 100% aswell?...
Hmm did you set the body height to 100% aswell? (I just noticed a semicolon missing in my code) I got it working for a very simplified version of your page (where I basically removed all of the...
Forum:
HTML & CSS
09-06-2011, 05:16 AM
Replies:
4
Making content scroll in liquid/relative divs
Views:
854
Posted By
chaule
Hi, Not 100% sure what you are asking.. Not...
Hi,
Not 100% sure what you are asking.. Not sure what you meant by "when the position is set to relative". Also I couldn't really reproduce the page to see what it's doing properly.
If you...
Forum:
HTML & CSS
09-06-2011, 04:50 AM
Replies:
3
Resolved - Absolute Position IE 8 off
Views:
677
Posted By
chaule
I think you can get rid of the border explicitly...
I think you can get rid of the border explicitly and it should clear the problem in IE8:
img {border:0px;}
Specify a Class or Id if you have other images that need borders.
I think the spacing...
Forum:
HTML & CSS
09-05-2011, 04:28 AM
Replies:
5
Need background to stretch across the page
Views:
713
Posted By
chaule
Hi, Not sure if this is the best way but...
Hi,
Not sure if this is the best way but maybe put it as a div at the top of the page. If you want your menu to sit infront of the lower part of the image put it within the div a couple of lines...
Forum:
HTML & CSS
09-05-2011, 12:35 AM
Replies:
11
a:hover issue
Views:
774
Posted By
chaule
Hi, Not 100% sure on what you mean by the...
Hi,
Not 100% sure on what you mean by the first one making the rest invisible. Do you mean when you hover over one you cant see the rest of the menu title/images?
Just quickly looking, it...
Forum:
HTML & CSS
09-04-2011, 11:49 PM
Replies:
1
CSs backgrounding problem
Views:
245
Posted By
chaule
Hi, See the second row of your styling...
Hi,
See the second row of your styling here:
#topnavi{ width:1048px;height:100px; margin:0px auto; padding:14px 0px;}
`
#topnavi .btn1 a{float:left; width:64px; height:67px; display:block;...
Forum:
HTML & CSS
08-30-2011, 12:03 AM
Replies:
1
Background Scrolling Help
Views:
657
Posted By
chaule
Hi, Not sure if this is what you are looking...
Hi,
Not sure if this is what you are looking for but maybe you could define the width and then set the overflow to scroll.
for example:
{
...
width:800px;
height:600px;
...
Forum:
HTML & CSS
08-29-2011, 05:36 AM
Replies:
2
Issues rendering .css file for classes in browsers other than ie6.. class spacing?
Views:
324
Posted By
chaule
Hi, thanks for the response. I took another look...
Hi, thanks for the response. I took another look and it turns out there was just an issue with the versioning. IE6 rendering it fine was what had me so confused.
Thanks anyways!
Forum:
HTML & CSS
08-29-2011, 04:32 AM
Replies:
3
How to change/Where to put nav link hover color
Views:
880
Posted By
chaule
Hi, you can make the link change on hover using...
Hi, you can make the link change on hover using a:hover
eg. a:hover {color:green;}
Will make the link text colour change to green when you hover over it.
Make sure you put it after (and maybe...
Forum:
HTML & CSS
08-29-2011, 02:38 AM
Replies:
4
Text in div won't center-align
Views:
1,376
Posted By
chaule
Hi, do you mean the text? I think it is...
Hi, do you mean the text?
I think it is centre aligning properly but you have set the width for that textbox to only 40px. I dont think this is enough space for the text itself to fit.
Try...
Forum:
HTML & CSS
08-29-2011, 02:20 AM
Replies:
2
Issues rendering .css file for classes in browsers other than ie6.. class spacing?
Views:
324
Posted By
chaule
Issues rendering .css file for classes in browsers other than ie6.. class spacing?
It seems that the css file is being rendered and losing spaces between multiple classes defined in the css.
For example:
.Class1 .Class2 { color:red;}
Becomes:
.Class1.Class2 { color:red;}...
Showing results 1 to 23 of 23
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
03:00 AM
.
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.