Go Back   CodingForums.com > Search Forums

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

All times are GMT +1. The time now is 03:00 AM.