[WSG] Suckerfish problem

2004-06-12 Thread Anders Ebdrup



Hi !Hope you can help with the menu at http://www.smartpage.dk/HBW/suckerfish.html ?The 
submenu is placed behind the images in Internet Explorer, and I can't get 
it in front of the pictures...? 
The css for det menu is placed 
here:http://www.smartpage.dk/HBW/styles/navigation.cssand 
the css for the gallery is found here:http://www.smartpage.dk/HBW/styles/galleri.cssAny 
help will be appreciated!Regards Anders!


[WSG] IE relative bug

2004-06-08 Thread Anders Ebdrup
Hi !

Hope you can help with my latest site at
http://www.smartpage.dk/HBW/underwear.php?

The submenu under "SPAR 10%" og "KONTAKT", is placed behind the images, and
this is only occuring in Internet Explorer... - and this is obviously not
what it is menat to be!
I think it has some to do with the relative positioning of the gallery, but
how can I help it?

The css for det menu is placed here:
http://www.smartpage.dk/HBW/styles/navigation.css
and the css for the gallery is found here:
http://www.smartpage.dk/HBW/styles/galleri.css

Any help will be appreciated!
Regards Anders!

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] Trying to add a back to top link

2004-04-24 Thread Anders Ebdrup
Hi Brian

I think this subject is OT, but I think Ben is right; I have a dynamic
php-side, and I am using Ben's solution.

Regards
Anders

- Original Message - 
From: "theGrafixGuy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 24, 2004 1:03 PM
Subject: RE: [WSG] Trying to add a back to top link


> Yes and that goes back to the root index page - as mentioned these pages
are
> dynamic!
>
> Brian
>
> -Original Message-
> From: Ben Bishop [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 24, 2004 2:50 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [WSG] Trying to add a back to top link
>
> Have you considered using ... ?
>
> --Ben
> http://www.daemon.com.au/
>
>
> theGrafixGuy wrote:
>
> >I am trying to add a back to top of page link to PHP dynamically
generated
> >pages. The header and footers for these page never change so the anchor
is
> >in the header and the link in the footer.
> >
> > >src="images/button_top.gif" alt="Back to top" width="86" height="20"
> >border="0" class="rollover" />
> >
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *
>
>
>
> *
> The discussion list for http://webstandardsgroup.org/
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> *
>

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
* 



Re: [WSG] Lists & weird requirement

2004-03-09 Thread Anders Ebdrup

Hey Frank

I'm not quite sure what you want, but I think these changes will help you:

 .item ul li.odd span{
  background-color: red;
 }
 
 .item ul li.even span{
  background-color: blue;
 }

instead of 

 .item ul li.odd{
  background-color: red;
 }
 
 .item ul li.even{
  background-color: blue;
 }

With regards
Anders Ebdrup

SmartPage Webdesign
www.smartpage.dk


- Original Message - 
From: "Frank" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 09, 2004 6:09 PM
Subject: RE: [WSG] Lists & weird  requirement


> 
> Hey Patrick,
> 
> My fault... I completely forgot to point to it... Sorry about that.
> 
> http://c9.homelinux.com/iiiglobal/admin/notify.php
> 
> 
> Thanks,
> 
> 
> 
> Frank Manno
> Design Interactive Group
> www.di-group.net
> >
> > It would actually be quite helpful if you could point us
> > to the html...
> >
> > P
> > 
> > Patrick H. Lauke
> > Webmaster / University of Salford
> > http://www.salford.ac.uk
> >
> >> -Original Message-
> >> From: Frank [mailto:[EMAIL PROTECTED]
> >> Sent: 09 March 2004 15:55
> >> To: [EMAIL PROTECTED]
> >> Subject: [WSG] Lists & weird  requirement
> >>
> >>
> >>
> >> Hey all,
> >>
> >> I've been running into a few weird problems with a layout I'm
> >> working on.
> >> I'm retrieving results from a database, and displaying each
> >> record in a
> >> , with each item in that record, displayed in an unordered-list.
> >>
> >> The problem I'm having is when trying to alternate
> >> row-colours.  For some
> >> reason, I can't seem to get the row colours working.  It just
> >> won't work.
> >> I'm not sure if there's an issue with the way my style sheet
> >> is being laid
> >> out, or if I'm just not doing something properly.
> >>
> >> I've also noticed that in order to get all the items in the record to
> >> display properly in the DIV, I have to add 
> >> just before
> >> closing the DIV, otherwise, the content overlaps the bottom
> >> border of the
> >> DIV.
> >>
> >> Here are the screenshots of the problem I'm having:
> >>
> >> a) http://c9.homelinux.com/iiiglobal/with_br.JPG (Alternating
> >> rows should
> >> be visible, but they're not)
> >>
> >> b) http://c9.homelinux.com/iiiglobal/without_br.JPG
> >>
> >> Here's a link to the stylesheet:
> >> a) http://c9.homelinux.com/iiiglobal/styles.css
> >>
> >>
> >> Any help would be greatly appreciated... Thank you!
> >> 
> >>
> >> Frank Manno
> >> Design Interactive Group
> >> www.di-group.net
> >> *
> >> The discussion list for http://webstandardsgroup.org/
> >> *
> >>
> >>
> > *
> > The discussion list for http://webstandardsgroup.org/
> > *
> >
> >
> *
> The discussion list for http://webstandardsgroup.org/
> * 
> 

*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Style Switcher and IE

2004-03-08 Thread Anders Ebdrup

 Hi Jaime

  As it says on http://www.alistapart.com/articles/alternate/ you have to
 create a cookie, or maybe a session. The function to create the cookie and
 to the store the chosen stylesheet is showed on the site mention above

  Regards

  Anders Ebdrup
  www.smartpage.dk

- Original Message - 
From: "Jaime Wong" <[EMAIL PROTECTED]>
To: "WSG - CSS List" <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 4:07 PM
Subject: [WSG] Style Switcher and IE


>
> Hi I am not sure if it is appropriate to seek help for some javascript
> issues with styleswitcher here but I hope someone will be able to help
> because I have no idea what went wrong all of a sudden.
>
> I am using the style switcher at http://www.alistapart
> com/articles/alternate/ on my site and all of a sudden IE seems to have a
> problem with it (used to work and no changes has been done with it). It
will
> not remember the selected style and upon every reload, it will switch back
> to the default style.
>
> But when working with dreamweaver, and by using the preview option, the
> style registers in IE. It only doesn't work when the site goes live.
>
> All other browsers are working fine.
>
> This is what I have in 
>
> 
>  simple" href="../scripts/css/style_simple/simpleStyle.css" />
>
> and in the body..
>
> 
>
> The script for switcher from above:
> onclick="setActiveStyleSheet('', 1);return false;"
>
> 
>
> The script for switcher from above:
> onclick="setActiveStyleSheet('simple', 1);return false;"
>
>
> The javascript is what I downloaded from http://www.alistapart
> com/articles/alternate/
>
>
>
>
> With Regards
> Jaime Wong
> ~~
> SODesires Design Team
> http://www.sodesires.com
> ~~
>
>
> *
> The discussion list for http://webstandardsgroup.org/
> *
>
>


*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Validating pages with password protection?

2004-02-18 Thread Anders Ebdrup

Hi Martin

An idea is to log into the protected area and then save the page source
locally, and now you can validate it!


Anders Ebdrup
www.smartpage.dk

- Original Message - 
From: "Martin Chapman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 18, 2004 6:52 PM
Subject: [WSG] Validating pages with password protection?


>
> Hi All
>
> How do I use the W3C validator if the pages I need to check are log-in
> protected (in this instance, I am recoding a load of ASP.NET
> (.aspx/.ascx) files and have set the files up as if they are running on
> the Windows IIS server, connecting to a database).
>
> You need a username and password to enter any page (it's intrinsic,
> since the data served-up on the page is specific to the user).
>
> Any ideas?
>
>
> Kind regards
> Martin Chapman
>
> --
>
> Web development, identity and design.
>
> co-ord.com Limited
> 9 Tynwald Road
> West Kirby
> Merseyside
> CH48 4DA
>
> Tel: +44 (0)151 625 1443
> Email: [EMAIL PROTECTED]
>
> http://www.co-ord.com
>
> --
>
> *
> The discussion list for http://webstandardsgroup.org/
> *
>
>


*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Right column longer = error

2004-02-05 Thread Anders Ebdrup

Hi Ian

Really great site you got!

try adding this before your last closing div:


This will help you a little, and then I think you should float the menu div
left instead of right.
You can only do this if you decreases the size of the content div, and
minimizing the padding, and then you should be all right in Mozilla!

Chears Anders


- Original Message - 
From: "Ian Main" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 05, 2004 11:17 PM
Subject: [WSG] Right column longer = error


>
> Hi Guys,
> New to the list and really have been enjoying reading it all.
>
> I am having an issue with using fauxcolumns. Everything is fine if the
> left column content is longer than the right, but if the right column
> content is longer the image stops. I fixed this by adding the image
> within the #rap (container) div and works fine in IE but not Mozilla?
> That must be a first!!
> If any of you have time to have a look on a sleepy friday that would
> be tops.
> Note: Developing for Wordpress system so I can't modify the html in
> any way.
> Here are links to the pages.
>
>
> http://www.e-lusion.com/design/humancondition/index.htm
> This page shows everthing is in order.
>
> http://www.e-lusion.com/design/humancondition/comments.htm
> This page shows the right column causing problems (please view in both
> IE and Mozilla to see difference)
>
> http://www.e-lusion.com/design/humancondition/style.css
>
> Thanks guys.
> Ian.
> *
> The discussion list for http://webstandardsgroup.org/
> *
>

*
The discussion list for http://webstandardsgroup.org/
* 



Re: [WSG] Is there *any* solution for this form?

2004-01-30 Thread Anders Ebdrup



Hi Veine!
 
Nice site you got!
It seems like you have got a little 
css-problem...
 
try adding following formating to your table 
in the bottom:
<BR><!-- <BR>form, 
input, table<BR>{<BR>  padding: 0;<BR>  margin: 
0;<BR>}</FONT></DIV>
<DIV><FONT face=Arial size=2>--><BR>
 
Besides you should add a space between the 

It is a good idea to use 


  Anders Ebdrup
  SmartPage Webdesignweb: www.smartpage.dk
- Original Message - 

From: "Veine K Vikberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 30, 2004 10:19 
PM
Subject: [WSG] Is there *any* solution for this 
form?
> Hello;> > The week has been long and long hours in 
codeland> There has to be a solution for this one, however I can't think 
of it at all > at the moment;> > http://www.mainemaritime.edu/redesign/> > at the bottom the form to search the site...> 
> Any suggestions/fixes are welcome> >     
TIA>   ~Veine> > Veine K 
Vikberg> http://www.vikberg.net> 
Professional Web Guru> 


Re: [WSG] stumped by these ones

2004-01-14 Thread Anders Ebdrup

Hi!

Try adding  before closing the subfeaturebox2 div:



Hope this can help You!


- Original Message - 
From: "Universal Head" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 14, 2004 11:20 AM
Subject: [WSG] stumped by these ones


>
> Hope someone can help me with these last problems - I'm stumped.
>
> See
>
> http://www.universalhead.com/clients/jands/
>
> Everything's fine in Safari, Mac Mozilla Firebird, Win Netscape7.1 and Win
IE5.
>
> In Win IE 6 the bottom right-hand image goes down underneath the
> others. I've tried everything and can't find a solution.
> In Mac IE5.2 the whole layout breaks, and I have no idea why.
>
> Please help! I'm at the home stretch and this is the last hurdle!
>
> CSS is at
> http://universalhead.com/clients/jands/css/jands.css
>
> It's a picky business this CSS ain't it?
> Many, many thanks,
> -- 
>
>
> peter gifford
>
> universal head
> design that works
>
> visit 7/43 bridge road
> stanmore nsw 2048
> australia
> call (+612) 9517 1466
> fax (+612) 9565 4747
> email [EMAIL PROTECTED]
> site www.universalhead.com
>
> *
> The discussion list for http://webstandardsgroup.org/
> *
>

*
The discussion list for http://webstandardsgroup.org/
*