Adobe Dreamweaver Forums



Last 10 THreads :         Give a checkbox a variable name. (Last Post : NedWebs - Replies : 2 - Views : 3 )           »          Is there an easier or neater way to code this... (Last Post : twistedpancreas - Replies : 0 - Views : 1 )           »          A New Joke Website (Last Post : nightwolf666 - Replies : 6 - Views : 7 )           »          Flash Player 10, problem with emdended fonts andattachment (Last Post : plasmaflex - Replies : 2 - Views : 3 )           »          DWCS4 Effects>Appear on DIV background image? (Last Post : Murray *ACE* - Replies : 4 - Views : 5 )           »          flash and wide-gamut monitors (Last Post : tonton66 - Replies : 1 - Views : 3 )           »          creating links between Fireworks images (Last Post : Murray *ACE* - Replies : 4 - Views : 5 )           »          CS4 Div Tags Help Needed (Last Post : Murray *ACE* - Replies : 6 - Views : 7 )           »          absolute images (Last Post : Murray *ACE* - Replies : 1 - Views : 2 )           »          So many issues with CS4 (bugs/rants) (Last Post : Murray *ACE* - Replies : 6 - Views : 7 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: ,



Reply
  #11 (permalink)  
Old 07-23-2008, 01:43 PM
Ads901
 
Posts: n/a
Diggs:
Default Re: Layout Query

Thanks - i have amended this and the page now passes the validation.

So back to the original problem - if anyone has got any tips for this problematic footer....!!!!
Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 07-23-2008, 05:17 PM
Malcolm _
 
Posts: n/a
Diggs:
Default Re: Layout Query

On Wed, 23 Jul 2008 12:35:24 +0000 (UTC), "Ads901"
<webforumsuser@macromedia.com> wrote:

>Thanks - i have amended this and the page now passes the validation.
>
>So back to the original problem - if anyone has got any tips for this problematic footer....!!!!



phew - ! - that was hard work :-)

clearly some css somewhere is affecting it - and not immediately
apparent.

Sorry forgot do you have Dw 8, Dw CS3 ?

do you know how to use the CSS STYLES panel - click on the <div
class="Contact_Us">

all I see is color ~FFFFFF
font family Arial etc
font size 18px
margin-top - 25px ???
padding-left

maybe try doing a specific bit of descendant css like this:



modify html ( the span )
<div class="Contact_Us">
<h4><span>T:</span> 01844 274166 <span>F:</span> 01844 274286
<span>E:</span> info@market-monitor.co.uk</h4>
</div>

modify css


..Contact_Us h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
padding-left: 10px;
padding-top: 20px;
/* margin-top: 25px; */ /* not padding - use padding */
}

..Contact_Us span {color: #F00000}; /* to replace .style1 - makes
letters red */


this targets very directly the above piece of html with a higher
specificity.

that seems to work here,
BUT - you still have that IE6 problem with <div class="Main_Content">
dropping down. !!!.

You really need IE6 on your PC - as well as IE7 as about 35 to 45% of
people still use IE6 according to many sources.

--

~Malcolm~*...
~*
Reply With Quote


  #13 (permalink)  
Old 07-23-2008, 05:17 PM
Malcolm _
 
Posts: n/a
Diggs:
Default Re: Layout Query

On Wed, 23 Jul 2008 12:35:24 +0000 (UTC), "Ads901"
<webforumsuser@macromedia.com> wrote:

>Thanks - i have amended this and the page now passes the validation.
>
>So back to the original problem - if anyone has got any tips for this problematic footer....!!!!



Opps - sorry :-(
another problem using FF, Safari, but not Opera !! ? or IE7

http://www.market-monitor.co.uk/ig_contactus.html

--

~Malcolm~*...
~*
Reply With Quote
  #14 (permalink)  
Old 07-23-2008, 05:17 PM
Ads901
 
Posts: n/a
Diggs:
Default Re: Layout Query

I ma using CS3 - I will try your suggestion and see how get on! Thanks for
looking it, obviously it is a hard nut to crack!

The IE6 problem is stumping me - i really dont know how to solve it, i have
tried changing all the paddings and margins and nothing is working! I dont have
IE6 but i keep running it through browsershots and i can see that nothing is
solving the problem!

And the other problem you have seen i also knew about - having been playing
around with this and again i have no idea how to fix it!

I am by no means a pro at html but I know enough to change things around - it
is when nothing works that i get stumped!

Reply With Quote
  #15 (permalink)  
Old 07-23-2008, 05:44 PM
Malcolm _
 
Posts: n/a
Diggs:
Default Re: Layout Query

On Wed, 23 Jul 2008 15:58:42 +0000 (UTC), "Ads901"
<webforumsuser@macromedia.com> wrote:


>
> And the other problem you have seen i also knew about - having been playing
>around with this and again i have no idea how to fix it!
>
> I am by no means a pro at html but I know enough to change things around - it
>is when nothing works that i get stumped!



been there - got the teashirt :-)

I've learnt not to play around with code without keeping regular back
ups, on each new idea - save the files as backup - otherwise you ed up
with css files with lots of superfluous additions/ changes and just
makes debugging more difficult.
--

~Malcolm~*...
~*
Reply With Quote


  #16 (permalink)  
Old 07-23-2008, 05:44 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Layout Query

> got the teashirt

You Brits are SOOO tea centric....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom@mon.org> wrote in message
news:45ne84lbacovq2ndu9h3d81pdj27u9kltr@4ax.com...
> On Wed, 23 Jul 2008 15:58:42 +0000 (UTC), "Ads901"
> <webforumsuser@macromedia.com> wrote:
>
>
>>
>> And the other problem you have seen i also knew about - having been
>> playing
>>around with this and again i have no idea how to fix it!
>>
>> I am by no means a pro at html but I know enough to change things
>> around - it
>>is when nothing works that i get stumped!

>
>
> been there - got the teashirt :-)
>
> I've learnt not to play around with code without keeping regular back
> ups, on each new idea - save the files as backup - otherwise you ed up
> with css files with lots of superfluous additions/ changes and just
> makes debugging more difficult.
> --
>
> ~Malcolm~*...
> ~*


Reply With Quote
  #17 (permalink)  
Old 07-23-2008, 08:20 PM
Malcolm _
 
Posts: n/a
Diggs:
Default Re: Layout Query

On Wed, 23 Jul 2008 12:38:07 -0400, "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote:

>> got the teashirt

>
>You Brits are SOOO tea centric....


are you near Boston :-)

--

~Malcolm~*...
~*
Reply With Quote
  #18 (permalink)  
Old 07-23-2008, 10:26 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Layout Query

Relative to the moon? Yes.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom@mon.org> wrote in message
news:4eve84th0d51tti71rm9gmb85j7c370489@4ax.com...
> On Wed, 23 Jul 2008 12:38:07 -0400, "Murray *ACE*"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>> got the teashirt

>>
>>You Brits are SOOO tea centric....

>
> are you near Boston :-)
>
> --
>
> ~Malcolm~*...
> ~*


Reply With Quote


  #19 (permalink)  
Old 07-24-2008, 03:38 AM
TC2112
 
Posts: n/a
Diggs:
Default Re: Layout Query

Hello,

If you change the width of the main content to 500px, does it still drop in
IE6?
It looks like a float drop, but quickly looking it's hard to tell which IE6
bug(s) might be causing it...3px jog, double float margin, etc.

For the contact us area in FF, what happens if you change H4 to this:

h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
padding: 24px 10px;
}

Take care,
Tim





"Ads901" <webforumsuser@macromedia.com> wrote in message
news:g67kfi$ejj$1@forums.macromedia.com...
>I ma using CS3 - I will try your suggestion and see how get on! Thanks for
> looking it, obviously it is a hard nut to crack!
>
> The IE6 problem is stumping me - i really dont know how to solve it, i
> have
> tried changing all the paddings and margins and nothing is working! I dont
> have
> IE6 but i keep running it through browsershots and i can see that nothing
> is
> solving the problem!
>
> And the other problem you have seen i also knew about - having been
> playing
> around with this and again i have no idea how to fix it!
>
> I am by no means a pro at html but I know enough to change things around -
> it
> is when nothing works that i get stumped!
>



Reply With Quote
  #20 (permalink)  
Old 07-24-2008, 10:03 AM
Ads901
 
Posts: n/a
Diggs:
Default Re: Layout Query

Morning again everyone!

Right the footer problem has taken a new twist - I changed as per Malcolms
instructions - however it has now made it good in Firefox but made it bad in
IE! Any more suggestions - i really dont know where to go with this now.......

Also the IE6 problem with the main content has been fixed, but I am still
getting problems with the positioing in Firefox for
http://www.market-monitor.co.uk/ig_contactus.html - again any suggestions, i
presume it is some styling that i need to do on the <div> that the form is
sitting in.....

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:40 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk