Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 48
Search took 0.11 seconds.
Search: Posts Made By: MMM717
Forum: HTML & CSS 05-20-2013, 08:30 PM
Replies: 4
Views: 112
Posted By MMM717
Attachments below are a continuation of the...

Attachments below are a continuation of the previous post to this (see description there). The first screenshot is taken of the page after hitting page down once in Chrome, and the second is of the...
Forum: HTML & CSS 05-20-2013, 08:27 PM
Replies: 4
Views: 112
Posted By MMM717
OK, I've pasted a set of code below that has...

OK, I've pasted a set of code below that has non-repetitive text. I then repeated all that text to help people with relatively larger monitors see the problem I'm having (I didn't think of that...
Forum: HTML & CSS 05-20-2013, 06:24 PM
Replies: 4
Views: 112
Posted By MMM717
Let me setup a page with text that isn't...

Let me setup a page with text that isn't repetitive so that it's easier to see, plus some screenshots...
Forum: HTML & CSS 05-19-2013, 09:43 PM
Replies: 4
Views: 112
Posted By MMM717
Page down/up scrolling on a site with a fixed header

Hello,

I recently posed this question in a thread I started (and marked resolved) months ago (URL]http://www.codingforums.com/showthread.php?t=281870[/URL]) about coding issues related to a site...
Forum: HTML & CSS 05-18-2013, 09:07 AM
Replies: 15
Views: 918
Posted By MMM717
I'm still trying to get this problem of scrolling...

I'm still trying to get this problem of scrolling too far (due to header height) with the page buttons (the "resolved" status was for my earlier problem). I came across this on another site/forum:
...
Forum: HTML & CSS 05-08-2013, 10:30 PM
Replies: 15
Views: 918
Posted By MMM717
(I'd like to revive this old thread. I had to...

(I'd like to revive this old thread. I had to put off getting this site (and its associated business) launched for a few months for various reasons, but am getting back into working on it recently.)...
Forum: JavaScript frameworks 05-05-2013, 06:16 AM
Replies: 0
Views: 137
Posted By MMM717
jQuery slideshow making text jump down when image changes

I had setup a slideshow on a (non-live - running locally) site I'm building using this:

http://snook.ca/archives/javascript/simplest-jquery-slideshow

It was working fine until earlier tonight,...
Forum: HTML & CSS 05-01-2013, 09:18 PM
Replies: 11
Views: 285
Posted By MMM717
One thing I did find was that the reason the...

One thing I did find was that the reason the complete text shows in IE 10 when switching to IE 7, 8 9, or 10 compatibility modes is because those all shut the text-shadow off. Doesn't solve my...
Forum: HTML & CSS 05-01-2013, 06:44 PM
Replies: 11
Views: 285
Posted By MMM717
I just tried a 2px text-shadow, and it's still...

I just tried a 2px text-shadow, and it's still cutting off some text in IE10, but not as much as before. The lowest value that seems to allow all text to show is around 2.65.

I don't want to...
Forum: HTML & CSS 05-01-2013, 06:33 PM
Replies: 11
Views: 285
Posted By MMM717
I'll read that article, thanks again.

I'll read that article, thanks again.
Forum: HTML & CSS 05-01-2013, 12:44 AM
Replies: 11
Views: 285
Posted By MMM717
Thanks. If I did that for IE only, what...

Thanks.

If I did that for IE only, what would I add to a line of code to only have a different text shadow setting there (none or 2px)? It worked OK for you in IE 10 regular mode when set to 2px...
Forum: HTML & CSS 04-30-2013, 10:53 PM
Replies: 11
Views: 285
Posted By MMM717
Does having this live, full page help with...

Does having this live, full page help with figuring out the problem?
Forum: HTML & CSS 04-30-2013, 07:40 AM
Replies: 11
Views: 285
Posted By MMM717
OK, I've setup a dummy page that is hosted. For...

OK, I've setup a dummy page that is hosted. For whatever reason, the jpgs I added to it (which were just dark gray files with text to replace my actual pictures/buttons/etc.) aren't loading, but...
Forum: HTML & CSS 04-29-2013, 08:26 PM
Replies: 11
Views: 285
Posted By MMM717
Well, in the case of this particular page, it...

Well, in the case of this particular page, it includes pictures I have permission to use on it once I go live, but I'm not sure if I can use elsewhere legally.

Let me setup a dummy page of sorts,...
Forum: HTML & CSS 04-28-2013, 06:48 PM
Replies: 11
Views: 285
Posted By MMM717
Text Shadow CSS code causing some text to not display/cutoff in Internet Explorer 10

Hello,

(I posted this as part of a thread I started that included more than one issue. I think this part of my problem might have gotten lost within it, so I'm starting this thread specifically...
Forum: HTML & CSS 04-24-2013, 04:21 AM
Replies: 10
Views: 301
Posted By MMM717
Right...I didn't change much of anything yet (re...

Right...I didn't change much of anything yet (re CENTER, SMALL, etc.). I wasn't ignoring your suggestions re other changes - I wanted to get things working on fixing the text cutting off first. ...
Forum: HTML & CSS 04-24-2013, 12:13 AM
Replies: 10
Views: 301
Posted By MMM717
Thank you both. Maybe I should post this...

Thank you both.

Maybe I should post this here, instead of in another thread:

As I noted in post #6, I've found that my text-shadow code in causing the text cutoff shown above in IE10. I don't...
Forum: HTML & CSS 04-23-2013, 09:54 PM
Replies: 10
Views: 301
Posted By MMM717
I figured out that the text-shadow code is giving...

I figured out that the text-shadow code is giving me the problem with text cutoff in IE10. After removing the code, it all displays. However, this is only occurring in 2 of the 8 pages for the...
Forum: HTML & CSS 04-22-2013, 08:42 PM
Replies: 10
Views: 301
Posted By MMM717
Thanks. Would I have to use something like an...

Thanks. Would I have to use something like an @font-face code to "force" a font to load on a computer, to insure the site will always display the intended font? Something else?

Any idea(s) re...
Forum: HTML & CSS 04-20-2013, 07:03 AM
Replies: 10
Views: 301
Posted By MMM717
Actually, I was wrong about fixing my initial...

Actually, I was wrong about fixing my initial font problem. The font DID change by adding the sans-serif code, but it's still not appearing as Century Gothic. I'm not sure what font I'm seeing...
Forum: HTML & CSS 04-19-2013, 09:15 PM
Replies: 10
Views: 301
Posted By MMM717
Problem solved! I see I needed to add...

Problem solved! I see I needed to add "sans-serif" to the font family code. For whatever reason, this wasn't a problem when viewing this on my old computer, but I'm glad to have discovered this...
Forum: HTML & CSS 04-19-2013, 05:42 AM
Replies: 10
Views: 301
Posted By MMM717
Intended font not being displayed + text partly hidden in IE10

Hello,

I'm attempting to work on building a site using a Windows 8 based new laptop - a Lenovo N580. Up until now, I performed all the work on a now dead laptop (an HP G70) that ran Vista, and...
Forum: HTML & CSS 11-30-2012, 01:04 AM
Replies: 3
Views: 741
Posted By MMM717
I was able to fix my second issue noted above -...

I was able to fix my second issue noted above - the image "bleed" to either side. I basically covered this problem up by creating an image that only contains my background color in the exact size...
Forum: HTML & CSS 11-27-2012, 07:30 PM
Replies: 3
Views: 741
Posted By MMM717
I wanted to update this as I cannot edit my...

I wanted to update this as I cannot edit my original post any longer. I found that my third issue - the ActiveX warning - is likely due to myself running the site from my computer, instead of...
Forum: HTML & CSS 11-26-2012, 12:35 AM
Replies: 3
Views: 741
Posted By MMM717
I re-wrote my thread starting post, as I fixed...

I re-wrote my thread starting post, as I fixed one of my initial problems, and also discovered a new one in the process. Thanks for looking... :)
Showing results 1 to 25 of 48

 
Forum Jump

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