Hello everyone
I have managed to link the Front Store Message and navigations to a CSS file. The new problem is that even though I have included the code below in the CSS file and designated a table element as the class, the position of the table does not change:
table.global-nav{
position: absolute;
left: 100px;
top: 0px;
}
The below is the part of the source code defining the class:
<table class="global-nav" cellSpacing="0" cellPadding="0" width="946" border="0" height="41">
Please someone advise me how you could effect the CSS Position property in a browser.
Thank you
I have managed to link the Front Store Message and navigations to a CSS file. The new problem is that even though I have included the code below in the CSS file and designated a table element as the class, the position of the table does not change:
table.global-nav{
position: absolute;
left: 100px;
top: 0px;
}
The below is the part of the source code defining the class:
<table class="global-nav" cellSpacing="0" cellPadding="0" width="946" border="0" height="41">
Please someone advise me how you could effect the CSS Position property in a browser.
Thank you
Comment