 |
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0  | This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|
|

June 16th, 2007, 03:02 PM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks OOOSHOLA I will install fire fox on my computer and see what I can do to make the The Theme drop down clickable, About IE6 I saw the layout issue at work but when I came home I could not take care of it because both of my computers at home have IE7.
Thank you again OOSHALA I will take your advice and go back to the original layout and then make the changes I want.
I will let you guys/girls know when I am done with the changes so you can let me know what you think.
Thank you all
|
|

June 16th, 2007, 07:06 PM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello all,
I have taken care of the Firefox Theme drop down list clicking problem and it is working good. The issue with the IE6 is going to have to wait until Monday because I don't have a computer with that browser installed, does anyone know if it is ok to install both IE6 and IE7 on the same machine?.
Thanks.
|
|

June 16th, 2007, 09:03 PM
|
|
Authorized User
|
|
Join Date: Jan 2007
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by MoSprings
Hello all,
I have taken care of the Firefox Theme drop down list clicking problem and it is working good. The issue with the IE6 is going to have to wait until Monday because I don't have a computer with that browser installed, does anyone know if it is ok to install both IE6 and IE7 on the same machine?.
Thanks.
|
Cool. So was the z-index the problem? Anyway, you might want to look at this article if you want both ie6 and 7:
http://www.tech-recipes.com/rx/1188/...6_ie7_together
And if you want the header to repeat, you need to make the image simply a css background for the header (NOT an actual html <img> within the markup). So a css rule for your header div would look something like this:
background-image: url(headerimg.jpg);
background-repeat: repeat-x;
This might even fix your "pushing down" problem.
|
|

June 16th, 2007, 09:34 PM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes the problem was the Z-index: x; thanks to you I did not have to look for that one. I never wanted the header image to repeat but it was repeating on IE6, so I had to add background-repeat: no-repeat; to the css.
Thanks again OOOSHOLA for all your help, I will read that article and see if it helps.
|
|

June 17th, 2007, 03:37 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Just a quick note about this "IE 6 and IE & side by side work around". This only works to some extend, so don't rely on it.
With the work around, IE6 will render more or less like the true IE6. However, to the server it will report as IE7. So, if you have stuff like conditional comments to feed specific CSS to specific browser versions, you're in trouble.
IMO, you're much better off downloading the free Virtual PC with IE 6 installed, available through the IE blog: http://blogs.msdn.com/ie/archive/200...e-refresh.aspx.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.
|
|

June 17th, 2007, 01:07 PM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello All,
I don't want to go through all that trouble for this, I just don't think it is worth the effort, at least not for me because My computer at work has IE6 installed so I am just going to use that one to see what my site looks like on IE6.
Thank you Imar.
|
|

June 20th, 2007, 06:48 AM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
here is my BeerHouse based site:
http://www.cei-esas.com.pt
All the best.
Luis J.
|
|

June 20th, 2007, 11:44 AM
|
|
Authorized User
|
|
Join Date: Jan 2007
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I get this error when arriving on your site:
Could not allocate space for object 'dbo.aspnet_Users'.'aspnet_Users_Index2' in database 'luisj' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
|
|

June 22nd, 2007, 11:58 PM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi All,
I think the IE6 page layout problems are gone and I have changed the background colours to just plain white, because there were just too much.
Please check it out www.cspringsboard.com and let me know what you think. OOOSHOLA thanks for your advice, I did just what you said and it came together nicely.
Now I need content, I did not think of this at the beginning because I just wanted to learn ASP.NET and see if I can create a website, any suggestions?
Thank you all.
|
|

June 23rd, 2007, 10:15 AM
|
|
Authorized User
|
|
Join Date: Jun 2007
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi oooshola,
Now you can go to the site ( www.cei-esas.com.pt).
The problem you reported is now solved.
Thank you for your warn.
Bye.
Luis J.
Quote:
quote:Originally posted by oooshola
Quote:
|
quote:Originally posted by luisjeronimo
|
I get this error when arriving on your site:
Could not allocate space for object 'dbo.aspnet_Users'.'aspnet_Users_Index2' in database 'luisj' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
|
|
|
 |