Hi.
Im trying to fix the CSS stylesheet of my webshop.
I only got the css stylesheet to work with so cant use the html basic code.

I have made changes to a lot of things but two elements I cant find the code for.

I want to change the position of the "SÖK" (down left side) and "VARUKORG" up right side. But the only name i can find is: "column.infobox but that is the whole side column.

Do you know what element name the VARUKORG and SÖK has? I have been trying to find it with Firebug.

Appriciate your help.

website (remove spaces) www. a mber bird.se
Sophie

Recommended Answers

All 2 Replies

The varukorg is in the

<td width="100%" height="17" **class="infoBoxHeading" **valign="middle"><a href="http://www.amberbird.se/shopping_cart.php">Varukorgen</a></td>

and it only has a classname [.infoBoxHeading] that you can adddress directly on your CSS...
I was unable to visually locate "SÖK"

Try using the attribute float and set its value as right or left inside the div tag.

Hope it helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.