CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!
Free 3 Months



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.classifieds_starter_kit Tags:
Item Type: NewsGroup Date Entered: 7/18/2007 6:54:19 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 18 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
rfurdzik
Asp.Net User
My CSS is a mess7/18/2007 6:54:19 AM

0/0

Can somebody advise how to fix the problem with the footer fixed in the place? It does not "push back" down. The other section (left) ovelaps the footer...

http://www.zikbay.com/register.aspx


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
mvark
Asp.Net User
Re: My CSS is a mess7/18/2007 9:00:04 AM

0/0


Check these links on how to make the footer stick to the bottom -
http://www.themaninblue.com/experiment/footerStickAlt/
http://archivist.incutio.com/viewlist/css-discuss/84917



M.V. 'Anil' Radhakrishna
Web Development Tips, Tricks & Trivia | My Code Gallery
Build your own frill-free auto-refreshing ASP.NET Forums feed aggregator!
rfurdzik
Asp.Net User
Re: My CSS is a mess7/18/2007 2:04:02 PM

0/0

 

Thanks, but why is the left column overlapping the footer, I would like to know, because I am going to have the same problem if I place another section, where footer is located now...
Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
darkknight187
Asp.Net User
Re: My CSS is a mess7/18/2007 3:55:24 PM

0/0

It's overlapping because .css formatting like the classifieds start with doesn't use table as much in their formating.

Instead the css tell the browser where to start the display such as your overlaping panel.

So essentially, that overlapping section is not in a table that would push the rest down normally, instead it's been given a location where to let it float above the tables.

Personally I don't really like the css formating, there are occations where it works great, but I removed most of the css formating.

Check out my site, using standard tables and rows, with the asp.net engine. www.detelli.com

The easiest way to fix that problem, assuming that the overlapping area doesn't change, would be just throw in some <br /> or a spacer image under the registration form, and that would push it down.


Be sure to visit www.detelli.com

And please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.
rfurdzik
Asp.Net User
Re: My CSS is a mess7/18/2007 5:02:30 PM

0/0

 

I really like your site. I wonder did you do the design first by bying a CSS skin and than changed those html pages into ASPX and master layout? I think this should be done this way, but not sure. I think replacing CSS will not help a the new layout is needed and we need to define classes for DIV> I have tried to change th existing CSK layout by applying different CSS styles, but seems this is a very difficult task (at least for me as I am not a designer).

 Did you buy a CSS template or did you just pay the designer to do it? Did the designer give you apsx pages or just html? I am trying to figure out how to do my layout/design... Any help/advice would be great. Thanks,

 Rafal


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
darkknight187
Asp.Net User
Re: My CSS is a mess7/18/2007 11:41:54 PM

0/0

What I did was I went online to templatemonster.com to get ideas as to a layout for my site.

I saved a lot of the screen shots, and started with pen and paper, then moved to photoshop to make it more realistic as to what the site will look like.

Then I started building. Just plain and simple Tables inside Tables html. And a lot of spacer images.

I ended up deleting more than half the css files.

And I think my site is faster this way too. In my opinion .css is great for font size, font color. bold. . .

But I don't like formating the layout with .css It's too hard to make your site look the same on different browsers/monitors.

But make it your own, it's layout is just to get you started.

 


Be sure to visit www.detelli.com

And please remember to click ?Mark as Answer? on the post that helps you.
This can be beneficial to other community members reading the thread.
rfurdzik
Asp.Net User
Re: My CSS is a mess7/21/2007 5:52:47 AM

0/0

 

I understand that tables are more easy to use. Howvever CSS have many advantages. I would like not to ogive up and try to finish it using pure CSS. Here is my new page, but it has many problems:

http://www.zikbay.com/default_new.aspx

1) After Featured Item there is a lot of space. How can I reduce it?

I used clear:both property for content_right class. The reason for this is that I can have multiple featured (featured_item class)... Featured_Item class has property float: left set, so I have to reset it in the following section by using clear: both.... Seems there is too much space now. I wonder if there is maybe another way I should handle this....

2) The line between browse ads and the tab is to close to the tab, how can I move it up?

3) There is big bold vertical line on the left of featured item. How can I fix it?  

4) The panel header ("new to Zikbay?") is cut off, how can I show it for the whole width of the column?

 

Thanks a lot


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
7 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Head First HTML with CSS & XHTML: with CSS & XHTML Authors: Elisabeth Freeman, Eric Freeman, Pages: 658, Published: 2005
Web Standards Solutions: The Markup and Style Handbook Authors: Dan Cederholm, Jeffrey Zeldman, Friendsof ED., Pages: 253, Published: 2004
How to Make Money on MySpace: Reach Millions of Customers, Grow Your Business, and Find Your Fortune Through Social Networking Sites Authors: Dennis L. Prince, Pages: 256, Published: 2008
Hacking MySpace: Customizations and Mods to Make MySpace Your Space Authors: John Pospisil, Pages: 376, Published: 2006
The Art of Rupture: Narrative Desire and Duplicity in the Tales of Guy de Maupassant Authors: Charles J. Stivale, Pages: 264, Published: 1994
Great Web Typography Authors: Wendy Peck, Pages: 316, Published: 2003
DHTML and CSS for the World Wide Web: Visual QuickStart Guide Authors: Jason Cranford Teague, Pages: 592, Published: 2001

Web:
My CSS is a mess - ASP.NET Forums Howvever CSS have many advantages. I would like not to ogive up and try to finish it using pure CSS. Here is my new page, but it has many problems: ...
My CSS is a mess - ASP.NET Forums My CSS is a mess. Last post 07-21-2007 1:52 AM by rfurdzik. 6 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
CSS - An Absolute Mess Nice article, but titling it “CSS - An Absolute Mess” sounds like an .... I have used that clear:both in my css to solve the position of a relative div ...
From mess to CSS - .net magazine From Mess to CSS. The ubiquity of the web makes it easy to forget how young ... I use a smattering of CSS on my site but as it is a literary site with lots ...
Multiply.Design - How can I protect my css from strangers? my css is not a mess anymore.. it's sooo.. clean.. thanks to you..! it's a very, very kind of you, missthemed.. just a few minute, and.. eureka.. :D.. ...
I downloaded my CSS files from my host and now they look like a mess! i downloaded my css files from my host and now they look like a mess!
CSS Wordpress Stylesheet Editor: excuse the mess « Hobby Lobby Dec 1, 2007 ... CSS WordPress Stylesheet Editor: excuse the mess. I just activated the stylesheet editor for my blog and plan to tinker with the styles as I ...
Lost any CSS lately? | And all that Malarkey When I lost my CSS I thought it would make a mess on my screen, but one quick call to THE CSS INSURANCE COMPANY solved all my problems! ...
BlogCoach: Learn to Mess with Your CSS: Free eBook Learn to Mess with Your CSS: Free eBook. You'd laugh if you saw me messing with my blogger template. You'd see me squinting as I changed some little number ...
Improving Code Readability With CSS Styleguides | CSS | Smashing ... Last night, I was looking at my css code after a long break from it. What a mess ! This will help better organize it hopefully. 55. Billee D. (May 5th, 2008, ...

Videos:
CSS - Jager Yoga (High Quality) http://cssfanews.blogspot.com/ CSS - Jager Yoga Oh my god it's so hot Oh my got it's so gold Oh my god I'm so messed up I don't know which way to go...
CSS - Jager Yoga - FIFA '09 Lyrics: Oh my god it's so hot Oh my got it's so gold Oh my god I'm so messed up I don't know which way to go Stars above try to guess where's my gin...
CS:S Mess Around messing around on css to test my video stuff
CSS @ Uma Bar [Jager Yoga] 11/09/2008 Monterrey, México. Oh my god it's so hot Oh my got it's so gold Oh my god I'm so messed up I don't know which way to go Stars above...
Clan exiled - The Counter Strike Source Family - Online This is what I consider my online family, a big clan called Clan exiled. We play counter Strike Source, have fun, mess around, and still own the crap...
Counter Strike: Source Failure This video is for NickeRule ;] thanks for fraps. Rate, comment, tell me how good or bad you think im doing, not all videos will be failing videos, s...
Counter Strike Harassment - Child Molester HiQuality: http://www.void11.com/view.php?m=CSMolesting I recorded myself, and used the sound files to mess with people in Counter Strike Source. The...
Basic Goldwave for HLSS in CS:S A very basic video I made for a friend who wanted to learn how to adjust sounds with Goldwave. This video covers the very basics of Volume Adjustment...
Benny hill Counter strike source Me and my old clan mates having a mess around on CSS benny hill style :P
Wordpress Theme on Steroids Wordpress is an easy to use blogging tool. Unfortunately, the base configuration and themes bundled with the software are less than desirable. Now, S...




Search This Site:










help my categories don't update (combined club & classified site)

classifieds starter kit

how do you manage members once your site is hosted?

help help! i would like to know how to merge 2 database to 1 sql db for classified & aspnetdb

changing dollar sign to pound sign

commercial use

my kit is almost working!

disable wizard "next" button until a valid category selection is made

example site

classifieds site starter kit admin access

could anyone help me please! ... i am a beginer of asp.net and sql server 2005 express, please guide me how to upload classifieds starter kits to share host ...

changing standard matter in the email

featured ads - how to do rotating featured???

sharing of the manage user function in admin panel.

classifieds starter kit is impossible to implement

sql server 2000

reduce levels of categories displayed on root page

classified starter kit emails not sent from within program

updating image or color changes

adding date to masterpage.master using c# not js

classifieds code for search "search.aspx?c=5"

activation of inactive or expired ad as an administrator !

a working example of classified kit is here.

a working site using csk

issues publishing site

search by all members with guests role

need help step by step asap

looking for most recent version of classified starter kit

running the sql scripts

classifieds removing "price" - bit of help appreciated

  Privacy | Contact Us
All Times Are GMT