X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Align Categories Top Left (https://forum.x-cart.com/showthread.php?t=54580)

ARW VISIONS 07-18-2010 02:44 PM

Re: Align Categories Top Left
 
Well good luck.

ARW VISIONS 07-18-2010 02:57 PM

Re: Align Categories Top Left
 
I get practically zero business from this forum, and I try to help when I can.

I am all about trying to figure it out on my own.

I usually only suggest pro help when the person seems entirely in over their head, like you do.

SID357 07-18-2010 03:01 PM

Re: Align Categories Top Left
 
Aww common man, I didn't mean to hurt your feelings dude.

I'm just so damn frustrated right now, and when I get like this, I just can't think straight any more. So, I'll come back tomorrow with fresh eyes and keep on trying, until I get it.

Thank all of you for posting, I really appreciate it.

This is really important to me.

ARW VISIONS 07-18-2010 03:08 PM

Re: Align Categories Top Left
 
in styles.css try putting this

.menu_bottom ul{
margin:5px 0px 0px 10px;
list-style:none;
}

ARW VISIONS 07-18-2010 03:13 PM

Re: Align Categories Top Left
 
or this

.menu_bottom ul{
padding:0px;
margin:5px 0px 0px 10px;
}

gb2world 07-22-2010 12:37 AM

Re: Align Categories Top Left
 
Quote:

What's a W3C check man?
It finds & reports violations (errors) in your code that could cause goofiness on some browsers. (Sometimes the browsers are forgiving and accept the errors, sometimes not) You can enter you pages at these links:
http://jigsaw.w3.org/css-validator/
http://validator.w3.org/

Or - you can use this firefox addon: Web Developer Toolbar - it has tools where you can just select "Validate CSS" and "Validate HTML" and see the report (along with other developer tools)

Quote:

I'm very new to this, my thing is graphics and making t-shirts. I've learned more css coding in the past month than I ever wanted to.

Maybe you can use your css knowledge on a t-shirt:

<h1 class="politics">Liberty</h1>

.politics {clear:both;float:right;background:transparent;}

SID357 07-22-2010 01:09 PM

Re: Align Categories Top Left
 
I've had the web developer toolbar installed for a while now and haven't used it once. Just played with the validate CSS. Good stuff man, thnx!

Quote:

Originally Posted by gb2world

Maybe you can use your css knowledge on a t-shirt:

<h1 class="politics">Liberty</h1>

.politics {clear:both;float:right;background:transparent;}


lol

Yeah, pretty sure I could sell a whopping one shirt. :)


All times are GMT -8. The time now is 01:57 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.